metasploit_search
Find Metasploit modules by searching for specific services or platforms to identify relevant exploits and auxiliary tools for security testing.
Instructions
Search for Metasploit modules based on detected services
Input Schema
Name | Required | Description | Default |
---|---|---|---|
platform | No | Target platform | |
service | Yes | Service name or version |
Input Schema (JSON Schema)
{
"properties": {
"platform": {
"description": "Target platform",
"type": "string"
},
"service": {
"description": "Service name or version",
"type": "string"
}
},
"required": [
"service"
],
"type": "object"
}