Skip to main content

Instagram OSINT

 OSINT stands for Open Source INTelligence. it means any information that can legally gathered from free , open source software or tool. if you want simple Example of OSINT then any search engine is OSINT. Today's Topic is Instagram OSINT then let's get started......





There is Tool for Instagram OSINT named Osintgram. So You can download that tool with below line(For Linux)
git clone https://github.com/Datalux/Osintgram

Now change directory,
cd Osintgram/

Download requirements
pip install -m requirements.txt

Now you need to give your instagram account credentials for login to instagram (Also you can create F@ke account) so goto config/ and add those details as below

Now we're ready to do OSINT;
python3 main.py <target name>

write username of person you want to know details
Below photo shows list of operation you can perform or just type list after running main.py

You can download all images uploaded by Target, you can get list of captions used by Target, you can get list of hashtags used by user and lots of other things. Just Explore it

Thank You 😊😊

Comments

Popular posts from this blog

Products Which I like

headphone Buy now Camera Buy now

Makefile

 You may have seen file named Makefile or you may have type command like make, make install. so what is this file Makefile and what are this command. let's discuss about it.

What is Docker?

 Hello Everyone , Today we'll talk about what is docker ?, how to use it ? and why you should use it ?, then let's begin...