We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44dd45e commit 2fc2213Copy full SHA for 2fc2213
lib/msf/core/db_manager/exploit_attempt.rb
@@ -97,7 +97,7 @@ def report_exploit_success(opts)
97
# @option opts [Mdm::Host] :host
98
# @option opts [Mdm::Service] :service
99
# @option opts [Integer] :port (nil)
100
- # @option opts ["tcp","udp"] :proto (nil)
+ # @option opts ["tcp","udp"] :proto (Msf::DBManager::DEFAULT_SERVICE_PROTO) See `Mdm::Service::PROTOS`
101
# @option opts [Mdm::Vuln] :vuln (nil)
102
# @option opts [Time] :timestamp (nil)
103
# @option opts [Mdm::Vuln] :timestamp (nil)
0 commit comments