Collection of offensive security tools and scripts I have built :)
- This script enumerates valid emails from a list or provided emails. Below is the command line help menu showing the syntax
$ outlook_email_enum.py -h
usage: outlook_email_enum.py [-h] -f FILE [-v] [-s] [-t THREADS]
options:
-h, --help show this help message and exit
-f FILE, --file FILE File containing emails to check
-v, --verbose Enable verbose mode
-s, --silent Show minimal info, only show valid emails
-t THREADS, --threads THREADS
Number of threads to use
