Expand description
Install • Usage • Doc • Book • Docker • Development
Subscan is a powerful subdomain enumeration tool built with Rust, specifically designed for penetration testing purposes. It combines various discovery techniques into a single, lightweight binary, making subdomain hunting easier and faster for security researchers
Modules§
- In-memory cache to store all modules
- Includes CLI components
- Project constants
- Enumerations and project type definitions
- Subscan error type
- Data extractors like
extractors::regex,extractors::html, etc. - Trait implementations
- Logger utilities
- All modules listed under this module, core components for subscan
Subscanworker pool definitions, allows to run modules as asynchronously- HTTP requesters listed under this module like
requesters::chrome,requesters::client, etc. - IP address resolver component
- Project core type definitions
- Utilities for the handle different stuff things
Structs§
- Main
Subscanobject definition