Skip to content

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 🌍.

License

Notifications You must be signed in to change notification settings

Lunoul/HowToCock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

11 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

OSINT Telegram Bot πŸ•΅οΈ

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).

πŸ“œ Disclaimer

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.

Features

This version without countries, if you want to use version with countries, you can use this HowToFuck

At this point, you can add the following methods:

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) πŸ§‘

πŸ› οΈ Installation

Requirements: Python 3.8 or 3.9

  • On Windows/Mac OS and Linux

git clone https://github.com/Lunoul/HowToCock.git
cd HowToCock/
pip3 install -r requirements.txt

python3 main.py

Configuration

In 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/

Project Structure

+ 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.

How to add a new search source?

In the data folder you need to create the name of the method in txt format Example: /data/car_number.txt

Todo

Profile

  • Add donate

Main

  • admin panel
  • the ability to add your own sources/categories at admin panel
  • Anti-spam system
  • arrows to information
  • multilanguage

πŸ™ Support

If you like the project, you can support it by giving a star ⭐, this will help the project to develop and grow.

πŸ“ License

(MIT) Massachusetts Institute of Technology license

About

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 🌍.

Resources

License

Stars

Watchers

Forks

Languages