Sponsored
Exploiting Tools

Osintgram – A OSINT Tool for Instagram

Hey Folks, today we are going to be talk about an fascinating OSINT tool called β€œOsintgramβ€œ. The tool seems like normal OSINT tool but is specifically designed for instagram enumeration and footprinting with lots of interesting features that you’ll never see before.

Lets take a look πŸ™‚ !!

Installation

Now first we’ll configure this tool in our terminal and download from github by using git command. Once done it then we have to go to the directory and install the requirements of this tool by using the pip command.

git clone https://github.com/Datalux/Osintgram.git
cd Osintgram
pip3 install -r requirements.txt

Now before using this tool we have to add some configuration ourselves. First we will create a directory and enter it. After that we will create a β€œusername.conf” and β€œpw” file in existing directory. In these files you have to give your Instagram account credentials.

mkdir config
cd config/
cat > username.conf
cat > pw.conf

Done πŸ™‚ The configuration is done and we can start this tool through the below given command.

python3 main.py

Error

We think this error may be comes when you will test this tool hecne you can see that before following the target account from our own account we got an error that the tool may not work properly.

python3 main.py < target >

Solved

We found a solution that is we have to follow the person whose we want to get the information.

Usage

We get a cmd shell after successfully establishing a connection where we can use β€œlist” command to identify the available commands.

Followers

In our first attempt we we’ll try to get the followers details by execute the below command on terminal. Once we execute this we get a list of all followers who follow the target.

Following

As you can see the data we are getting through this tool is beautifully arranged in a table. Similarly we can obtain list of the following users.

Emails

Through this tool we can obtain email addresses of the users who are already following the target.

Info

Sometimes we need to collect information of specific Instagram users and in that case we can go with this feature.

Photoinfo

Through this feature, we can get the exact details of the photo which the victim has uploaded on their profile.

Download Photos

If we want to view all the photo at same time and download it then we can do this with the help of this feature.

After successfully downloading the pictures, we can see them in the output directory.

Comment

This feature will give us all the details about the users who have commented on the target uploaded photos.

Tagged

This feature lets us find people who have tagged targets.

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

View Comments

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.