WebHashcat icon indicating copy to clipboard operation
WebHashcat copied to clipboard

Unable to crack a hash-list with a username without changing mysql conf

Open hegusung opened this issue 6 years ago • 4 comments

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 without this modification. The destination folder can be found by requesting the secure_file_priv variable in MySQL.

SHOW VARIABLES LIKE "secure_file_priv";

hegusung avatar Oct 05 '18 09:10 hegusung

WebHashcat/WebHashcat/Files/tmp folder should be writable by mysql for the code to work

hegusung avatar Oct 05 '18 09:10 hegusung

AppArmor also prevents MySQL from writing to WebHashcat/WebHashcat/Files/tmp, I should find a way to make it work under such conditions without having to change AppArmor config

hegusung avatar Oct 05 '18 09:10 hegusung

Done by writing files via python and not mysql, Might affect performance...

TODO: make the default to use dump into file, and if not rely on python

hegusung avatar Jun 19 '20 09:06 hegusung

Hi! Framework is great and I highly enjoy it. However I have one major issue - my WebHashcat seems to not synchronise properly with server files. Interface doesn't read hashfiles (e.g. there's no information about lines) and I can't delete hashfiles via interface.

I've also added default "--force" option to HashNodes running on virtual machines, so they can run with OpenGL, but I'm still not getting any data back from nodes. Can it be supervisord problem, as I'm not running it at all? Edit: even after running supervisord the issue still exists. :(

NBanski avatar Mar 27 '21 02:03 NBanski