8000 GitHub - Chiragsd13/InstaNuke: Instagram Penetration Testing and 2FA Detection
[go: up one dir, main page]

Skip to content

Instagram Penetration Testing and 2FA Detection

License

Notifications You must be signed in to change notification settings

Chiragsd13/InstaNuke

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo

InstaNuke

Instagram Penetration Testing and 2FA Detection

Python Version License Interface

Major Features

• Automatic Requests
• Response Management
• Multi Platform
• Code Detection
• Enterprise Ready

Project Structure

InstaNuke
├── assets/
│   └── instanukelogo.png
├── docs/
│   ├── CONTRIBUTING.md
│   ├── DISCLAIMER.md
│   └── PREREQUISITES.md
├── nuke/
│   ├── instanuke.py
│   ├── requirements.txt
│   ├── wordlist.txt
│   ├── wordlist_common_passwords.txt
├── .gitignore
├── LICENSE
├── README.md
└── 1.0

Virtual Environment

Linux

python3 -m venv nukelinux
source nukelinux/bin/activate

MacOS

python3 -m venv nukemacos
source nukemacos/bin/activate

Installation

git clone https://github.com/5a1r0x/InstaNuke.git
cd InstaNuke
cd nuke
pip install -r requirements.txt
chmod +x instanuke.py
python3 instanuke.py

Usage

username: instagram username
wordlist: wordlist.txt or path/to/wordlist

use ethically and responsibly

About

Instagram Penetration Testing and 2FA Detection

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%
0