Sponsored
Information Gathering

Osi.Ig – A OSINT Tool for Instagram

Hey Folks, in this tutorial we are going to talk about the osint tool for instagram account named “osi.ig“.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. Information that may be included in the results :

Information

  • Profile – user id, followers / following, number of uploads, profile img URL, business enum, external URL.
  • 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.

Let’s take a look 😛 !!

Dependencies

As always, this time we will install some dependencies before proceeding towards installation of the tool. We need to execute the given single command and all dependencies will be set up automatically at the same time.

apt install python python3 python3-pip

Install Tool

Now just execute the git command which will download the tool into our system. After that we will go to the directory of this tool and execute the “pip” command to install the remaining dependencies. Do not note the error that occurred due to version constraints.

git clone https://github.com/th3unkn0n/osi.ig.git
cd osi.ig
python3 -m pip install requirements.txt

Done 🙂 !! The tool has been configured in just few second and now we can boot it by using the python tool.

python3 main.py -h

User Profiles – OSINT

To get some user profile information, you must have the exact name of the user. Just choose the user name you want, enter the name and execute the command. After executing the command you will get a lot of information about the user as shown in the image below.

Usage 🙂 !! python3 main.py -u < username >

python3 main.py -u secnhack

You can also see the user’s picture with the link provided by this tool which may be one of the best features of this tool.

In Depth Description of Uploaded Photos & Videos

Now we will take another example and try to learn in depth about user uploaded photos and videos.

Usage 🙂 !! python3 main.py -u < username > -p

python3 main.py -u sgmayank123 -p

Impressive 😛 !! The results are comes really impressive because you can get every single detail about uploaded videos and photos like date, time, second etc as well as more details that normally wouldn’t be able to get from just looking at their profile.

Proof 🙂 !! As a POC we will show you all the results obtained from this tool.

Done 🙂 !! Thus, you can get more information about any user profile using the features of this tool.

About the Author
Shubham Goyal Certified Ethical Hacker, information security analyst, penetration tester and researcher. Can be Contact on Linkedin.
Sponsored

Recent Posts

Termux Cheat Sheet for Hackers

Hey Folks :) !! In this article, we present the "Termux Cheat Sheet for Hackers"…

1 month ago

Cracking the X-Factor in Cybersecurity: How Humans are Protecting the Systems?

Amid the rapid advancement of technology, the significance of human involvement in cybersecurity frequently goes…

8 months ago

Cariddi – Hidden Endpoint Finder for Bug Hunting

Hey Folks, we are back today after such a long break, but don't worry we…

2 years ago

API Security Testing 101: Know Everything About API Security Testing!

The security of your API should be one of the top priorities of companies. Without…

2 years ago

7 Best Tools for Web Penetration Testing: Comprehensive Details

Hey Folks, In today's business world, it is essential to have an online presence. However,…

2 years ago

Cyber Security Audits: Everything You Need to Know About It

Hey Folks, Is your business prepared in case of a cyber attack? Many companies don't…

2 years ago
Sponsored

This website uses cookies.