BruteForce with custom chart set - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Ancient Versions (https://hashcat.net/forum/forum-46.html) +--- Forum: Very old oclHashcat-plus Support (https://hashcat.net/forum/forum-23.html) +--- Thread: BruteForce with custom chart set (/thread-1058.html) |
BruteForce with custom chart set - Luke - 04-08-2012 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? RE: BruteForce with custom chart set - M@LIK - 04-08-2012 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 RE: BruteForce with custom chart set - Luke - 04-08-2012 (04-08-2012, 11:27 PM)M@LIK Wrote: when u set a character set.. u use ?1 instead of ?d, ?u or ?l.. 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... RE: BruteForce with custom chart set - M@LIK - 04-09-2012 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.. RE: BruteForce with custom chart set - Luke - 04-09-2012 (04-09-2012, 12:17 AM)M@LIK Wrote: i dont think so..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.. RE: BruteForce with custom chart set - atom - 04-09-2012 charset files will be supported with 0.08 RE: BruteForce with custom chart set - Luke - 04-09-2012 (04-09-2012, 01:40 PM)atom Wrote: charset files will be supported with 0.08ok 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? RE: BruteForce with custom chart set - atom - 04-09-2012 Sorry, I cant give any estimates for this. Markov isnt hard to code, I just dont think its that important. |