Metamask new module
#1
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
Reply
#2
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.
Reply
#3
(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
Reply
#4
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
Reply
#5
(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
Reply