-m 2500 seems to be somewhat broken - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Developer (https://hashcat.net/forum/forum-39.html) +--- Forum: hashcat (https://hashcat.net/forum/forum-40.html) +--- Thread: -m 2500 seems to be somewhat broken (/thread-7393.html) Pages:
1
2
|
-m 2500 seems to be somewhat broken - cab404 - 03-22-2018 I checked several caps on latest hashcat -m 2500 (WPA2), and it seems it is not able to crack anything, unless I manually append 0x00 to dict words, using -a 6 and custom charset with null byte in it. basically: won't work Code: hashcat -O -m 2500 -w 4 hcapx rockyou.txt Code: hashcat -O -m 2500 -w 4 -1 nullchr.hcchr -a 6 hcapx rockyou.txt ?1 Code: OpenCL Info: RE: -m 2500 seems to be somewhat broken - soxrok2212 - 03-22-2018 I would guess your dictionary is screwed up then. Have you tried with another dictionary? This should likely affect every mode, not just 2500 if it were a hashcat problem. RE: -m 2500 seems to be somewhat broken - cab404 - 03-22-2018 (03-22-2018, 08:58 PM)soxrok2212 Wrote: I would guess your dictionary is screwed up then. Have you tried with another dictionary? This should likely affect every mode, not just 2500 if it were a hashcat problem. i did. there's nothing wrong with dictionary, i tested this bug with dict made with "echo testplain > testdict", and it didn't worked with my test ap cap until i added null byte. -m 0 works fine. RE: -m 2500 seems to be somewhat broken - undeath - 03-22-2018 cannot reproduce Code: hashcat64.bin -I RE: -m 2500 seems to be somewhat broken - cab404 - 03-22-2018 (03-22-2018, 10:38 PM)undeath Wrote: cannot reproduce you use cap from examples? RE: -m 2500 seems to be somewhat broken - undeath - 03-22-2018 yes, hccapx from examples, mode a3 and a0, with and without w4 RE: -m 2500 seems to be somewhat broken - cab404 - 03-22-2018 (03-22-2018, 10:47 PM)undeath Wrote: yes, hccapx from examples, mode a3 and a0, with and without w4 maybe try with real life airodump-ng/wlandump-ng dumps? example works for me as well. I checked my caps (and words) with aircrack-ng - they work fine. RE: -m 2500 seems to be somewhat broken - undeath - 03-22-2018 rather sounds like something with your "real lile" hccapx is off. RE: -m 2500 seems to be somewhat broken - cab404 - 03-22-2018 (03-22-2018, 10:54 PM)undeath Wrote: rather sounds like something with your "real lile" hccapx is off. well, it is rather difficult to mess with something hashed. so I suppose m 2500 just fails to add null terminator, cause it was tested only on generated file, and not on rl capped one RE: -m 2500 seems to be somewhat broken - cab404 - 03-22-2018 (03-22-2018, 10:54 PM)undeath Wrote: rather sounds like something with your "real lile" hccapx is off. srsly, i won't be able to convince you that my files are fine, just cap something yourself and test it |