gossan-crawl 0.3.1

Authenticated web crawler — form extraction, parameter discovery, link following — part of the security research ecosystem
Documentation

gossan-crawl

Part of the Santh security research ecosystem.

Authenticated web crawler — form extraction, parameter discovery, link following — part of the Santh security research ecosystem.

Part of gossan.

Usage

## Usage

```rust
use gossan_crawl::CrawlScanner;
use gossan_core::{Config, Target, WebAssetTarget, ScanInput};

// Configure depth and concurrency via Config::crawl

## License

MIT