need help for the hashcat setting
#2
I tried this command
./hashcat -m 26401 encrypted_2.txt -o cracked5.txt -a 3 --hex-charset ?b?b?b?b?b?b?b?b?b?b?b?b?b?b?b?b -w 4 -s 1000 -n 32 --force --session=v20
but it have a error Integer overflow detected in keyspace of mask: ?b?b?b?b?b?b?b?b?b?b?b?b?b?b?b?b
tried other command
./hashcat -m 26401 encrypted_2.txt -o cracked5.txt -a 3 -1 charsets/DES_full.hcchr -2 "?1?1?1?1?1?1?1?1"--hex-charset "?1?1?1?1?1?1?1?1?2?2?2?2?2?2?2?2" -w 4 -s 1000 -n 32 --force --session=v20
still have Integer overflow detected in keyspace of mask: ?1?1?1?1?1?1?1?1?2?2?2?2?2?2?2?2
Reply


Messages In This Thread
need help for the hashcat setting - by gotohack - 03-29-2023, 10:39 AM
RE: need help for the hashcat setting - by gotohack - 03-29-2023, 01:35 PM