Tookie-OSINT is a powerful username OSINT and social media reconnaissance tool that is used to search usernames across different websites directly from the terminal. It supports multi-thread scanning, proxy usage, output exporting, web scraping, and username list scanning features. Tookie-OSINT is written in Python and works smoothly inside the Termux environment on Android devices.
Below are the Tookie-OSINT installation and usage commands in Termux. You can copy the commands one by one and paste them into the Termux terminal to install and use the Tookie-OSINT tool.
Tookie-OSINT Installation Commands
First, update all Termux packages:
pkg update && pkg upgrade -yInstall required packages:
pkg install git python -yClone the Tookie-OSINT GitHub repository:
git clone https://github.com/alfredredbird/tookie-osint.gitMove into the Tookie-OSINT directory:
cd tookie-osintRun the installation script:
bash install.shStart the Tookie-OSINT tool:
tookie-osintThe main Tookie-OSINT interface will open inside the Termux terminal after successful installation.
Usage Commands
Tookie-OSINT uses different command options for username scanning, multi-thread searching, exporting results, and web scraping tasks directly from the Terminal.
Open the Tookie-OSINT help menu:
tookie-osint -h
Scan a single username:
tookie-osint -u target_usernameExport results in JSON format with 10 threads:
tookie-osint -u target_username -o json -t 10Scan usernames from a text file:
tookie-osint -U users.txt -o csvUse proxy support and show all results:
tookie-osint -u target_username -p http://127.0.0.1:8080 -aSkip random user-agent headers:
tookie-osint -u target_username --skipheadersEnable web scraper and data harvesting mode:
tookie-osint -u target_username -W -HUse multiple usernames with higher thread count:
tookie-osint -U users.txt -t 20Run username scan with TXT output format:
tookie-osint -u target_username -o txtRun username scan with CSV output format:
tookie-osint -u target_username -o csvEnable debug mode:
tookie-osint -u target_username -dChoose the command you want and Tookie-OSINT will automatically perform the selected username reconnaissance or OSINT task directly inside the Termux terminal.



