using compressed wordlist (ZIP)
#1
Question 
hello everyone
im using hashcat on windows .. whenever i try to load a compressed zip wordlist i get 
D:\HASHES\8.txt.zip: Invalid argument
hashcat.exe -m 1400 -a 0 C:\Users\dr_sa\Downloads\hashcat-6.2.5\hashcat-6.2.5\seed.txt D:\HASHES\8.zip (commant i use)
i have read somewhere that its able to load a zipped text file in hashcat .. what am i doing wrong ? please help
Reply
#2
if 8.zip is really a wordlist (the directory hashes seems misleading) try copying these files directly into the hashcat folder or put quotationmarks " " around the "filepath"

fast try with simple genrated hash and zip works witout problems

hashcat -a0 -m0 -D1 -d1 oel.hash oel.zip
Reply
#3
Thumbs Up 
(06-22-2022, 01:13 PM)Snoopy Wrote: if 8.zip is really a wordlist (the directory hashes seems misleading) try copying these files directly into the hashcat folder or put quotationmarks " " around the "filepath" 

fast try with simple genrated hash and zip works witout problems

hashcat -a0 -m0 -D1 -d1 oel.hash oel.zip

thanks , it worked when i put it in same folder as hashcat
Reply