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

Class SecretsScanTool

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

Source from the content-addressed store, hash-verified

178)]
179#[derive(Debug, ::serde::Deserialize, ::serde::Serialize, JsonSchema)]
180pub struct SecretsScanTool {
181 /// List of hosts to scan for secrets
182 hosts: Vec<String>,
183}
184
185impl SecretsScanTool {
186 pub fn call_tool(&self) -> std::process::Command {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected