MCPcopy Create free account
hub / github.com/KingOfBugbounty/enumrust / FullScanTool

Class FullScanTool

enumrust-mcp/src/tools.rs:280–285  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

278)]
279#[derive(Debug, ::serde::Deserialize, ::serde::Serialize, JsonSchema)]
280pub struct FullScanTool {
281 /// Target domain to scan
282 domain: String,
283 /// Additional scan options
284 options: Option<FullScanOptions>,
285}
286
287#[derive(Debug, ::serde::Deserialize, ::serde::Serialize, JsonSchema)]
288pub struct FullScanOptions {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected