Tookie-OSINT in Termux – Username OSINT Tool Installation & Usage Guide

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

Install required packages:

pkg install git python -y

Clone the Tookie-OSINT GitHub repository:

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

Move into the Tookie-OSINT directory:

cd tookie-osint

Run the installation script:

bash install.sh

Start the Tookie-OSINT tool:

tookie-osint

The 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_username

Export results in JSON format with 10 threads:

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

Scan usernames from a text file:

tookie-osint -U users.txt -o csv

Use proxy support and show all results:

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

Skip random user-agent headers:

tookie-osint -u target_username --skipheaders

Enable web scraper and data harvesting mode:

tookie-osint -u target_username -W -H

Use multiple usernames with higher thread count:

tookie-osint -U users.txt -t 20

Run username scan with TXT output format:

tookie-osint -u target_username -o txt

Run username scan with CSV output format:

tookie-osint -u target_username -o csv

Enable debug mode:

tookie-osint -u target_username -d

Choose the command you want and Tookie-OSINT will automatically perform the selected username reconnaissance or OSINT task directly inside the Termux terminal.

SHARE THIS POST: