Mask Attack/Charset Usage
#2
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