Add a missing include and require statement for psh

bug/bundler_fix
Spencer McIntyre 2014-07-31 16:08:25 -04:00
parent 0546282441
commit 8af4c496c9
1 changed files with 2 additions and 0 deletions

View File

@ -4,10 +4,12 @@
##
require 'msf/core'
require 'msf/core/exploit/powershell'
class Metasploit3 < Msf::Exploit::Remote
Rank = ManualRanking
include Msf::Exploit::Powershell
include Msf::Exploit::Remote::HttpServer
def initialize(info = {})