Skip to content

Latest commit

 

History

History
72 lines (44 loc) · 1.87 KB

README.md

File metadata and controls

72 lines (44 loc) · 1.87 KB


oddiscovery is a Python script designed to identify and list domains related to a given domain within the Office 365 environment.

Features

  • Fetch related domains for a specified Office 365 domain.
  • Easy to use and configure.

Requirements

  • Python 3.x
  • pipx

Installation

  1. pipx:

    pipx install git+https://github.com/phor3nsic/oddiscovery.git

Usage

  1. Open the script and configure the main domain you want to scan.

  2. Run the script:

    oddiscovery example.com
  3. The script will output a list of related domains.

Example

Here is an example of how to use oddiscovery:

alt text


Share on Twitter!

Source

from oddiscovery import main as oddiscovery

domains = oddiscovery.get_domains('example.com')
print('\n'.join(domains))

Contributing

Feel free to fork this project, create a branch, and submit a pull request with your improvements.

Buy Me A Coffee

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.

Buy Me A Coffee

License

This project is licensed under the MIT License.