close
Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Tools

Image Image   Image   Image  

  • o365_users.py - Takes in a list of usernames or email addresses and checks for valid accounts using the Office 365 Autodiscover API. Valid accounts are written to 'o365users.txt' for further investigation.

  • pwd_gen.py - Generates custom password lists using words and variables defined at the top of the script. Perform number/letter substitutions, append special characters, and more. Once configured, run the script with no arguments to generate a 'passwords.txt' output file.

  • user_gen.py - Generates custom usernames using inputs from firstname.txt and lastname.txt files, provided at the command line. Format is defined similar to crosslinked.py and will be written to 'users.txt'.