![]() |
Noob trying to follow this walkthrough - 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: Noob trying to follow this walkthrough (/thread-7912.html) Pages:
1
2
|
Noob trying to follow this walkthrough - soronrheeyi - 10-30-2018 Hi all, I am trying to crack my own wifi and have successfully saved a .hccapx file and am following this tutorial I am to the point where I am running this command: hashcat -m 2500 -a3 tctsom.hccapx ?d?d?d?d?d?d?d?d --force (tctsom is my network name and the title I renamed my file). I have to use --force because I get this error: Device #1: Not a native Intel OpenCL runtime. Expect massive speed loss. You can use --force to override, but do not report related errors. When I run the command without --force. However when I run with --force, I get this error: tctsom.hccapx: No such file or directory My question: where is this file? I thought it would be in /etc/shadow ... apparently not. I am logged in as root on The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali) and have the file saved in multiple locations... downloads... desktop... I am missing something obvious, but I don't know what... RE: Noob trying to follow this walkthrough - undeath - 10-30-2018 hashcat doesn't magically find the file for you on your system. Give the full path if it's not in your cwd. What does this have to do with /etc/shadow at all? RE: Noob trying to follow this walkthrough - freeroute - 10-30-2018 If you don't know where the tctsom.hccapx is. Find the file: "find / -type f -name tctsom.hccapx" With hashcat use the full path to your tctsom.hccapx file. RE: Noob trying to follow this walkthrough - soronrheeyi - 10-31-2018 (10-30-2018, 09:18 PM)undeath Wrote: hashcat doesn't magically find the file for you on your system. Give the full path if it's not in your cwd. Thanks, you're right. Once I identified the correct file path I was able to make progress ... The /etc/shadow location was from a separate tutorial I was trying to follow. RE: Noob trying to follow this walkthrough - soronrheeyi - 10-31-2018 (10-30-2018, 11:09 PM)freeroute Wrote: If you don't know where the tctsom.hccapx is. Thanks. I now have another issue below, which results in a segfault: Code: hashcat -m 2500 -r /usr/share/hashcat/rules/best64.rule /usr/share/hashcat/tctsom.hccapx rockyou.txt --force Can someone point me in the direction of an a-z tutorial for a new hashcat user? I'm not getting where I am going wrong on each step here. RE: Noob trying to follow this walkthrough - Mem5 - 10-31-2018 Pentium CPU is your problem. Try again on a GPU? RE: Noob trying to follow this walkthrough - undeath - 10-31-2018 Don't use --force and report resulting problems on here. Fix your problems. RE: Noob trying to follow this walkthrough - soronrheeyi - 10-31-2018 (10-31-2018, 12:34 PM)undeath Wrote: Don't use --force and report resulting problems on here. Fix your problems. Ok. What is the main problem? Or point me in the direction of a useful tutorial, please. RE: Noob trying to follow this walkthrough - soronrheeyi - 10-31-2018 (10-31-2018, 09:54 AM)Mem5 Wrote: Pentium CPU is your problem. thank you! However here are the specs for my system and I thought the GPU was supported: https://www.intel.com/content/dam/www/public/us/en/documents/datasheets/atom-z36xxx-z37xxx-datasheet-vol-1.pdf RE: Noob trying to follow this walkthrough - undeath - 10-31-2018 Well, remove --force and see what problems hashcat reports and fix them?! |