How to run Combinator from hashcat-utils on windows - 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: How to run Combinator from hashcat-utils on windows (/thread-7732.html) |
How to run Combinator from hashcat-utils on windows - msfoxxie - 08-08-2018 Hello, I am trying to run the combinator util so I can pipe the output to hashcat in order to apply rules. I compiled the source code via code-blocks, but when I run the program it keeps printing 'hello world!'. I am definitely being trolled here lol. Can anyone share the best way of running/installing the separate combinator-util on windows? Your help would be much appreciated. Thanks! RE: How to run Combinator from hashcat-utils on windows - Xanadrel - 08-08-2018 If you don't know how to compile things you can just use the already compiled binaries here: https://github.com/hashcat/hashcat-utils/releases RE: How to run Combinator from hashcat-utils on windows - msfoxxie - 08-08-2018 (08-08-2018, 09:59 PM)Xanadrel Wrote: If you don't know how to compile things you can just use the already compiled binaries here: Please excuse my ignorance, but I tried downloading and using those files, but they are .bin files. I was able to get the standalone combinator to work on my The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali) VM, but unfortunately I have to use windows server 2012 in order to utilize an nvidia tesla card. I thought that .bin files can't run on windows, and that I need to convert them to .exe files. I am not sure the process of how to do this. Would you be able to lead me in the right direction? Thanks! RE: How to run Combinator from hashcat-utils on windows - Xanadrel - 08-08-2018 There are both .bin and .exe files in the archive... RE: How to run Combinator from hashcat-utils on windows - msfoxxie - 08-08-2018 (08-08-2018, 10:16 PM)Xanadrel Wrote: There are both .bin and .exe files in the archive... hmmm, I double checked and the only exe file I have is the cap2hccapx file, no exe for combinator. Maybe I'll try redownloading form github. RE: How to run Combinator from hashcat-utils on windows - msfoxxie - 08-08-2018 (08-08-2018, 10:39 PM)msfoxxie Wrote:(08-08-2018, 10:16 PM)Xanadrel Wrote: There are both .bin and .exe files in the archive... So I figured it out, my antivirus quarantined those executables before I could move them to a shared folder to the tesla machine. |