Skip to content

Magento v2 (argon2id) hash verifier (cracker)

License

Notifications You must be signed in to change notification settings

cyclone-github/magento_cracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Readme Card

Cyclone's Magento v2 Hash Cracker

python3 script to verify Magento v2 hashes appended with ":2" or ":3_" (which are argon2id hashes).

This tool was proudly the first publicly released cracker for this custom algo.

Usage:

  • python3 magento_v2_argon2id.py -hash hashes.txt -wordlist wordlist.txt

Credits:

  • original script by Plum https://github.com/PlumLulz
  • modified by cyclone with the following features:
    • added flag "-wordlist" so script can check hashes against a wordlist instead of one password
    • added flag "-hash" so script can check a hash list instead of one single hash
    • added ability to correctly check, parse & crack both :2 & :3 Magento v2 hashes

Change Log: