From 4d37f773c54fe1aedb0512e324394ead7503520e Mon Sep 17 00:00:00 2001 From: ivuorinen Date: Tue, 10 Mar 2026 00:24:21 +0000 Subject: [PATCH] Update cheatsheets --- tldr/tookie-osint | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 tldr/tookie-osint 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]}}`