Skip to content

trmxvibs/scaling-engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Instagram OSINT


Instagram OSINT Tool

By trmxvibs


A free, fast, and simple OSINT tool to analyze Instagram public profiles and extract image metadata – no API required!


🌈 Features

  • 🔎 Instagram Profile Analysis (bio, followers, posts, etc.)
  • 🖼️ Image Metadata Extraction (EXIF, if available)
  • No Instagram API Needed
  • 💻 Works on Termux, Kali Linux, Parrot OS, WSL, Ubuntu, Windows, macOS & more
  • 🛡️ For educational, ethical, and legal OSINT only!

🚀 Installation

1. Clone this repository

git clone https://github.com/trmxvibs/scaling-engine.git
cd scaling-engine

2. Install dependencies

pip install -r requirements.txt

🖥️ Usage

Run the tool from your terminal:

python insta_osint.py

You will see a stylized banner, then be prompted to enter an Instagram username.

Example:

Enter Instagram username: natgeo

💡 Platform-Specific Quick Start

Platform Command to Run Tool
Termux python insta_osint.py
Kali Linux python3 insta_osint.py
Parrot OS python3 insta_osint.py
WSL python3 insta_osint.py
Ubuntu python3 insta_osint.py
Windows python insta_osint.py (in CMD or PowerShell)
macOS python3 insta_osint.py

Tip: If python doesn't work, try python3 instead.

🎨 Output Example

Username: natgeo
Full Name: National Geographic
Bio: Experience the world through the eyes of National Geographic photographers.
Followers: 283000000
Following: 134
Posts: 32354
Verified: True
Private: False

External URL: https://www.nationalgeographic.com
Profile Pic: https://instagram.fxyz1-1.fna.fbcdn.net/...

Recent Posts and Metadata:
Post: https://instagram.fxyz1-1.fna.fbcdn.net/...
Caption: "Stunning sunset over the Amazon..."
Metadata: {'DateTimeOriginal': '2023:10:21 17:43:12', ...}

⚠️ Notes & Limitations

  • Only works for public profiles.
  • Most Instagram images have very limited EXIF metadata.
  • Use responsibly! Do not abuse or violate Instagram’s Terms of Service.

🌐 License & Legal

  • MIT License
  • For educational and ethical OSINT purposes only.
  • Always respect privacy and legal boundaries.

💛 Enjoy hacking with ethics!

Instagram OSINT Tool • by trmxvibs
Typing SVG

Releases

No releases published

Packages

No packages published

Languages