https://github.com/pwnosec/instabro
Comprehensive Python Password Cracking (BF-IG)
https://github.com/pwnosec/instabro
Last synced: 3 months ago
JSON representation
Comprehensive Python Password Cracking (BF-IG)
- Host: GitHub
- URL: https://github.com/pwnosec/instabro
- Owner: pwnosec
- License: bsd-2-clause
- Created: 2024-12-26T19:57:16.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-12-26T19:59:48.000Z (5 months ago)
- Last Synced: 2025-01-02T22:40:03.364Z (5 months ago)
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Description
This is a simple Python script that attempts to crack an Instagram account password using brute force or a provided password list.## Features
- Allows users to specify an Instagram username.
- Supports both brute force and password list modes.
- Flexible character set and password length options.
- Saves found passwords to a file for future reference.
- Provides elapsed time for the cracking process.## Usage
1. Clone the repository to your local machine.
2. Install the required dependencies using `pip install -r requirements.txt`.
3. Run the script using Python: `Instabro.py`.
4. Follow the on-screen prompts to input the Instagram username and choose the cracking mode.
5. If using a password list, specify the path to the password list file.
6. Wait for the script to crack the password. If found, it will be displayed on the screen and saved to a file.## Example
```bash
$ python Instabro.py
Enter the Instagram username: example_user
Do you want to use a password list? (yes/no): yes
Enter the path to the password list file: passwords.txt=========================================
| Instabro Password Cracker |
=========================================Cracking...
=======================================
Password found: 123456
=======================================
Elapsed time: 10.53 seconds
```