Update roxy_wi_exec.rb

This commit is contained in:
Nuri Çilengir 2022-07-25 16:13:14 +00:00 committed by GitHub
parent b16da0fe92
commit eca8af4e2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ class MetasploitModule < Msf::Exploit::Remote
end end
def exploit def exploit
print_status "Executing #{target.name} for #{datastore['PAYLOAD']}" print_status("Exploiting...")
case target['Type'] case target['Type']
when :in_memory when :in_memory
execute_command(payload.encoded) execute_command(payload.encoded)