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

Class IpScanTool

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

Source from the content-addressed store, hash-verified

68)]
69#[derive(Debug, ::serde::Deserialize, ::serde::Serialize, JsonSchema)]
70pub struct IpScanTool {
71 /// Target IP address or CIDR range
72 ip: String,
73 /// Ports to scan (default: top 1000)
74 ports: Option<String>,
75 /// Custom wordlist path for fuzzing
76 wordlist: Option<String>,
77}
78
79impl IpScanTool {
80 pub fn call_tool(&self) -> std::process::Command {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected