This Telegram bot provides sources to find people in open source intelligence (OSINT). The bot returns links to sources where you can find information about the search object π. (Sources should be added by self).
This project is made for educational and ethical testing purposes only. Use of this tool to find information about the target without prior consent is illegal. Developers assume no liability and are not responsible for any misuse or damage caused by this tool.
This version without countries, if you want to use version with countries, you can use this HowToFuck
Phone number (phone_number.txt) π±
Full name (fullname.txt) π€
Car number (car_number.txt) π
Nickname in social networks and games (nickname.txt) πΎ
Face recognition (face_scan.txt) π§
Requirements: Python 3.8 or 3.9
git clone https://github.com/Lunoul/HowToCock.git
cd HowToCock/
pip3 install -r requirements.txt
python3 main.pyIn the config.py file you need to specify your bot token:
BOT_TOKEN = "YOUR_TOKEN"You need to add channel id and url:
CHANNEL_ID = (YOUR ID) # Example: -1001234567899
CHANNEL_LINK= "(Your channel link)" # Example: https://t.me/Durov/+ main.py - bot launch
+ config.py - configuration
+ db.py - database operations
+ keyboards.py - keyboard creation
+ dispatcher.py - dispatcher
+ states.py - aiogram state machine
+ handlers.py - handlers for commands and requests
+ utils.py - utility functions
+ data/ - search data
+ Car_Number.txt - car number search data
+ Face_Scan.txt - face recognition search data
+ FullName.txt - full name search data
+ NickName.txt - nickname search data
+ Phone_Number.txt - phone number search data
The data/ folder contains text files with search data for each country and method.
In the data folder you need to create the name of the method in txt format
Example: /data/car_number.txt
- Add donate
- admin panel
- the ability to add your own sources/categories at admin panel
- Anti-spam system
- arrows to information
- multilanguage
If you like the project, you can support it by giving a star β, this will help the project to develop and grow.
(MIT) Massachusetts Institute of Technology license