Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
BruteForce with custom chart set
04-08-2012, 11:12 PM (This post was last modified: 04-08-2012 11:13 PM by Luke.)
Post: #1
BruteForce with custom chart set
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?
Find all posts by this user
Quote this message in a reply
04-08-2012, 11:27 PM
Post: #2
RE: BruteForce with custom chart set
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..
Find all posts by this user
Quote this message in a reply
04-08-2012, 11:57 PM
Post: #3
RE: BruteForce with custom chart set
(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...
Find all posts by this user
Quote this message in a reply
04-09-2012, 12:17 AM
Post: #4
RE: BruteForce with custom chart set
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..
Find all posts by this user
Quote this message in a reply
04-09-2012, 12:28 AM (This post was last modified: 04-09-2012 12:39 AM by Luke.)
Post: #5
RE: BruteForce with custom chart set
(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..
Find all posts by this user
Quote this message in a reply
04-09-2012, 01:40 PM
Post: #6
RE: BruteForce with custom chart set
charset files will be supported with 0.08
Visit this user's website Find all posts by this user
Quote this message in a reply
04-09-2012, 04:54 PM
Post: #7
RE: BruteForce with custom chart set
(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?
Find all posts by this user
Quote this message in a reply
04-09-2012, 06:38 PM
Post: #8
RE: BruteForce with custom chart set
Sorry, I cant give any estimates for this. Markov isnt hard to code, I just dont think its that important.
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply