Replace load with require, *facepalm*

unstable
James Lee 2012-08-01 22:51:36 -06:00
parent 5531fd18a0
commit 1a2a1e70f7
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
require 'msf/core'
require 'rex'
load 'lib/msf/core/post/windows/services.rb'
require 'msf/core/post/windows/services'
class Metasploit3 < Msf::Exploit::Local
include Post::Windows::WindowsServices