Skip to content

Commit

Permalink
add WPA-EAPOL-PBKDF2
Browse files Browse the repository at this point in the history
  • Loading branch information
noraj committed Dec 1, 2024
1 parent 614e357 commit 3e44389
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
14 changes: 14 additions & 0 deletions data/prototypes.json
Original file line number Diff line number Diff line change
Expand Up @@ -6126,6 +6126,20 @@
}
]
},
{
"regex": "\\A[a-f0-9]+\\Z",
"modes": [
{
"john": null,
"hashcat": 2500,
"extended": false,
"name": "WPA-EAPOL-PBKDF2",
"samples": [
"4843505804000000000235380000000000000000000000000000000000000000000000000000000000000151aecc428f182acefbd1a9e62d369a079265784da83ba4cf88375c44c830e6e5aa5d6faf352aa496a9ee129fb8292f7435df5420b823a1cd402aed449cced04f552c5b5acfebf06ae96a09c96d9a01c443a17aa62258c4f651a68aa67b0001030077fe010900200000000000000001a4cf88375c44c830e6e5aa5d6faf352aa496a9ee129fb8292f7435df5420b8230000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000018dd160050f20101000050f20201000050f20201000050f20200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
]
}
]
},
{
"regex": "\\A\\$vmx\\$0\\$\\d{1,9}\\$[a-f0-9]{32}\\$[a-f0-9]{64}\\Z",
"modes": [
Expand Down
1 change: 1 addition & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
- **Drop** Ruby 2.7 support, [EOL since 31/03/2023](https://www.ruby-lang.org/en/downloads/branches/), no longer compatible with newest version of bundler
- **Additions**:
- WPA-PMKID-PMK [#162][#162]
- WPA-EAPOL-PBKDF2 [#162][#162]
- **Enhancements**:
- OpenSSH private key
- Better naming (add algorithm)
Expand Down

0 comments on commit 3e44389

Please sign in to comment.