- Joined
- Jan 8, 2019
- Messages
- 56,623
- Solutions
- 2
- Reputation
- 32
- Reaction score
- 100,456
- Points
- 2,313
- Credits
- 32,750
6 Years of Service
76%

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.
To see this hidden content, you must like this content.
Python:
$ 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