BruteForce with custom chart set
#1
Hi!
is it possible to run brute force attack with custom chart set? as following command:

oclHashcat-plus64.exe --hash-type 2500 --gpu-watchdog 80 --attack-mode 3 --custom-charset1 WEDSZJMH --outfile wpa_cracked.hccap.out --outfile-format 2 wpa_handshake.hccap ?u?u?u?u?u?u?u?u

acts as traditional brute force attack:AAAAAAAA-ZZZZZZZZ

is it file based charts set supported by version 0.07?? or what I do wrong?
#2
when u set a character set.. u use ?1 instead of ?d, ?u or ?l..
so u command is::
Code:
oclHashcat-plus64 -m2500 --gpu-watchdog80 -a3 -1 WEDSZJMH -owpa_cracked.hccap.out --outfile-format2 wpa_handshake.hccap ?1?1?1?1?1?1?1?1
short and sweet : P..
#3
(04-08-2012, 11:27 PM)M@LIK Wrote: when u set a character set.. u use ?1 instead of ?d, ?u or ?l..
so u command is::
Code:
oclHashcat-plus64 -m2500 --gpu-watchdog80 -a3 -1 WEDSZJMH -owpa_cracked.hccap.out --outfile-format2 wpa_handshake.hccap ?1?1?1?1?1?1?1?1
short and sweet : P..

great thx for tip M@LIK!
now can I use file based chart set with v0.7 ? so I could try attack against specific key space or mix of chart set's range in batch like style?
example:
WEDSZJMH
CFAGNBXY

or

WEDSZJMH
WEDGHLKM
etc...
#4
i dont think so..
but why u doing this?? it will waste ur time..
just do a regular bf with all uppercase letters.. it will take a decent while depending on GpU..
#5
(04-09-2012, 12:17 AM)M@LIK Wrote: i dont think so..
but why u doing this?? it will waste ur time..
just do a regular bf with all uppercase letters.. it will take a decent while depending on GpU..
sorry I just checked that SL3 faggots already come up with something similar..

but why password min/max 8 length don't work when I do BF with custom chart set,that is just generating unwanted combination from 8 to 15 chart's in v0.07..
#6
charset files will be supported with 0.08
#7
(04-09-2012, 01:40 PM)atom Wrote: charset files will be supported with 0.08
ok thx for reply Atom,
how about Markov mask/filter ,I've seen it in upcoming features list with pending status,can you give any rough estimates in regards which v of HashCat will bring this to public release if this request get your acceptance?
#8
Sorry, I cant give any estimates for this. Markov isnt hard to code, I just dont think its that important.