not sure how this got in there
bug/bundler_fix
Rob Fuller 2015-10-20 13:48:00 -04:00
parent 60c269983b
commit 2f1406e1c8
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ class Metasploit3 < Msf::Post
raise "Powershell not available" if ! have_powershell?
# Preprocess the Powershell::Script object with substitions from Exploit::Powershell
script = make_subs(read_script(datstore['SCRIPT']),process_subs(datstore['SUBSTITUTIONS']))
script = make_subs(read_script(datstore['SCRIPT']),process_subs(datastore['SUBSTITUTIONS']))
# Execute in session
print_status psh_exec(script)