Add Rank for schelevator, update sock_sendpage's
parent
c1cf71c4e9
commit
ebe48ecf16
|
@ -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
|
||||
|
|
|
@ -12,6 +12,7 @@ require 'zlib'
|
|||
|
||||
|
||||
class Metasploit3 < Msf::Exploit::Local
|
||||
Rank = ExcellentRanking
|
||||
|
||||
include Msf::Exploit::EXE
|
||||
include Msf::Post::Common
|
||||
|
|
Loading…
Reference in New Issue