Land #6262, local exploit add not implemented error

bug/bundler_fix
Louis Sato 2015-11-23 14:23:13 -06:00
commit 5303079ba4
No known key found for this signature in database
GPG Key ID: 501290E4CECB7DF4
1 changed files with 4 additions and 0 deletions

View File

@ -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