Yuta simplifies domain enumeration by streamlining the entire process into a single tool. It handles domain discovery, DNS probing, HTTP probing, and filters out irrelevant results, providing you with clean, actionable data effortlessly.
- Domain Enumeration: Powered by Amass
- DNS Probing: Utilizes DNSx
- HTTP Probing: Employs HTTPx
- Result Filtering: Excludes non-functional domains, such as those returning 404 errors.
- Clean Output: Presents results in a clear and organized format.
- Node.js: Version 16 or higher is required.
- Docker: Required for running the tools used by Yuta.
To install Yuta, use npm:
sudo npm install -g @alwalxed/yuta
Then, set up the necessary tools with:
yuta install
To scan a domain, run:
yuta scan example.com
Contributions are welcome! Please submit issues or pull requests to help improve Yuta.
This project is licensed under the MIT License. See the LICENSE file for more information.