Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ismail-benali/instasneak
Comprehensive Python Guide to Password Cracking on Instagram
https://github.com/ismail-benali/instasneak
hacking-tool instagram instagram-pentesting pentest pentesting python scripting
Last synced: about 9 hours ago
JSON representation
Comprehensive Python Guide to Password Cracking on Instagram
- Host: GitHub
- URL: https://github.com/ismail-benali/instasneak
- Owner: Ismail-Benali
- Created: 2024-05-02T15:02:14.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-05-02T15:48:50.000Z (7 months ago)
- Last Synced: 2024-05-03T02:11:21.086Z (7 months ago)
- Topics: hacking-tool, instagram, instagram-pentesting, pentest, pentesting, python, scripting
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![InstaSneak](https://github.com/Ismail-Benali/InstaSneak/assets/90980178/fe4d708d-a24e-4c4d-ae9e-80ac5543c751)
## 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: `InstaSneak.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 InstaSneak.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=========================================
| InstaSneak Password Cracker |
=========================================Cracking...
=======================================
Password found: 123456
=======================================
Elapsed time: 10.53 seconds