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

Method call_tool

enumrust-mcp/src/tools.rs:24–28  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

22
23impl SubdomainEnumTool {
24 pub fn call_tool(&self) -> std::process::Command {
25 let mut cmd = std::process::Command::new("enumrust");
26 cmd.args(&["-d", &self.domain, "--subfinder"]);
27 cmd
28 }
29}
30
31//****************//

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected