Metadata-Version: 2.2
Name: dosuby
Version: 1.2.0
Summary: A tool for enumerating subdomains of a parent domain
Home-page: https://github.com/deidax/dosuby
Author: deidax
Author-email: deidaxtech@gmail.com
License: MIT
Keywords: subdomain enumeration security network
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Security
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Natural Language :: English
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: inquirer
Requires-Dist: art
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# Dosuby

Dosuby is a tool developed in Python that aims to enumerate subdomains of a parent domain. It uses multiple techniques for enumeration, allowing for a comprehensive subdomain scan. Additionally, Dosuby has the option to scan the enumerated domains.
   ```

## Usage

```
pip install dosuby
```

```
dosuby
```
The above command will start the tool

![dosuby Image](imgs/dosuby.png)

Default enumeration

![dosuby_gif_1 Gif](imgs/dosuby_gif.gif)

Enumeration with scan

![dosuby_gif_2 Gif](imgs/dosuby_gif_2.gif)

## Contributing

Contributions are welcome! If you find a bug or would like to suggest a new feature, please open an issue or submit a pull request.

## License

This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
