naive-hashcat icon indicating copy to clipboard operation
naive-hashcat copied to clipboard

Crack password hashes without the fuss :cat2:

Results 11 naive-hashcat issues
Sort by recently updated
recently updated
newest added

Hello! When trying to run build-hashcat-osx.sh on my mac I get the following error: ```ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1...

No reason to pass up an opportunity. ;)

getting this error on start hashcat (v3.6.0) starting... clGetDeviceIDs(): CL_DEVICE_NOT_FOUND clGetDeviceIDs(): CL_DEVICE_NOT_FOUND No devices found/left. ****

Hi, I was wondering if there is away to --force to use CPU rather then GPU on a vm? Thank you

Just a simple addition to make the tool point to a different dictionary file. Defaults to the original source: `dicts/rockyou.txt`. Usage: ``` DICT_FILE=./another-wordlist.txt ./naive-hashcat.sh ```

Hi, I have added the code for building hashcat from a git submodule, so it should be always updated. Also, now you can pass parameters like --force. Tested only on...

OS-X 10.14.6 ``` * Device #3: ATTENTION! OpenCL kernel self-test failed. Your device driver installation is probably broken. See also: https://hashcat.net/faq/wrongdriver Aborting session due to kernel self-test failure. ```

Hi! i have a such problem: Skipping mask '?d' because it is smaller than the minimum password length. The wordlist or mask that you are using is too small. This...

Hello, I would like to thank you for naive-hashcat but I cannot install it on OS X (10.11.6) with these errors: ``` src/timer.c:36:3: error: implicit declaration of function 'clock_gettime' is...