https://github.com/cyclone-github/magento_cracker
Magento v2 (argon2id) hash verifier (cracker)
https://github.com/cyclone-github/magento_cracker
argon argon2 argon2id cracker cyclone hash magento magento2 plum verifier
Last synced: 6 months ago
JSON representation
Magento v2 (argon2id) hash verifier (cracker)
- Host: GitHub
- URL: https://github.com/cyclone-github/magento_cracker
- Owner: cyclone-github
- License: gpl-2.0
- Created: 2023-04-06T17:50:35.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-12T15:47:06.000Z (about 1 year ago)
- Last Synced: 2024-09-13T04:28:30.925Z (about 1 year ago)
- Topics: argon, argon2, argon2id, cracker, cyclone, hash, magento, magento2, plum, verifier
- Language: Python
- Homepage:
- Size: 23.4 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/cyclone-github/)
### NOTE: plum has released a Magento converter tool which allows Magento v2 & v3 hashes to be run as standard argon2id with jtr or argon_cracker: https://github.com/PlumLulz/magento_converter
# 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:
- https://github.com/cyclone-github/magento_cracker/blob/main/CHANGELOG.md