O365

sudo git clone https://github.com/dievus/Oh365UserFinder.git

pip3 install -r requirements.txt

python3 oh365UserFinder.py -h

------------

sudo python3 oh365userfinder.py -d example.com # Testing single domain

sudo python3 oh365userfinder.py -r emails.txt -w valid.txt -t 10 #test email list, save output to file and set timeout to 10 seconds each

Last updated