05-10-2024, 04:42 PM
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
"610d62" being the hexadecimal representation of a \r b
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