An OSINT Tool completely coded fron scratch with minimum dependancies to gather Intel on the web using an Username as input. This allows you to track a user using the same username on popular sites like Instagram, Facebook, Threads and more.
It features an automatic generation of each result to ensure accessibility and History of search results to the user.
- Features a Password Based Login (you can enable and disable it anytime using the True/False Value through the askPasswordBeforeLogin Variable).
- Saves the OSINT Results into a dedicated Text File along with Timestamp for easy access.
- Beginner friendly.
- OSINT On The Go.
- Easy to use.
- Memory friendly.
- Low Resource consuming.
- Almost Dependencies Free!
Install in Linux/Ubuntu with git
git clone https://github.com/MayankNCodes/IntelliOSINT.git
cd IntelliOSINTInstalling dependencies
pip install datetime
pip install requestsOSINT Results Saved into a dedicated Text File:

Windows:
python IntelliOSINT.py- Faster Speed by adding Multithreading Functionality
- Port the script to C++
- Create a GUI
- More....
