https://github.com/itisuniqueofficial/ig-bruteforce-tool
Insta Password Tester is a simple tool to perform login testing on Instagram using a wordlist of passwords. It uses Instagram's mobile API endpoints to attempt authentication.
https://github.com/itisuniqueofficial/ig-bruteforce-tool
bruteforce instagram python tool
Last synced: 10 months ago
JSON representation
Insta Password Tester is a simple tool to perform login testing on Instagram using a wordlist of passwords. It uses Instagram's mobile API endpoints to attempt authentication.
- Host: GitHub
- URL: https://github.com/itisuniqueofficial/ig-bruteforce-tool
- Owner: itisuniqueofficial
- License: mit
- Created: 2025-06-12T13:17:09.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-12T13:20:04.000Z (about 1 year ago)
- Last Synced: 2025-06-12T14:31:36.287Z (about 1 year ago)
- Topics: bruteforce, instagram, python, tool
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Insta Password Tester
⚠️ **Disclaimer:**
This tool is for educational and security testing purposes only. Do not use it on any Instagram accounts that you do not own or have explicit permission to test. Unauthorized access to online accounts is illegal and unethical.
## About
Insta Password Tester is a simple tool to perform login testing on Instagram using a wordlist of passwords. It uses Instagram's mobile API endpoints to attempt authentication.
## Features
- Login attempts using Instagram's private API.
- Supports custom wordlists.
- Handles bad passwords, challenges (2FA), and unknown responses.
- Random device ID for each request.
- Rate limiting delays to help reduce the chance of temporary bans.
## Requirements
- Python 3.x
- `requests` module
## Installation
Clone the repository and install dependencies:
```bash
git clone https://github.com/yourusername/insta-password-tester
cd insta-password-tester
pip install -r requirements.txt
````
## Usage
Run the script:
```bash
python instagram_brute_force.py
```
* Enter the Instagram username you want to test.
* Provide the full path to your password wordlist file (e.g. `wordlist.txt`).
Example:
```bash
[+] Enter Username: target_username
[+] Enter Password List File Path (e.g., wordlist.txt): wordlist.txt
```
## Important Notes
* Instagram has strict security measures such as rate limiting, IP bans, and 2FA.
* Use VPN or proxies at your own risk to avoid detection.
* This tool is for demonstration purposes and may not work effectively on protected accounts.
## Legal Disclaimer
This tool is for educational purposes only. The creator is not responsible for any misuse, abuse, or illegal activities performed with this software.