> For the complete documentation index, see [llms.txt](https://davidtancredi.gitbook.io/pentesting-notes/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://davidtancredi.gitbook.io/pentesting-notes/r3dcl1ff/osint/email-osint/o365.md).

# 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
```
