Hashcat pid/outfiles error - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Support (https://hashcat.net/forum/forum-3.html) +--- Forum: hashcat (https://hashcat.net/forum/forum-45.html) +--- Thread: Hashcat pid/outfiles error (/thread-7279.html) |
Hashcat pid/outfiles error - Frenki221 - 02-08-2018 Hi, I'm using hashcat-4.0.1 in windows10. i'm trying to brute force attack wpa2, but i always get same error : Code: hashcat-4.0.1>hashcat64.exe -a 3 -w 3 -m 2500 crack.hccapx ?d?d?d?d?d?d?d?d?d I also tried :
Code: hashcat (v4.0.1) starting... My Computer Details: windows 10 64bit GPU : GTX 1060 CPU : i5-3470 RAM : 8G Thank you for your reply! RE: Hashcat pid/outfiles error - atom - 02-08-2018 Please retry with hashcat v4.1.0 beta from here: https://hashcat.net/beta/ RE: Hashcat pid/outfiles error - Frenki221 - 02-08-2018 (02-08-2018, 03:04 PM)atom Wrote: Please retry with hashcat v4.1.0 beta from here: https://hashcat.net/beta/ Hi, thank you for your reply. Hashcat still outputs the same error : Code: hashcat-4.1.0>hashcat64.exe -a 3 -w 3 -m 2500 crack.hccapx ?d?d?d?d?d?d?d?d?d I also tried (same error) :
RE: Hashcat pid/outfiles error - DanielG - 02-08-2018 Just a silly question, but did you use an admin account to create the hashcat-4.0.1 folder but then you are running hashcat64.exe with a non admin account? Maybe the problem is that there are no write permissions in the folder. RE: Hashcat pid/outfiles error - Frenki221 - 02-08-2018 (02-08-2018, 04:22 PM)DanielG Wrote: Just a silly question, but did you use an admin account to create the hashcat-4.0.1 folder but then you are running hashcat64.exe with a non admin account? Maybe the problem is that there are no write permissions in the folder. hi, DanielG thank you for your answer. Your suggestion worked! Windows 10 has removed my permissions in hashcat-4.1.0 folder and made it read-only folder. It was a simple fix : (I just go to the folder Properties/Security tap and give myself "full control" and "modify" permission). |