Skip to content

Latest commit

Β 

History

History
64 lines (30 loc) Β· 2.26 KB

README.md

File metadata and controls

64 lines (30 loc) Β· 2.26 KB

insta_checker

πŸš€ Instachecker

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! πŸ•΅οΈβ€β™‚οΈ


Warning : October 20 2024

achtung 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 :)


✨ Features

πŸ” Email verification:

Quickly check whether an email is associated with an Instagram account.

πŸ’» User-friendly interface:

Simple, intuitive HTML form for easy use.

πŸ“Š Quick results:

Get immediate feedback on whether the email is linked to an Instagram account.

πŸ› οΈ Useful for

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!


πŸš€ Installation instructions

  • 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) or python3 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.


🐳 Examples of use

Exemple of use for the web version :

web

Exemple of use for the CLI version :

cli

Feel free to contribute, report problems or suggest improvements 😊