
Pentest Tool to generate usernames/logins based on supplied names.
usernamer is a penetration testing tool to generate a list of possible usernames/logins for determined name (ex: John Doe Doeson) for user enumeration or bruteforcing. This tool also supports text-files with one name per line as input.
usernamer has a plugin structure that enables a series of transformations:
usage: usernamer.py [ -f <file> ] [ -n <full name> ] [ -l ]
flags:
-n supplies a single name
-f supplies name entries from text file
-l converts result to lowercase
-p manually specify plugins (comma-separated) [default: all]
['normal', 'two_terms', 'one_term', 'normal_abbreviated', 'dotted_two_terms', 'starts_with', 'under_score']
This software is distributed under the GNU General Public License version 3 (GPLv3)
THIS SOFTWARE IS PROVIDED FOR EDUCATIONAL USE ONLY! IF YOU ENGAGE IN ANY ILLEGAL ACTIVITY THE AUTHOR DOES NOT TAKE ANY RESPONSIBILITY FOR IT. BY USING THIS SOFTWARE YOU AGREE WITH THESE TERMS.