Add Rank for schelevator, update sock_sendpage's

unstable
James Lee 2012-07-18 11:16:29 -06:00
parent c1cf71c4e9
commit ebe48ecf16
2 changed files with 2 additions and 1 deletions

View File

@ -20,7 +20,7 @@ require 'msf/core/exploit/local/unix'
#load 'lib/msf/core/exploit/local/linux_kernel.rb'
class Metasploit4 < Msf::Exploit::Local
Rank = ExcellentRanking
Rank = GreatRanking
include Msf::Exploit::EXE
include Msf::Post::File

View File

@ -12,6 +12,7 @@ require 'zlib'
class Metasploit3 < Msf::Exploit::Local
Rank = ExcellentRanking
include Msf::Exploit::EXE
include Msf::Post::Common