Clean up msftidy warnings/errors
parent
6225ead46e
commit
d812f34457
|
@ -365,6 +365,7 @@ PLATFORMS
|
|||
DEPENDENCIES
|
||||
factory_girl_rails
|
||||
fivemat
|
||||
google-protobuf (= 3.5.1)
|
||||
metasploit-aggregator
|
||||
metasploit-framework!
|
||||
octokit
|
||||
|
|
|
@ -9,7 +9,6 @@
|
|||
require 'uri'
|
||||
require 'net/http'
|
||||
|
||||
|
||||
module Msf
|
||||
|
||||
class Plugin::Komand < Msf::Plugin
|
||||
|
@ -59,7 +58,7 @@ class Plugin::Komand < Msf::Plugin
|
|||
request.body = asset
|
||||
|
||||
response = http.request(request)
|
||||
puts response.read_body
|
||||
print(response.read_body)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
@ -94,7 +93,7 @@ class Plugin::Komand < Msf::Plugin
|
|||
end
|
||||
|
||||
def desc
|
||||
"Integrates with the Rapid7 Komand product"
|
||||
"Integrates with the Rapid7 Komand orchestration and automation"
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue