09-17-2021, 04:42 PM
warg...
yeah sry tried this just with a/your shortened charset of [009041920c0a4a21]
tried something with rules but no success, i think the problem is you have to feed hashcat per pipe and not quite sure wheter these "control chars" are transmitted correctly through pipe (output given by hashcat shows pw candidates with less than 8/16 and i dont know why)
i tried a run with half of the keyspace and it showed me a runtime aof 34 years (so yeah IT IS a huge keyspace)
if you still want to give it a shot, you have to use maskprocessor
https://github.com/hashcat/maskprocessor/releases/
and feed hashcat like this (you can do some "gambling" with how do order -1 and -2)
with this hahscat will start with something like ffffffff00000000
left side will " slowly decrease" to 00... right side will "slowly increase" to ff...
mp64.exe -1 0123456789abcdef -2 fedcba9876543210 ?2?2?2?2?2?2?2?2?1?1?1?1?1?1?1?1 | hashcat.exe --hex-charset -a 0 -O -m 1400 sha256.txt
yeah sry tried this just with a/your shortened charset of [009041920c0a4a21]
tried something with rules but no success, i think the problem is you have to feed hashcat per pipe and not quite sure wheter these "control chars" are transmitted correctly through pipe (output given by hashcat shows pw candidates with less than 8/16 and i dont know why)
i tried a run with half of the keyspace and it showed me a runtime aof 34 years (so yeah IT IS a huge keyspace)
if you still want to give it a shot, you have to use maskprocessor
https://github.com/hashcat/maskprocessor/releases/
and feed hashcat like this (you can do some "gambling" with how do order -1 and -2)
with this hahscat will start with something like ffffffff00000000
left side will " slowly decrease" to 00... right side will "slowly increase" to ff...
mp64.exe -1 0123456789abcdef -2 fedcba9876543210 ?2?2?2?2?2?2?2?2?1?1?1?1?1?1?1?1 | hashcat.exe --hex-charset -a 0 -O -m 1400 sha256.txt