diff --git a/modules/exploits/linux/local/sock_sendpage.rb b/modules/exploits/linux/local/sock_sendpage.rb index b1aa4c4c50..621744930b 100644 --- a/modules/exploits/linux/local/sock_sendpage.rb +++ b/modules/exploits/linux/local/sock_sendpage.rb @@ -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 diff --git a/modules/exploits/windows/local/ms10_092_schelevator.rb b/modules/exploits/windows/local/ms10_092_schelevator.rb index b7b4df2ce2..02aca0b6fe 100644 --- a/modules/exploits/windows/local/ms10_092_schelevator.rb +++ b/modules/exploits/windows/local/ms10_092_schelevator.rb @@ -12,6 +12,7 @@ require 'zlib' class Metasploit3 < Msf::Exploit::Local + Rank = ExcellentRanking include Msf::Exploit::EXE include Msf::Post::Common