oddiscovery is a Python script designed to identify and list domains related to a given domain within the Office 365 environment.
- Fetch related domains for a specified Office 365 domain.
- Easy to use and configure.
- Python 3.x
- pipx
-
pipx:
pipx install git+https://github.com/phor3nsic/oddiscovery.git
-
Open the script and configure the main domain you want to scan.
-
Run the script:
oddiscovery example.com
-
The script will output a list of related domains.
Here is an example of how to use oddiscovery
:
Share on Twitter!
from oddiscovery import main as oddiscovery
domains = oddiscovery.get_domains('example.com')
print('\n'.join(domains))
Feel free to fork this project, create a branch, and submit a pull request with your improvements.
If you have saved time or money using one of my tools and feel grateful for it, feel free to contribute so that I can dedicate more time to developing solutions.
This project is licensed under the MIT License.