Skip to content

Commit aefb52c

Browse files
authored
Merge pull request #148 from fuad00/main
WPA-PBKDF2-PMKID+EAPOL added
2 parents ba595d3 + 4717bf3 commit aefb52c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

name_that_hash/hashes.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2645,11 +2645,11 @@ class HashInfo:
26452645
]
26462646
),
26472647
Prototype(
2648-
regex=re.compile(r"\$fvde\$1\$16\$[\d|\D]{32}\$\d{5}\$[\d|\D]{48}", re.IGNORECASE),
2648+
regex=re.compile(r"WPA\*0[12]\*([0-9a-fA-F]+)\*", re.IGNORECASE),
26492649
modes=[
26502650
HashInfo(
2651-
name="FileVault 2",
2652-
hashcat=16700,
2651+
name="WPA-PBKDF2-PMKID+EAPOL",
2652+
hashcat=22000,
26532653
john=None,
26542654
extended=False
26552655
),

0 commit comments

Comments
 (0)