GSoC/Meterpreter_Web_Console
Dhiraj Mishra 2018-09-22 01:00:44 +05:30 committed by GitHub
parent 4fea65170c
commit 4116e8e205
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -82,8 +82,8 @@ class MetasploitModule < Msf::Post
command = session.fs.file.expand_path("%TEMP%") + "\\" + rexename
print_good("Location of CVE-2018-8120.exe is: #{command}")
command += " "
command += "#{poccmd}"
print_good("Executing command : #{command}")
command += "\"#{poccmd}\""
print_good("Executing command: #{command}")
command_output = cmd_exec(command)
print_line(command_output)
print_line