OSINT Instagram

Tools
User avatar
ltx_Lazzarus
Posts: 55
Joined: Tue Apr 09, 2024 8:05 pm

OSINT Instagram

Postby ltx_Lazzarus » Sat Apr 20, 2024 10:42 pm

Installation:

Code: Select all

git clone https://github.com/Datalux/Osintgram.git
cd Osintgram
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt


Setting up your creds:
Alright, now you gotta open up that credentials.ini file in the config folder and chuck in your Insta username and password.
Open file with: nano credentials.ini
Ctrl + O = Save File
Ctrl + X = Exit File

Using the tool:
Just run this command and you're off to the races:

Code: Select all

python3 main.py (Target Name)


Here's what you can do with it:

  • FILE=y/n: Enable or disable output in a '<target username>_<command>.txt' file
  • JSON=y/n: Enable or disable export in a '<target username>_<command>.json' file
  • addrs: Get all registered addressed by target photos
  • cache: Clear cache of the tool
  • captions: Get target's photos captions
  • commentdata: Get a list of all the comments on the target's posts
  • comments: Get total comments of target's posts
  • followers: Get target followers
  • followings: Get users followed by target
  • fwersemail: Get email of target followers
  • fwingsemail: Get email of users followed by target
  • fwersnumber: Get phone number of target followers
  • fwingsnumber: Get phone number of users followed by target
  • hashtags: Get hashtags used by target
  • info: Get target info
  • likes: Get total likes of target's posts
  • mediatype: Get target's posts type (photo or video)
  • photodes: Get description of target's photos
  • photos: Download target's photos in output folder
  • propic: Download target's profile picture
  • stories: Download target's stories
  • tagged: Get list of users tagged by target
  • target: Set new target
  • wcommented: Get a list of user who commented target's photos
  • wtagged: Get a list of user who tagged target

So there you have it, mate! Get stuck into Osint Instagram and see what kind of juicy info you can dig up.
stopthe4ttack.box

Return to “Tools”