View Issue Details

IDProjectCategoryView StatusLast Update
0009631Kali LinuxNew Tool Requestspublic2026-04-09 23:13
ReporterBobDingle331454665 Assigned To 
PrioritynormalSeverityminorReproducibilityhave not tried
Status newResolutionopen 
Summary0009631: Tookie-OSINT, an advanced OSINT information gathering tool
Description

Tookie-OSINT is a advanced OSINT information gathering tool. Tookie-osint has a simple-to-use UI and is really straightforward. The main idea of Tookie-osint is to discover usernames that are requested from an input. Tookie-osint is similar to the tool called Sherlock. It discovers all the user accounts across different websites and Tookie-osint is successful at this task almost 80% of the time.

Name: Tookie-OSINT
Version: V4 or latest from repo.

Homepage:
https://github.com/Alfredredbird/tookie-osint
https://alfredredbird.github.io/tookie-osint/

Author: Alfredredbird

Licence: MIT

Similar tools:
Sherlock

Activity:
Created August 2023
Updated last week (April 1st, 2026)
2.1k Stars, 19 contributors, 164 forks

Dependencies:
python3
pip
colorama
requests
argparse
selenium
webdriver-manager

Compile for linux:
git clone https://github.com/alfredredbird/tookie-osint.git
cd tookie-osint
chmod +x install.sh
sudo ./install.sh

OR

download the latest release from: https://github.com/alfredredbird/tookie-osint/releases.
then extract the zip or tar.gz

cd tookie-osint
chmod +x install.sh
sudo ./install.sh
tookie-osint

Run Examples:
Basic scan (default txt output):
tookie-osint -u alfred

JSON output with 10 threads:
tookie-osint -u alfred -o json -t 10

Scan usernames from a file:
tookie-osint -U users.txt -o csv

It's not packaged.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2026-04-09 23:13 BobDingle331454665 New Issue