Authenticated web crawler (form extraction, parameter discovery, link following (part of the Santh security research ecosystem)).
Part of [gossan](https://github.com/santhreal/gossan).
```rust
```rust
use gossan_crawl::CrawlScanner;
use gossan_core::{Config, Target, WebAssetTarget, ScanInput};
// Configure depth and concurrency via Config::crawl
```
```
MIT