commands.sh

tookie-osint

all

Username OSINT scanner.

More info →

Options (8)

-u, --userboolean

Scan a username

Example: tookie-osint {{[-u|--user]}} {{username}}
-o, --outputboolean

Scan a username with JSON output and 10 threads

Example: tookie-osint {{[-u|--user]}} {{username}} {{[-o|--output]}} json {{[-t|--threads]}} 10
-t, --threadsboolean

Scan a username with JSON output and 10 threads

Example: tookie-osint {{[-u|--user]}} {{username}} {{[-o|--output]}} json {{[-t|--threads]}} 10
-U, --userfileboolean

Scan usernames from a file with CSV output

Example: tookie-osint {{[-U|--userfile]}} {{path/to/users.txt}} {{[-o|--output]}} csv
-p, --proxyboolean

Scan a username using a proxy and show all results

Example: tookie-osint {{[-u|--user]}} {{username}} {{[-p|--proxy]}} {{http://127.0.0.1:8080}} {{[-a|--all]}}
-a, --allboolean

Scan a username using a proxy and show all results

Example: tookie-osint {{[-u|--user]}} {{username}} {{[-p|--proxy]}} {{http://127.0.0.1:8080}} {{[-a|--all]}}
-W, --webscraperboolean

Scan a username with the webscraper enabled

Example: tookie-osint {{[-u|--user]}} {{username}} {{[-W|--webscraper]}}
-h, --helpboolean

Display help

Example: tookie-osint {{[-h|--help]}}

Examples (6)

Scan a username

tookie-osint [-u|--user] username

Scan a username with JSON output and 10 threads

tookie-osint [-u|--user] username [-o|--output] json [-t|--threads] 10

Scan usernames from a file with CSV output

tookie-osint [-U|--userfile] path/to/users.txt [-o|--output] csv

Scan a username using a proxy and show all results

tookie-osint [-u|--user] username [-p|--proxy] http://127.0.0.1:8080 [-a|--all]

Scan a username with the webscraper enabled

tookie-osint [-u|--user] username [-W|--webscraper]

Display help

tookie-osint [-h|--help]
made by @shridhargupta | data from tldr-pages