hashtopolis / server

Hashtopolis - distributed password cracking with Hashcat
GNU General Public License v3.0
1.42k stars 212 forks source link

[BUG]: Giant 330 GB wordlist not processing. #1058

Closed KevtheDev42 closed 4 months ago

KevtheDev42 commented 4 months ago

Version Information

0.14.1 commit 375f2ce

Hashcat

6.2.6

Description

I have a 330 Gb wordlist from https://weakpass.com/all-in-one, I downloaded and extracted the wordlist to the files directory (where all the other imported wordlists are saved) and hashtopolis does not recognize it (most likely because the creator mentioned that the first passwords has unprintable chars).

Nonetheless he mentioned it still should work even after I put some normal text at the start and renamed it to a .txt. But it still doesnt work (screenshot attached)

I'm wondering if anyone else has big wordlists and has it working or if hashtopolis cant handle that size of a wordlist.

PXL_20240409_2243511152 image

b8vr commented 4 months ago

There's nothing in that error saying it can't recognize the wordlist. It's a keyspace issue. The job you're running is creating too many possibilities for the hashmode you're attacking. Are you attacking a slow hash?

KevtheDev42 commented 4 months ago

Hey b8vr! I just used whatever the default task options are set at, the only thing i changed is the command run which was "-a0 #HL# all_in_one"

I'm attacking a MD5 hashlist with around 2028 hashes.

(and sorry for the delayed response)

b8vr commented 4 months ago

Hm... That shouldn't present any issues. Which GPU is the agent running on? Also, try and run the agent with parameter --debug added.

KevtheDev42 commented 4 months ago

Its running on 6 3080's (latest drivers), I can test out the debug flag tomorrow, ill let you know the results.

KevtheDev42 commented 4 months ago

I'm so sorry I got really busy, though I did not forget. Ill try to do it asap.

zyronix commented 4 months ago

I have run hashtopolis with larger dict files. This is a hashcat / driver problem. I have written a small guide to help you get started with hashcat problems:

Please read: https://github.com/hashtopolis/server/discussions/1015

For further questions/support please join the discord :)