Crate subscan

Source
Expand description
Subscan Logo

InstallUsageDocBookDockerDevelopment

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§

cache
In-memory cache to store all modules
cli
Includes CLI components
constants
Project constants
enums
Enumerations and project type definitions
error
Subscan error type
extractors
Data extractors like extractors::regex, extractors::html, etc.
interfaces
Trait implementations
logger
Logger utilities
modules
All modules listed under this module, core components for subscan
pools
Subscan worker pool definitions, allows to run modules as asynchronously
requesters
HTTP requesters listed under this module like requesters::chrome, requesters::client, etc.
resolver
IP address resolver component
types
Project core type definitions
utilities
Utilities for the handle different stuff things

Structs§

Subscan
Main Subscan object definition