Land #2303, @todb-r7's patch to avoid loading order issues on sudo_password_bypass

bug/bundler_fix
jvazquez-r7 2013-08-29 14:52:13 -05:00
commit 2176f0b91c
1 changed files with 5 additions and 0 deletions

View File

@ -5,6 +5,11 @@
#
# http://metasploit.com/
##
require 'msf/core'
require 'rex'
require 'msf/core/post/common'
require 'msf/core/post/file'
require 'msf/core/exploit/exe'
require 'shellwords'
class Metasploit3 < Msf::Exploit::Local