This Python and Flask-based web app helps you determine whether an email address is linked to an Instagram account. It's perfect for OSINT (Open Source Intelligence) surveys and much more! π΅οΈββοΈ
A user reported that the tool is not working anymore, i'm actually working on this problem, i am open to any help to solve this problem :)
Quickly check whether an email is associated with an Instagram account.
Simple, intuitive HTML form for easy use.
Get immediate feedback on whether the email is linked to an Instagram account.
This tool is an asset for OSINT professionals, researchers and cybersecurity enthusiasts who need to check social media account associations. π Whether for security audits or investigative purposes, this is a handy utility to have!
-
Clone repository:
git clone https://github.com/proxzr/instacheck
-
Install requirements :
pip3 install -r requirements.txt
-
Start the Flask application :
python3 app.py
(for web interface) orpython3 cli.py
(for CLI interface) -
Access the tool:
Go to http://127.0.0.1:5000
(Only for web version)
The CLI version may sometimes give false positives (or false negatives), so try the web and CLI versions just in case.
Feel free to contribute, report problems or suggest improvements π