https://github.com/evildevill/instainfo
Instainfo is a OSINT tool on Instagram Made in Python. It offers an interactive shell to perform analysis on Instagram account of any users by its nickname it provides alot of functionalities
https://github.com/evildevill/instainfo
hackerwasii hackthebox instagram instainfo metasploit-framework osint-tool tryhackme twint
Last synced: 2 months ago
JSON representation
Instainfo is a OSINT tool on Instagram Made in Python. It offers an interactive shell to perform analysis on Instagram account of any users by its nickname it provides alot of functionalities
- Host: GitHub
- URL: https://github.com/evildevill/instainfo
- Owner: evildevill
- License: gpl-3.0
- Created: 2021-08-18T06:07:13.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-12-12T10:32:00.000Z (4 months ago)
- Last Synced: 2025-12-13T23:20:07.683Z (4 months ago)
- Topics: hackerwasii, hackthebox, instagram, instainfo, metasploit-framework, osint-tool, tryhackme, twint
- Language: Python
- Homepage: https://evildevill.github.io/instainfo
- Size: 112 KB
- Stars: 40
- Watchers: 3
- Forks: 8
- Open Issues: 43
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# instainfo
Instainfo is a OSINT tool on Instagram Made in Python. It offers an interactive shell to perform analysis on Instagram account of any users by its nickname it provides alot of functionalities
## Installation
1. Fork/Clone/Download this repo
`git clone https://github.com/evildevill/instainfo.git`
2. Navigate to the directory
`cd instainfo`
3. Create a virtual environment for this project
`python3 -m venv venv`
4. Load the virtual environment
- On Windows Powershell: `.\venv\Scripts\activate.ps1`
- On Linux and Git Bash: `source venv/bin/activate`
5. Run `pip install -r requirements.txt`
6. 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.
7. Run the main.py script in one of two ways
* As an interactive prompt `python3 instainfo.py `
* Or execute your command straight away `python3 instainfo.py --command `