Fix warnings from travis

GSoC/Meterpreter_Web_Console
Pedro Ribeiro 2018-05-28 17:18:52 +03:00 committed by GitHub
parent e126681814
commit aaaa9c7508
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -3,7 +3,6 @@
# Current source: https://github.com/rapid7/metasploit-framework
##
require 'msf/core'
require 'securerandom'
class MetasploitModule < Msf::Exploit::Remote
@ -71,7 +70,7 @@ class MetasploitModule < Msf::Exploit::Remote
Opt::RPORT(443),
OptString.new('SRVHOST', [true, 'HTTP server address', '0.0.0.0']),
OptString.new('SRVPORT', [true, 'HTTP server port', '4448']),
], self.class)
])
end
def check