diff --git a/tldr/tookie-osint b/tldr/tookie-osint new file mode 100644 index 00000000..712421ce --- /dev/null +++ b/tldr/tookie-osint @@ -0,0 +1,33 @@ +--- +syntax: markdown +tags: [tldr, common] +source: https://github.com/tldr-pages/tldr.git +--- +# tookie-osint + +> Username OSINT scanner. +> More information: . + +- 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]}}`