Tookie-OSINT is a powerful OSINT tool used to search usernames across multiple websites and online platforms. It helps collect publicly available information related to a target username and supports features like threading, proxy usage, web scraping, and multiple output formats such as TXT, CSV, and JSON. The tool works directly from the terminal and is useful for basic username investigation and online footprint analysis.
Installation Commands
Update Termux packages:
pkg update && pkg upgrade -yInstall required packages:
pkg install git python -yClone the repository:
git clone https://github.com/alfredredbird/tookie-osint.gitMove into directory:
cd tookie-osintGive permission:
chmod +x install.shRun installer:
./install.shStart the tool:
tookie-osintUsage Commands
Show help menu:
tookie-osint -hBasic username scan:
tookie-osint -u UsernameJSON output with threads:
tookie-osint -u username -o json -t 10Scan usernames from file:
tookie-osint -U users.txt -o csvUse proxy:
tookie-osint -u username -p http://127.0.0.1:8080 -aSkip random headers:
tookie-osint -u username --skipheadersEnable web scraper:
tookie-osint -u username -W -HUse username file with threads:
tookie-osint -U users.txt -t 20
