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

Class AdminFinderTool

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

Source from the content-addressed store, hash-verified

153)]
154#[derive(Debug, ::serde::Deserialize, ::serde::Serialize, JsonSchema)]
155pub struct AdminFinderTool {
156 /// List of hosts to scan for admin panels
157 hosts: Vec<String>,
158}
159
160impl AdminFinderTool {
161 pub fn call_tool(&self) -> std::process::Command {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected