Changed class from Metasploit3 to MetasploitModule

bug/bundler_fix
amarionette 2016-06-03 17:43:41 -07:00
parent 99790e343d
commit 4354b5d5d6
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
require 'msf/core'
class Metasploit3 < Msf::Exploit::Remote
class MetasploitModule < Msf::Exploit::Remote
Rank = ExcellentRanking
include Msf::Exploit::Remote::HttpClient