Metamask new module - 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: Metamask new module (/thread-12258.html) |
Metamask new module - owxh8 - 12-13-2024 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 RE: Metamask new module - 174region174 - 12-13-2024 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. RE: Metamask new module - owxh8 - 12-14-2024 (12-13-2024, 11:32 PM)174region174 Wrote: it doesn't work on windows. To do this, you need to install 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 RE: Metamask new module - 174region174 - 12-14-2024 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 RE: Metamask new module - owxh8 - 12-14-2024 (12-14-2024, 08:42 AM)174region174 Wrote: you don't have to do this with your hashcat6.2.6 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 |