https://github.com/anonymousx46/rookie_bruteforce
Python Bruteforce with Rockyou.txt
https://github.com/anonymousx46/rookie_bruteforce
bruteforce ctf-challenges python rockyou rookie
Last synced: about 1 month ago
JSON representation
Python Bruteforce with Rockyou.txt
- Host: GitHub
- URL: https://github.com/anonymousx46/rookie_bruteforce
- Owner: ANONYMOUSx46
- License: mit
- Created: 2025-02-15T21:35:06.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-02-15T22:02:31.000Z (3 months ago)
- Last Synced: 2025-02-15T22:26:28.861Z (3 months ago)
- Topics: bruteforce, ctf-challenges, python, rockyou, rookie
- Language: Python
- Homepage:
- Size: 0 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Created By ANONYMOUSx46
## Python Rookie Bruteforce Code:
As part of a CTF challenge I was tasked to write a Python script to bruteforce the decryption key of an encrypted file.
Bruteforcing is the act of repeatedly trying different combinations to break the password encryption (based on either randomly generated passwords, or from a list of passwords to try). In this task I used the wordlist from Rockyou - a widely know password wordlist that contains thousands of common passwords in one wordlist.