Core types, traits, and shared networking utilities for the gossan attack-surface scanner — part of the Santh security research ecosystem.
Part of [gossan](https://github.com/santhsecurity/gossan).
```rust
```rust
use gossan_core::{Config, ScanInput, Target};
// Core types for the gossan pipeline
```
```
MIT