test_smb_service
Test SMB/NetBIOS services for security vulnerabilities by scanning target systems to identify potential weaknesses and misconfigurations in network file sharing protocols.
Instructions
Comprehensive SMB/NetBIOS service testing
Input Schema
Name | Required | Description | Default |
---|---|---|---|
port | No | SMB port (default: 445) | |
target | Yes | Target IP address |
Input Schema (JSON Schema)
{
"properties": {
"port": {
"description": "SMB port (default: 445)",
"type": "number"
},
"target": {
"description": "Target IP address",
"type": "string"
}
},
"required": [
"target"
],
"type": "object"
}