hashcat Forum
combinator.bin command not found? - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Support (https://hashcat.net/forum/forum-3.html)
+--- Forum: hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip (https://hashcat.net/forum/forum-28.html)
+--- Thread: combinator.bin command not found? (/thread-4799.html)

Pages: 1 2


RE: combinator.bin command not found? - epixoip - 11-12-2015

You don't need to figure out any 32bit libraries, just recompile it.


RE: combinator.bin command not found? - db60 - 11-12-2015

thanks...I think you just saved me a lot of needless effort. you mean from combinator.c in the hashcat-utils-1.1 folder? I know this seems brainless to you, but I am very new to this stuff.... (yeah, no kidding!)


RE: combinator.bin command not found? - db60 - 11-12-2015

comme ca?

dan@The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali):~/Desktop/hashcat-utils-1.1$ file combinator
combinator: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 2.6.32, BuildID[sha1]=0dcf36caaab38381276c325b6e1c5f2ec0423e3f, not stripped

dan@The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali):~/Desktop/hashcat-utils-1.1$ ./combinator --help
usage: ./combinator file1 file2

thanks you all for your (somewhat) infinite patience.... :-)

db60