Automatic /r stripping by hashcat?
#4
In the case of the \r being embedded inside a plain like a\rb, Hashcat would find it as it would any other, just as long as it's not at the end as then it'd be considered as a multibyte newline


Code:
$ echo -en "a\rb" | md5sum
2132b3bda00d60e52785208164bff1c8  -
$ echo -en "a\rb" | ./hashcat.exe -m 0 2132b3bda00d60e52785208164bff1c8 --potfile-disable
2132b3bda00d60e52785208164bff1c8:$HEX[610d62]

"610d62" being the hexadecimal representation of a \r b
Reply


Messages In This Thread
Automatic /r stripping by hashcat? - by KYMS - 05-10-2024, 03:34 PM
RE: Automatic /r stripping by hashcat? - by KYMS - 05-10-2024, 04:26 PM
RE: Automatic /r stripping by hashcat? - by penguinkeeper - 05-10-2024, 04:42 PM
RE: Automatic /r stripping by hashcat? - by KYMS - 05-10-2024, 07:06 PM