hashcat Forum

Full Version: Can't find combinatorX.exe
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi there,

This article https://hashcat.net/wiki/doku.php?id=hashcat_utils describes combinatorX tool.
But I can't find it inside archive when I download the latest version of hashcat-utils from https://github.com/hashcat/hashcat-utils...s/tag/v1.9

Where I can find compiled version of combinatorX.exe.
I want to use this functionality:
> An expanded combinator tool that can combine two, three, four or more elements, with custom separators between each element 

Thanks in advance
Correct, it hasn't been released and has to be compiled from the latest master code
https://github.com/hashcat/hashcat-utils/tree/master
https://github.com/hashcat/hashcat-utils...le#compile
@buka thanks a lot!
Don't run executables from strangers on the internet.
That was real easy-peasy:
1. just run WSL on Windows 2011
2. git clone https://github.com/hashcat/hashcat-utils.git
3. go to ./src folder and run make
...
5. PROFIT!!!11