Clean up msftidy warnings/errors

GSoC/Meterpreter_Web_Console
Mike Rinehart 2018-03-01 16:14:15 -06:00
parent 6225ead46e
commit d812f34457
2 changed files with 9 additions and 9 deletions

View File

@ -365,6 +365,7 @@ PLATFORMS
DEPENDENCIES
factory_girl_rails
fivemat
google-protobuf (= 3.5.1)
metasploit-aggregator
metasploit-framework!
octokit

View File

@ -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