Skip to content

A Python script designed to analyze user-inputted strings by cross-referencing them with established password wordlists and notifying the user if a match is found.

Notifications You must be signed in to change notification settings

chan2git/rockme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

rockme

A script that takes a user string and checks it against known password wordlists.

Notes

Wordlist text files should be saved in the same directory where rockme.py is being ran, or use absolute file path. If there are issues with reading the files due to encoding issues, modify with open function to include a third argument encoding="utf-8.

rockme.py is for educational and security awareness purposes only.

Updates

  • Fixed main menu validation code, which was causing issues with checking user string against wordlist for matches, thus incorrectly always returning no matches found [08/10/2023]

  • Added the wordlist 'darkweb2017-top10000.txt' [08/10/2023]

  • Added red text color when displaying invalid input error message [08/10/2023]

Future Developments

  • Add additional popular wordlists

  • Allow user to move back into outer menu

  • Validate user submenu choices

About

A Python script designed to analyze user-inputted strings by cross-referencing them with established password wordlists and notifying the user if a match is found.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages