add ranking
git-svn-id: file:///home/svn/framework3/trunk@10665 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
4cb008be9c
commit
4ca2007d67
|
@ -12,6 +12,7 @@
|
||||||
require 'msf/core'
|
require 'msf/core'
|
||||||
|
|
||||||
class Metasploit3 < Msf::Exploit::Remote
|
class Metasploit3 < Msf::Exploit::Remote
|
||||||
|
Rank = GreatRanking
|
||||||
|
|
||||||
include Msf::Exploit::FILEFORMAT
|
include Msf::Exploit::FILEFORMAT
|
||||||
include Msf::Exploit::Egghunter
|
include Msf::Exploit::Egghunter
|
||||||
|
|
|
@ -10,6 +10,7 @@
|
||||||
##
|
##
|
||||||
|
|
||||||
class Metasploit3 < Msf::Exploit::Remote
|
class Metasploit3 < Msf::Exploit::Remote
|
||||||
|
Ranking = GoodRanking
|
||||||
|
|
||||||
include Msf::Exploit::Remote::FtpServer
|
include Msf::Exploit::Remote::FtpServer
|
||||||
|
|
||||||
|
|
|
@ -10,6 +10,7 @@
|
||||||
##
|
##
|
||||||
|
|
||||||
class Metasploit3 < Msf::Exploit::Remote
|
class Metasploit3 < Msf::Exploit::Remote
|
||||||
|
Ranking = GoodRanking
|
||||||
|
|
||||||
include Msf::Exploit::Remote::FtpServer
|
include Msf::Exploit::Remote::FtpServer
|
||||||
|
|
||||||
|
|
|
@ -10,6 +10,7 @@
|
||||||
##
|
##
|
||||||
|
|
||||||
class Metasploit3 < Msf::Exploit::Remote
|
class Metasploit3 < Msf::Exploit::Remote
|
||||||
|
Ranking = GoodRanking
|
||||||
|
|
||||||
include Msf::Exploit::Remote::FtpServer
|
include Msf::Exploit::Remote::FtpServer
|
||||||
include Msf::Exploit::Remote::Egghunter
|
include Msf::Exploit::Remote::Egghunter
|
||||||
|
|
|
@ -10,6 +10,7 @@
|
||||||
##
|
##
|
||||||
|
|
||||||
class Metasploit3 < Msf::Exploit::Remote
|
class Metasploit3 < Msf::Exploit::Remote
|
||||||
|
Ranking = GoodRanking
|
||||||
|
|
||||||
include Msf::Exploit::Remote::FtpServer
|
include Msf::Exploit::Remote::FtpServer
|
||||||
include Msf::Exploit::Remote::Egghunter
|
include Msf::Exploit::Remote::Egghunter
|
||||||
|
|
|
@ -10,6 +10,7 @@
|
||||||
##
|
##
|
||||||
|
|
||||||
class Metasploit3 < Msf::Exploit::Remote
|
class Metasploit3 < Msf::Exploit::Remote
|
||||||
|
Ranking = GoodRanking
|
||||||
|
|
||||||
include Exploit::Remote::FtpServer
|
include Exploit::Remote::FtpServer
|
||||||
|
|
||||||
|
|
|
@ -10,6 +10,7 @@
|
||||||
##
|
##
|
||||||
|
|
||||||
class Metasploit3 < Msf::Exploit::Remote
|
class Metasploit3 < Msf::Exploit::Remote
|
||||||
|
Ranking = GoodRanking
|
||||||
|
|
||||||
include Exploit::Remote::FtpServer
|
include Exploit::Remote::FtpServer
|
||||||
include Exploit::Remote::Egghunter
|
include Exploit::Remote::Egghunter
|
||||||
|
|
|
@ -10,6 +10,7 @@
|
||||||
##
|
##
|
||||||
|
|
||||||
class Metasploit3 < Msf::Exploit::Remote
|
class Metasploit3 < Msf::Exploit::Remote
|
||||||
|
Ranking = GoodRanking
|
||||||
|
|
||||||
include Exploit::Remote::FtpServer
|
include Exploit::Remote::FtpServer
|
||||||
|
|
||||||
|
|
|
@ -10,6 +10,7 @@
|
||||||
##
|
##
|
||||||
|
|
||||||
class Metasploit3 < Msf::Exploit::Remote
|
class Metasploit3 < Msf::Exploit::Remote
|
||||||
|
Ranking = GoodRanking
|
||||||
|
|
||||||
include Msf::Exploit::Remote::FtpServer
|
include Msf::Exploit::Remote::FtpServer
|
||||||
include Exploit::Remote::Egghunter
|
include Exploit::Remote::Egghunter
|
||||||
|
|
|
@ -10,11 +10,11 @@
|
||||||
##
|
##
|
||||||
|
|
||||||
class Metasploit3 < Msf::Exploit::Remote
|
class Metasploit3 < Msf::Exploit::Remote
|
||||||
|
Ranking = GoodRanking
|
||||||
|
|
||||||
include Msf::Exploit::Remote::FtpServer
|
include Msf::Exploit::Remote::FtpServer
|
||||||
include Msf::Exploit::Remote::Egghunter
|
include Msf::Exploit::Remote::Egghunter
|
||||||
|
|
||||||
|
|
||||||
def initialize(info = {})
|
def initialize(info = {})
|
||||||
super(update_info(info,
|
super(update_info(info,
|
||||||
'Name' => 'LeapFTP 3.0.1 Stack Buffer Overflow',
|
'Name' => 'LeapFTP 3.0.1 Stack Buffer Overflow',
|
||||||
|
|
|
@ -10,6 +10,7 @@
|
||||||
##
|
##
|
||||||
|
|
||||||
class Metasploit3 < Msf::Exploit::Remote
|
class Metasploit3 < Msf::Exploit::Remote
|
||||||
|
Ranking = GoodRanking
|
||||||
|
|
||||||
include Msf::Exploit::Remote::FtpServer
|
include Msf::Exploit::Remote::FtpServer
|
||||||
include Msf::Exploit::Remote::Egghunter
|
include Msf::Exploit::Remote::Egghunter
|
||||||
|
|
|
@ -10,6 +10,7 @@
|
||||||
##
|
##
|
||||||
|
|
||||||
class Metasploit3 < Msf::Exploit::Remote
|
class Metasploit3 < Msf::Exploit::Remote
|
||||||
|
Ranking = GoodRanking
|
||||||
|
|
||||||
include Msf::Exploit::Remote::FtpServer
|
include Msf::Exploit::Remote::FtpServer
|
||||||
include Msf::Exploit::Omelet
|
include Msf::Exploit::Omelet
|
||||||
|
|
Loading…
Reference in New Issue