WebHashcat
WebHashcat copied to clipboard
Hashcat web interface
When running on docker-compose, the celery breaks with a import error from django. The `requirements.txt` does not have a version specified, which is prone to breakage. That import was deprecated...
It looks like its having an issue with the Nvidia CUDA drivers ------ > [ 2/16] RUN apt-get update && apt-get install -y python3 python3-pip: #0 0.718 Hit:1 http://archive.ubuntu.com/ubuntu bionic...
When using MySQL or MariaDB, secure-file-priv option must be disabled in the configuration file. ``` [mysqld] secure-file-priv = "" ``` However, It would be better for the code to work...
Unfortunately, this error occurs when synchronizing the nodes. Probably it is due to too large word lists. ``` OverflowError at /Nodes/node/ string longer than 2147483647 bytes ``` The sync then...
spends hours trying to figure it out how to make the node connect to the interface without any luck, keep getting this: idx | 0 -- | -- s |...
This is a weird one: when I try adding my local hashcatnode, it will successfully enumerate the hash types and reflect this in the front end, but rules, masks and...
As a pentester I would like to create a new session using custom mask attacks without uploading a file, because I usually run something like "$company$20?d?d". In order to implement...
When a session is paused, it stays in memory, if you pause too many of them, then you'll run out of memory without knowing what the fuck happened. * The...
As cracking is a long process one may want to do other thing while everything is running. Yet, if in a hurry we may need to be alerted as soon...