Land #6262, local exploit add not implemented error
commit
5303079ba4
|
@ -19,4 +19,8 @@ class Msf::Exploit::Local < Msf::Exploit
|
|||
def exploit_type
|
||||
Msf::Exploit::Type::Local
|
||||
end
|
||||
|
||||
def run_simple(opts = {}, &block)
|
||||
raise NotImplementedError, ' - This way of running the local exploit is currently not supported.'
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue