Posts: 3
Threads: 1
Joined: Dec 2024
12-13-2024, 12:44 PM
(This post was last modified: 12-13-2024, 12:46 PM by owxh8.)
I tried to install a new Metamask module but I get an error when I try to enter make clean and make commands, I have gcc installed and I am using windows
https://github.com/cyclone-github/hashcat_26620_kernel
Posts: 28
Threads: 3
Joined: Dec 2022
it doesn't work on windows. To do this, you need to install
Cygwin64 Terminal
Execute commands in it
cd /hashcat
That's all you have to do.
Posts: 3
Threads: 1
Joined: Dec 2024
(12-13-2024, 11:32 PM)174region174 Wrote: it doesn't work on windows. To do this, you need to install
Cygwin64 Terminal
Execute commands in it
cd /hashcat
That's all you have to do.
Hello! I did everything as you said, installed cygwin64, make package, but I still get the error
root@WIN /cygdrive/c/Users/Administrator/Desktop/hashcat-6.2.6
$ make clean
make: *** No rule to make target 'clean'. Stop.
root@WIN /cygdrive/c/Users/Administrator/Desktop/hashcat-6.2.6
$ make
make: *** No targets specified and no makefile found. Stop.
I tried to find out something from chatgpt but all I got was that I need a makefile and there isn't one, I just did what it says on github and put the files in the paths and wrote the commands
Posts: 28
Threads: 3
Joined: Dec 2022
you don't have to do this with your hashcat6.2.6
You need to download this. And also unpack and install this hashcat.
you will also work with him through this terminal. To search for hashes via the terminal.
https://github.com/hashcat/hashcat
Posts: 3
Threads: 1
Joined: Dec 2024
(12-14-2024, 08:42 AM)174region174 Wrote: you don't have to do this with your hashcat6.2.6
You need to download this. And also unpack and install this hashcat.
you will also work with him through this terminal. To search for hashes via the terminal.
https://github.com/hashcat/hashcat
Everything works, thank you so much, it took me a very long time to understand what to do and you were able to explain it to me, I wish you all the best, thank you again