Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
hegusung opened this issue Oct 5, 2018 · 4 comments
Open

Comments

@hegusung
Copy link
Owner

hegusung commented Oct 5, 2018

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
Copy link
Owner Author

hegusung commented Oct 5, 2018

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

@hegusung
Copy link
Owner Author

hegusung commented Oct 5, 2018

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
Copy link
Owner Author

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

@NBanski
Copy link

NBanski commented Mar 27, 2021

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. :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants