gossan-crawl 0.3.2

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

> Part of the [Santh]https://santh.dev security research ecosystem.

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

Part of [gossan](https://github.com/santhsecurity/gossan).

## Usage

```rust
## Usage

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

// Configure depth and concurrency via Config::crawl
```
```

## License

MIT