Skip to content

phor3nsic/oddiscovery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation


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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages