Remove useless variable declaration

Co-Authored-By: carmaa <carsten@carmaa.com>
GSoC/Meterpreter_Web_Console
Brendan Coles 2018-11-12 12:04:22 +01:00 committed by GitHub
parent e06af184c8
commit 0bdab320f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ class MetasploitModule < Msf::Exploit::Remote
def gen_payload
# Powershell payload
cmd = cmd_psh_payload(payload.encoded, payload_instance.arch.first, {remove_comspec: true, encode_final_payload: true})
cmd_psh_payload(payload.encoded, payload_instance.arch.first, {remove_comspec: true, encode_final_payload: true})
end
end