| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Osintgram is a OSINT tool on Instagram to collect, analyze, and run reconnaissance.
Disclaimer: FOR EDUCATIONAL PURPOSE ONLY! The contributors do not assume any responsibility for the use of this tool.
Warning: It is advisable to not use your own/primary account when using this tool.
Osintgram offers an interactive shell to perform analysis on Instagram account of any users by its nickname. You can get:
- addrs Get all registered addressed by target photos
- captions Get user's photos captions
- comments Get total comments of target's posts
- followers Get target followers
- followings Get users followed by target
- fwersemail Get email of target followers
- fwingsemail Get email of users followed by target
- fwersnumber Get phone number of target followers
- fwingsnumber Get phone number of users followed by target
- hashtags Get hashtags used by target
- info Get target info
- likes Get total likes of target's posts
- mediatype Get user's posts type (photo or video)
- photodes Get description of target's photos
- photos Download user's photos in output folder
- propic Download user's profile picture
- stories Download user's stories
- tagged Get list of users tagged by target
- wcommented Get a list of user who commented target's photos
- wtagged Get a list of user who tagged target
You can find detailed commands usage here.
Latest version | Commands | CHANGELOG
Fork/Clone/Download this repo
git clone https://github.com/Datalux/Osintgram.git
Navigate to the directory
cd Osintgram
Create a virtual environment for this project
python3 -m venv venv
Load the virtual environment
Run pip install -r requirements.txt
Open the credentials.ini file in the config folder and write your Instagram account username and password in the corresponding fields
Alternatively, you can run the make setup command to populate this file for you.
Run the main.py script in one of two ways
You can use Osintgram2 beta just switching to v2 branch. The v2 has some improvements and faster with a new command execution interface. Try it just running git checkout v2.
This section will explain how you can quickly use this image with Docker or Docker-compose.
Before you can use either Docker or Docker-compose, please ensure you do have the following prerequisites met.
Important: Your container will fail if you do not do step #3 and configure your credentials
If docker is installed you can build an image and run this as a container.
Build:
docker build -t osintgram .Run:
docker run --rm -it -v "$PWD/output:/home/osintgram/output" osintgram <target>You can use the docker-compose.yml file this single command:
docker-compose run osintgram <target>Where target is the Instagram target for recon.
Alternatively you may run docker-compose with the Makefile:
make run - Builds and Runs with compose. Prompts for a target before running.
For ease of use with Docker-compose, a Makefile has been provided.
Here is a sample work flow to spin up a container and run osintgram with just two commands!
Sample workflow for development:
To use the development version with the latest feature and fixes just switch to development branch using Git:
git checkout development
and update to last version using:
git pull origin development
To update Osintgram with the stable release just pull the latest commit using Git.
You can propose a feature request opening an issue or a pull request.
Here is a list of Osintgram's contributors:
| Back | FazBrowse Home | New Git URL |