ricardojoserf / username-generator

Generate list of possible usernames for attacks such as password spraying

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

username-generator

Generate list of possible usernames for attacks such as password spraying

image1

Formats:

  • 1 - Initial + Surname - hsimpson
  • 2 - Initial + dot + Surname - h.simpson
  • 3 - Name + Surname - homersimpson
  • 4 - Name + dot + Surname - homer.simpson
  • 5 - Initial1 + Initial2 + Surname - hjsimpson
  • 6 - Name + Initial2 + Surname - homerjsimpson
  • 7 - Name1 + Name2 + Surname - homerjaysimpson
  • 8 - Name + Surname + Sufix - homersimpsonb

You can optionally add (or skip by pressing enter):

Default output file is results.txt but you can specify other file

About

Generate list of possible usernames for attacks such as password spraying


Languages

Language:Python 100.0%