add ranking

git-svn-id: file:///home/svn/framework3/trunk@10665 4d416f70-5f16-0410-b530-b9f4589650da
unstable
Joshua Drake 2010-10-13 03:03:24 +00:00
parent 4cb008be9c
commit 4ca2007d67
12 changed files with 12 additions and 1 deletions

View File

@ -12,6 +12,7 @@
require 'msf/core'
class Metasploit3 < Msf::Exploit::Remote
Rank = GreatRanking
include Msf::Exploit::FILEFORMAT
include Msf::Exploit::Egghunter

View File

@ -10,6 +10,7 @@
##
class Metasploit3 < Msf::Exploit::Remote
Ranking = GoodRanking
include Msf::Exploit::Remote::FtpServer

View File

@ -10,6 +10,7 @@
##
class Metasploit3 < Msf::Exploit::Remote
Ranking = GoodRanking
include Msf::Exploit::Remote::FtpServer

View File

@ -10,6 +10,7 @@
##
class Metasploit3 < Msf::Exploit::Remote
Ranking = GoodRanking
include Msf::Exploit::Remote::FtpServer
include Msf::Exploit::Remote::Egghunter

View File

@ -10,6 +10,7 @@
##
class Metasploit3 < Msf::Exploit::Remote
Ranking = GoodRanking
include Msf::Exploit::Remote::FtpServer
include Msf::Exploit::Remote::Egghunter

View File

@ -10,6 +10,7 @@
##
class Metasploit3 < Msf::Exploit::Remote
Ranking = GoodRanking
include Exploit::Remote::FtpServer

View File

@ -10,6 +10,7 @@
##
class Metasploit3 < Msf::Exploit::Remote
Ranking = GoodRanking
include Exploit::Remote::FtpServer
include Exploit::Remote::Egghunter

View File

@ -10,6 +10,7 @@
##
class Metasploit3 < Msf::Exploit::Remote
Ranking = GoodRanking
include Exploit::Remote::FtpServer

View File

@ -10,6 +10,7 @@
##
class Metasploit3 < Msf::Exploit::Remote
Ranking = GoodRanking
include Msf::Exploit::Remote::FtpServer
include Exploit::Remote::Egghunter

View File

@ -10,11 +10,11 @@
##
class Metasploit3 < Msf::Exploit::Remote
Ranking = GoodRanking
include Msf::Exploit::Remote::FtpServer
include Msf::Exploit::Remote::Egghunter
def initialize(info = {})
super(update_info(info,
'Name' => 'LeapFTP 3.0.1 Stack Buffer Overflow',

View File

@ -10,6 +10,7 @@
##
class Metasploit3 < Msf::Exploit::Remote
Ranking = GoodRanking
include Msf::Exploit::Remote::FtpServer
include Msf::Exploit::Remote::Egghunter

View File

@ -10,6 +10,7 @@
##
class Metasploit3 < Msf::Exploit::Remote
Ranking = GoodRanking
include Msf::Exploit::Remote::FtpServer
include Msf::Exploit::Omelet