Skip to content

This repository contains a Python script designed to perform a brute force attack on Instagram accounts by generating and testing 1 Billion password combinations. The script allows the user to input an Instagram username and define the length of passwords to try. It then uses an efficient algorithm to generate possible password combinations

Notifications You must be signed in to change notification settings

thehananasif/BruteForceAttract-by-Hanan-Asif

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Instagram Brute Force Tool

This Python script performs a brute force attack to attempt to find the password for an Instagram account by trying 1 Billion password combinations. The script generates potential passwords based on user-defined parameters and tests them using Instagram's login endpoint.

Warning

This tool is for educational purposes only. Unauthorized access to any account without the owner’s permission is illegal and unethical. Please use this tool responsibly.

Features

• Generate passwords based on customizable character sets and password lengths.

• Test passwords using Instagram’s login endpoint.

• Implements rate-limiting by introducing delays between requests to avoid detection or blocking by Instagram's servers.

Installation

Clone the repository:

git clone https://github.com/username/instagram-brute-force.git
cd instagram-brute-force

Code Overview

  1. generate_passwords(length, chars): Generates all possible combinations of characters of a given length.

  2. brute_force_instagram(username, passwords): Sends POST requests to Instagram's login API, checking if any of the passwords work.

  3. main(): Prompts the user for input and coordinates password generation and testing.

Notes

• Rate Limiting: The script introduces a 1-second delay between each password attempt to minimize the chances of being blocked by Instagram.

• Password Chunking: Passwords are tested in batches of 10,000 to manage large password sets effectively.

License

This project is licensed under the MIT License.

About

This repository contains a Python script designed to perform a brute force attack on Instagram accounts by generating and testing 1 Billion password combinations. The script allows the user to input an Instagram username and define the length of passwords to try. It then uses an efficient algorithm to generate possible password combinations

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages