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