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

Class HttpProbeTool

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

Source from the content-addressed store, hash-verified

103)]
104#[derive(Debug, ::serde::Deserialize, ::serde::Serialize, JsonSchema)]
105pub struct HttpProbeTool {
106 /// List of hosts (URLs or IPs) to probe
107 hosts: Vec<String>,
108}
109
110impl HttpProbeTool {
111 pub fn call_tool(&self) -> std::process::Command {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected