
Strumento Pentest per generare nomi utente/login basati sui nomi forniti.
usernamer è uno strumento di penetration testing per generare una lista di possibili username/login per un determinato nome (es: John Doe Doeson) per enumerazione utenti o brute force. Questo strumento supporta anche file di testo con un nome per riga come input.
usernamer ha una struttura a plugin che abilita una serie di trasformazioni:
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']
Questo software è distribuito sotto la GNU General Public License versione 3 (GPLv3)
QUESTO SOFTWARE È FORNITO SOLO PER USO EDUCATIVO! SE INTRAPRENDI QUALSIASI ATTIVITÀ ILLEGALE, L'AUTORE NON SI ASSUME ALCUNA RESPONSABILITÀ. USANDO QUESTO SOFTWARE ACCETTI QUESTI TERMINI.