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

Class VulnScanTool

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

Source from the content-addressed store, hash-verified

203)]
204#[derive(Debug, ::serde::Deserialize, ::serde::Serialize, JsonSchema)]
205pub struct VulnScanTool {
206 /// List of hosts to scan for vulnerabilities
207 hosts: Vec<String>,
208}
209
210impl VulnScanTool {
211 pub fn call_tool(&self) -> std::process::Command {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected