An OSINT Tool completely coded from scratch with minimum dependancies to check whether a given Username is vacant or has an account created for it on Instagram. It is based on the similar Algorithm I created for IntelliOSINT.
- Unique Algorithm which eliminates the need to Login or Set a Session Cookie.
- Minimal Resource consuming.
- Cross Platform Support.
- Beginner friendly.
- Easy to use.
- Dependencies Free!
Install in Linux/Ubuntu with git
git clone https://github.com/MayankNCodes/InstagramChecker.git
cd InstagramChecker
chmod +x IGChecker.py
python IGChecker.py
Installing dependencies
pip install requests
Windows/Linux:
python IGChecker.py
- Fun Fact: You can Enable/Disable the "Debug Mode" via the source code and simply editing the value to True/False.
- Faster Speed by adding Multithreading Functionality.
- Log the Output to a dedicated Txt File.
- Port the script to C++
- Create a GUI
- More....