Skip to content

Instantly share code, notes, and snippets.

@fadhilsaheer
Created June 7, 2021 16:05
Show Gist options
  • Save fadhilsaheer/1e7ac47c72d3d2e065e084faa51aee2f to your computer and use it in GitHub Desktop.
Save fadhilsaheer/1e7ac47c72d3d2e065e084faa51aee2f to your computer and use it in GitHub Desktop.
Instagram Open Source Intelligence πŸ‘¨β€πŸ’»

INSTAGRAM OSINT πŸ•΅οΈβ€β™€οΈ

Analyze and gather information about an Instagram user.

This data is publicly available for all

We are gonna use a tool named OSINTGRAM which is a free, open source tool . To get started make sure you have following requirements .

REQUIREMENTS

  • A machine (I prefer any linux distro)
  • An instagram fake account (Don't use your original account)
  • Python3 (tool is made using python)

INSTALLATION πŸ“¦

DOWNLOAD

Head over to https://github.com/Datalux/Osintgram and clone it or download it as zip .

$ git clone https://github.com/Datalux/Osintgram.git

Or downloadΒ asΒ zip πŸŽƒ

PACKAGE SETUP

The official doc said to use a virtual environment, but I found a little bit problems on that so we are gonna use it without it . If you want follow the OFFICAL DOCS

Navigate to Osintgram directory

$ cd Osintgram

Install dependencies

The pip3 maybe change based on OS :)

$ pip3 install -r requirements.txt

ADD ACCOUNT CREDENTIAL

You can configure config/credential.ini manually or alternatively you can run

$ make setup

You need to fill username & password of you FAKE ACCOUNT

ATTACK πŸš€

Actually not attack, GATHER !!!

Run script by

$ python3 main.py <target username>

You will be entered in an interactive shell πŸ‘¨β€πŸ’»

enter list to get all options

Run a command: list
- addrs           Get all registered addressed by target photos
- captions        Get user's photos captions
- 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 user's posts type (photo or video)
- photodes        Get description of target's photos
- photos          Download user's photos in output folder
- propic          Download user's profile picture
- stories         Download user's stories  
- tagged          Get list of users tagged by target
- wcommented      Get a list of user who commented target's photos
- wtagged         Get a list of user who tagged target

Try anything you want πŸ™‚

USEFULL LINKS πŸ”—

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment