Mask Attack/Charset Usage
#3
Sweet. Thanks a ton for explaining. I had completely overlooked the ?a mask. That resolved my issue and cracking is going much faster now.

(09-28-2013, 08:07 AM)epixoip Wrote: mask attack is just brute force with per-position character set. so set the first position to upper alpha (?u), and the rest of the positions to whatever keyspace you want to search. if you want to search the entire keypsace, then use ?a in each position up to the max length you want to search.

pretty simple.


Messages In This Thread
Mask Attack/Charset Usage - by jadedkiller - 09-28-2013, 08:01 AM
RE: Mask Attack/Charset Usage - by epixoip - 09-28-2013, 08:07 AM
RE: Mask Attack/Charset Usage - by jadedkiller - 09-28-2013, 06:54 PM