cuModuleLoad() 301 cudaHashcat scrypt - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html) +--- Forum: Old oclHashcat Support (https://hashcat.net/forum/forum-38.html) +--- Thread: cuModuleLoad() 301 cudaHashcat scrypt (/thread-5375.html) |
cuModuleLoad() 301 cudaHashcat scrypt - dominator_sd - 04-04-2016 Hi, I have been using cudaHashcat to crack some PBKDF2 and bcrypt passwords but when I tried to crack scrypt password though I was able to crack the example scrypt hash onĀ http://hashcat.net/wiki/doku.php?id=example_hashes, I get the cuModuleLoad() 301 error when I try to crack the hashes I generated command and result: >cudaHashcat64.exe -m 8900 --weak-hash-threshold=0 --potfile-disable --outfile=scrypt_cracked.txt SCR YPT:4096:1:1:oDMC11FUmW9UImKd:ODSw76mWDBap8oXZtkRQp5aYrwJ0XrofvNHZBKFXuYM= rocky ou.txt cudaHashcat v2.01 starting... Device #1: GeForce GT 630M, 2048MB, 1600Mhz, 2MCU Hashes: 1 hashes; 1 unique digests, 1 unique salts Bitmaps: 16 bits, 65536 entries, 0x0000ffff mask, 262144 bytes, 5/13 rotates Rules: 1 Applicable Optimizers: * Zero-Byte * Single-Hash * Single-Salt Watchdog: Temperature abort trigger set to 90c Watchdog: Temperature retain trigger set to 80c SCRYPT tmto optimizer value set to: 2 ERROR: cuModuleLoad() 301 RE: cuModuleLoad() 301 cudaHashcat scrypt - epixoip - 04-04-2016 301 usually means you unpacked the archive wrong, but since you're able to crack other formats, not sure what's up. I would suggest using beta instead though. RE: cuModuleLoad() 301 cudaHashcat scrypt - dominator_sd - 04-04-2016 Is it possible that the issue is because of the work factor, 4096 because I am able to crack scrypt hashes with 104 as the work factor. But, it doesn't makes sense for this error to show up RE: cuModuleLoad() 301 cudaHashcat scrypt - epixoip - 04-04-2016 Well 301 means "file not found" so it's tell you it's not able to find the kernel file. But it's strange that it would be intermittent like that. |