hegusung/WebHashcat

When adding nodes, the hashes are not imported.

Opened this issue · 3 comments

When I import/synchronise a node, the available hashes are not imported. So when I go to upload a file, the only hash is 'plaintext'.
When uploading a hash file (plaintext) and then starting a crack, I get the following message (to be expected, I think):
Error! Inexistant hash mode, did you upgraded hashcat ?
When I click on the 'nodes' tab, I can see all the hash types supported, nothing exciting there.
image

Plaintext is quite special and is the password list not hashed, used for analytics only. Try using the hash type corresponding to your hashfile.

I'm having the same issue as this person. Looks like the only available hash to import in the dropdown menu is "Plaintext". No other hash types are available.
image

Hi !

Some reversing and I found the solution.
The hashcat version you have installed in the WebHashcat server is not a good one.
The script uses hashcat --help to parse hash types but some hashcat versions do not display them...
Try switching to hashcat 6.2.6.

Note that you will have to update the setting.ini file to match your hashcat location (setting.ini.docker if you ran it through docker)