A free, fast, and simple OSINT tool to analyze Instagram public profiles and extract image metadata – no API required!
- 🔎 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!
git clone https://github.com/trmxvibs/scaling-engine.git
cd scaling-engine
pip install -r requirements.txt
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 | 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, trypython3
instead.
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', ...}
- 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.
- MIT License
- For educational and ethical OSINT purposes only.
- Always respect privacy and legal boundaries.