Search Usernames Across Multiple Websites – Tookie OSINT Tool Commands

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 -y

Install required packages:

pkg install git python -y

Clone the repository:

git clone https://github.com/alfredredbird/tookie-osint.git

Move into directory:

cd tookie-osint

Give permission:

chmod +x install.sh

Run installer:

./install.sh

Start the tool:

tookie-osint

Usage Commands

Show help menu:

tookie-osint -h

Basic username scan:

tookie-osint -u Username

JSON output with threads:

tookie-osint -u username -o json -t 10

Scan usernames from file:

tookie-osint -U users.txt -o csv

Use proxy:

tookie-osint -u username -p http://127.0.0.1:8080 -a

Skip random headers:

tookie-osint -u username --skipheaders

Enable web scraper:

tookie-osint -u username -W -H

Use username file with threads:

tookie-osint -U users.txt -t 20
SHARE THIS POST: