OSINT Tool in Termux

  • The Instagram OSINT Tool gets a range of information from an Instagram account that you normally wouldn't be able to get from just looking at their profile
  • The information includes:
  1. [ profile ] : user id, followers / following, number of uploads, profile img URL, business enum, external URL, joined Recently, etc
  2. [ tags & mentions ] : most used hashtags and mentioned accounts
  3. [ email ] : if any email is used any where it'll be displayed
  4. [ posts ] : accessability caption, location, timestamp, caption, picture url, etc
  • ( yet not working correctly with posts instagram marks as 'sensitive cotent' )

How To Install
apt update && upgrade -y
Pkg install git
pkg install python3
python3 -m pip install -r requirements.txt
Usage
python3 main.py -u username

Comments

Popular posts from this blog

Active Directory Ransomware Attacks

How to perform a Man-in-the-middle (MITM) attack with Kali Linux