Open In App

Osi.Ig – Information Gathering Instagram Tool in Kali Linux

Osi.Ig stands for Open Source Intelligence. Osi is a free and open-source tool used to perform reconnaissance on Instagram accounts/profiles. This is a free and open-source tool used for performing reconnaissance on Instagram accounts. As this tool is open source, so you can contribute to this tool. This tool is very useful when you want to get information about Instagram that you normally wouldn’t be able to get from just looking at their profile. You can get so much information about an account that is not easily visible on the profile of the person.  There are various parameters on which you can get information. These included accessibility caption, location, timestamp, caption, picture URL, etc. location will give you a complete list of locations over where the user has tagged that location and the timestamp will give you the actual timestamp of the post. This tool even gives the email address of the user if an email is used anywhere it’ll be displayed. Tags & Mentions will give you the most used hashtags and mentioned accounts. Osi.Ig is written in python language. You must have python language installed in your kali Linux operating system.

Features of Osi.ig:



Uses of Osi.Ig:

Installation and step-by-step tutorial of Osi.ig tool:

Step 1: Open your kali Linux operating system. Move to desktop. Here you have to create a directory called Osi.ig. In this directory, you have to install the tool.



To move to the desktop use the following command.

cd Desktop

Step 2: Now you are on the desktop. Here you have to create a directory called Osi.ig. To create Osi.ig directory uses the following command.

mkdir Osi.ig

Step 3: You have created a directory. Now use the following command to move into that directory.

cd Osi.ig

Step 4: Now you are in Osi.ig directory. In this directory you have to download the tool means you have to clone the tool from GitHub. Use the following command to clone the tool from GitHub.

git clone https://github.com/th3unkn0n/osi.ig.git

Step 5: The tool has been downloaded in the directory Osi.ig. Now list out the contents of the tool that has been downloaded using the following command.

ls

Step 6: When you listed out the contents of the tool you can see that a new directory has been generated by the tool that is Osi.ig. You have to move in this directory to view the contents of the tool. To move in this directory using the following command.

cd osi.ig

Step 7: To list out the contents of this directory using the following command.

ls

Step 8: Now you have to install some dependencies using the following command.

apt install python python3 python3-pip

Step 9: Now you have to install the requirements of the Osi.ig tool. To install requirements use the following command.

python3 -m pip install requirements.txt

Step 10: All the requirements has been downloaded. Now have to give permission to the tool.

chmod +x main.py

Step 11: All the permission has been given to them too. Now it’s time to run the tool. Use the following command to run the tool. This command will give you the help section of the tool. This means the tool is perfectly installed and running successfully.

./main.py -h

Congratulations you have finally installed the tool now we will see some examples of how to use this tool.

Example 1: Use Osi.ig tool to get an Instagram account.

python3 main.py -u < username >

These are the details that we got after performing reconnaissance on an Instagram account. You can perform reconnaissance using your own target. 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.

Example 2: Use Osi.ig tool to find the In-Depth Description of Uploaded Photos & Videos of an Instagram account/profile.

 python3 main.py -u < username > -p

Use this command for an Depth Description of Uploaded Photos & Videos of an Instagram account/profile.

Conclusion: These are the details that we are getting after performing Reconnaissance on this user profile. Similarly, you can perform reconnaissance on your Instagram accounts/profiles. This tool is very useful when you want to get information about Instagram that you normally wouldn’t be able to get from just looking at their profile. You can get so much information about an account that is not easily visible on the profile of the person.  There are various parameters on which you can get information. These included accessibility caption, location, timestamp, caption, picture URL, etc. location will give you a complete list of locations over where the user has tagged that location, and timestamp will give you the actual timestamp of the post. This tool even gives the email address of the user if an email is used anywhere it’ll be displayed. Tags & Mentions will give you the most used hashtags and mentioned accounts. Osi.Ig is written in python language. You must have python language installed in your kali Linux operating system.


Article Tags :