New Attack-Mode: Association Attack
#30
If someone is interested: Association attack on hash mode 22000

on ESSID:
Code:
$ cat hashfile.hc22000 | awk 'BEGIN { FS = "*" } ; {print "$HEX[" $6 "]" }' > essid.list
$ hashcat -m 22000 -o founds -a9 hashfile.hc22000 test.list

on ESSID with rules:
Code:
$ cat hashfile.hc22000 | awk 'BEGIN { FS = "*" } ; {print "$HEX[" $6 "]" }' > essid.list
$ hashcat -m 22000 -r rockyou-30000.rule -o founds -a9 hashfile.hc22000 test.list

On MAC_AP:
Code:
$ cat hashfile.hc22000 | awk 'BEGIN { FS = "*" } ; {print $4 }' > macap.list
$ hashcat -m 22000 -o founds -a9 hashfile.hc22000 macap.list

Outfile (-o) should be used because there are no entries in the potfile (up to actual git head: hashcat v6.2.5-165-gb44495846)
Reply


Messages In This Thread
New Attack-Mode: Association Attack - by atom - 09-29-2020, 03:59 PM
RE: New Attack-Mode: Association Attack - by atom - 09-29-2020, 04:03 PM
RE: New Attack-Mode: Association Attack - by atom - 09-30-2020, 12:11 PM
RE: New Attack-Mode: Association Attack - by atom - 09-30-2020, 12:13 PM
RE: New Attack-Mode: Association Attack - by atom - 09-30-2020, 12:16 PM
RE: New Attack-Mode: Association Attack - by atom - 09-30-2020, 02:35 PM
RE: New Attack-Mode: Association Attack - by atom - 09-30-2020, 12:17 PM
RE: New Attack-Mode: Association Attack - by ZerBea - 01-28-2022, 12:08 PM