Blow away remnants of Local::Unix
parent
36f96d343e
commit
9e30c58495
|
@ -9,11 +9,6 @@ require 'msf/core/exploit/local/linux_kernel'
|
|||
require 'msf/core/exploit/local/linux'
|
||||
require 'msf/core/exploit/exe'
|
||||
|
||||
#load 'lib/msf/core/post/file.rb'
|
||||
#load 'lib/msf/core/exploit/local/unix.rb'
|
||||
#load 'lib/msf/core/exploit/local/linux.rb'
|
||||
#load 'lib/msf/core/exploit/local/linux_kernel.rb'
|
||||
|
||||
class Metasploit4 < Msf::Exploit::Local
|
||||
Rank = GreatRanking
|
||||
|
||||
|
|
|
@ -7,14 +7,8 @@ require 'msf/core'
|
|||
require 'rex'
|
||||
require 'msf/core/exploit/local/linux_kernel'
|
||||
require 'msf/core/exploit/local/linux'
|
||||
require 'msf/core/exploit/local/unix'
|
||||
require 'msf/core/exploit/exe'
|
||||
|
||||
#load 'lib/msf/core/post/file.rb'
|
||||
#load 'lib/msf/core/exploit/local/unix.rb'
|
||||
#load 'lib/msf/core/exploit/local/linux.rb'
|
||||
#load 'lib/msf/core/exploit/local/linux_kernel.rb'
|
||||
|
||||
class Metasploit4 < Msf::Exploit::Local
|
||||
Rank = GreatRanking
|
||||
|
||||
|
@ -22,7 +16,6 @@ class Metasploit4 < Msf::Exploit::Local
|
|||
include Msf::Post::File
|
||||
|
||||
include Msf::Exploit::Local::Linux
|
||||
include Msf::Exploit::Local::Unix
|
||||
|
||||
def initialize(info={})
|
||||
super( update_info( info, {
|
||||
|
|
|
@ -14,7 +14,6 @@ class Metasploit3 < Msf::Post
|
|||
include Msf::Post::File
|
||||
|
||||
include Msf::Exploit::Local::Linux
|
||||
include Msf::Exploit::Local::Unix
|
||||
|
||||
def initialize(info={})
|
||||
super( update_info( info, {
|
||||
|
|
Loading…
Reference in New Issue