Skip to content
/ osi.ig Public
forked from th3unkn0n/osi.ig

Information Gathering Instagram.

Notifications You must be signed in to change notification settings

pormes/osi.ig

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Open Source Information Instagram


  • 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:

  • [ profile ] : Username, Profile Name, URL, Followers, Following, Number of Posts, Bio, Profile Picture URL, Is Business Account ?, Connected to a FB account ?, External URL, Joined Recently ?, Business Category Name, Is private ?, Is Verified ?,

  • [ tags ] : most used , and by -t all used tags

  • [ posts ] : accessability caption, location, timestamp, comments disabled, Caption, picture url


• How To Install

$ pkg install -y git

$ git clone https://github.com/th3unkn0n/osi.ig.git && cd osi.ig

$ chmod +x install.sh && ./install.sh

• Usage

$ python3 main.py -u username

$ python3 main.py -h

usage: main.py [-h] -u USERNAME [-p] [-s] [-t]

optional arguments:

-h, --help show this help message and exit

-u USERNAME, --username USERNAME username of account to scan

-p, --post get all uploaded images info

-s, --savedata save data to file ( save profile pic, info , post info )

-t, --tags list often used tags

• Update

$ git pull


Follow Me On

About

Information Gathering Instagram.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 95.7%
  • Shell 4.3%