hashcat Forum
ignore some byte des - 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: ignore some byte des (/thread-10665.html)



ignore some byte des - omairino - 03-17-2022

hey

hashcat.exe -m 14000 1111111111111111:1111111111111111 -o cracked.txt -a 3 -1 C:\Users\omair\OneDrive\Desktop\hashcat\charsets\DES_full.hcchr --hex-charset ?1?1?1?2?1?1?1?3 -w 4 --force

hey i want to ignore some byte from the result any help
for example
                                         
hashcat.exe -m 14000 1111111111111111:111111xx111111xx -o cracked.txt -a 3 -1 C:\Users\omair\OneDrive\Desktop\hashcat\charsets\DES_full.hcchr --hex-charset ?1?1?1?2?1?1?1?3 -w 4 --force

when hashcat set ket in 1111111111111111 
                                                              44  88
 i need the result check without this 4 byte (XX,XX)

thank you