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
Requirement’s
Termux
- Android version 5.0 and above
- Git package
- python package
Linux
- Git package
- Python package
Feature of Osi.ig instagram osint tool
- [ profile ] : user id, followers / following, number of uploads, profile img URL, business enum, external URL, joined Recently, etc
- [ tags & mentions ] : most used hashtags and mentioned accounts
- [ email ] : if any email is used any where it’ll be displayed
- [ posts ] : accessability caption, location, timestamp, caption, picture url, etc
How to download and install
Step 1:
First you type this below command this command will help you to download osi.ig tool in your terminal.
git clone https://github.com/th3unkn0n/osi.ig.git
Step 2:
Now type this below command this command will help you to open osi.ig folder in your terminal.
cd osi.ig
Step 3:
Now we need to install requirements of osi.ig so type this below command in your terminal.
pip install -r requirements.txt
Step 4:
Now type this below command this command will help you to run this tool in your terminal.
python3 main.py -u (victim username)
Post a Comment