https://github.com/owlinux1000/o365discover
A tool for discovering users on Office 365
https://github.com/owlinux1000/o365discover
golang office365 pentest
Last synced: 9 months ago
JSON representation
A tool for discovering users on Office 365
- Host: GitHub
- URL: https://github.com/owlinux1000/o365discover
- Owner: owlinux1000
- Created: 2022-05-09T07:09:45.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-15T11:33:22.000Z (about 4 years ago)
- Last Synced: 2025-03-06T00:25:45.413Z (about 1 year ago)
- Topics: golang, office365, pentest
- Language: Go
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# o365discover
o365discover can easily check whether users exist or not.
## How to use
```
$ o365discover -u valid@example.com
valid@example.com
$ o365discover -u invalid@example.com # nothing
$ o365discover -f emails.txt
```