/IntelliOSINT

A program which allows you to track a user using the same username on popular sites like Instagram, Facebook, Threads and more.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

IntelliOSINT

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

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

Additional Functionality

  • Beginner friendly.
  • OSINT On The Go.
  • Easy to use.
  • Memory friendly.
  • Low Resource consuming.
  • Almost Dependencies Free!

Installation

Install in Linux/Ubuntu with git

  git clone https://github.com/MayankNCodes/IntelliOSINT.git
  cd IntelliOSINT

Installing dependencies

    pip install datetime
    pip install requests

Screenshots

Running IntelliOSINT: IntelliOSINT Running Image

OSINT Results Saved into a dedicated Text File: IntelliOSINT Output Txt File Image

Usage/Examples

Windows:

python IntelliOSINT.py

Future Update Plans!

  • Faster Speed by adding Multithreading Functionality
  • Port the script to C++
  • Create a GUI
  • More....