subscan 1.3.0

A subdomain enumeration tool leveraging diverse techniques, designed for advanced pentesting operations
Documentation
1
2
3
4
5
6
7
8
9
# Usage

This chapter guides you on how to use the `Subscan` to efficiently discover subdomains. Subdomain discovery features are implemented as modular `SubscanModule` components, which are automatically executed when a scan is initiated. For technical insights, check out the [Development](../../../development/index.html) chapter

✨ In this section, you'll find detailed instructions for different usage methods

- How to use the [Subscan CLI]cli.md for quick and effective subdomain enumeration
- [Run Subscan in a Docker container]docker.md for a lightweight, portable setup
- Integrating [Subscan as a Crate]crate.md in your Rust project for seamless integration with your codebase