11-01-2017, 01:01 PM
(11-01-2017, 09:51 AM)ZerBea Wrote: There are multiple possibilities, depending on what you wan't to do:
simple example that creates outputlists for direct use with hashcat -m 2501:
Create 2 combilists.
open terminal and run wlangenpmkocl -I combilist1 -a plainmasterkeylist1 -P 0 -D 0
open second terminal and rund wlangenpmkocl -I combilist2 -a plainmasterkeylist2 -P 0 -D 1
or
Create 2 combilists.
open terminal and run wlangenpmkocl -I combilist1 -A plainmasterkeylist1 -P 0 -D 0
open second terminal and rund wlangenpmkocl -I combilist2 -A plainmasterkeylist2 -P 0 -D 1
To use the calculated list with hashmode run:
cut -d: -f1 plainmasterkeylist2 > hashcatpmkfile
Info how to create combilists using combinator (hashcat-utils)
https://hashcat.net/forum/thread-6661-po...l#pid36893
Just play around with the options to see what is the best combination for you.
It's also possible to run hashcat in the first terminal and
wlangenpmkocl in a second terminal (but that drops speed).
I want to generate pmklist with two simultaneous GPUs to accelerate the process.
In hashcat option -D 1,2.
In wlangenpmkocl is possible