DevRipley / instagram_osint

Information Gathering Instagram Tool.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Open Source Information Instagram Tool

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


Practical Instagram Hacking Course

IMAGE ALT TEXT HERE


How To Insatll

$ apt update && apt upgrade

$ pkg install -y git

$ git clone https://github.com/SulimanHacker1/ig.osi.git

& cd ig.osi

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


Using

$ python3 main.py -u username

$ python3 main.py -h

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

optional arguments:

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

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

-p, --postscrap scrape all uploaded images info

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


Contact Us

✅ Instagram

IMAGE ALT TEXT HERE

✅ website -https://sulimanhacker.blogspot.com


About

Information Gathering Instagram Tool.


Languages

Language:Python 95.9%Language:Shell 4.1%