Skip to content

Commit

Permalink
Land #2485 - Removed extra bracket for scripts/meterpreter/vnc.rb
Browse files Browse the repository at this point in the history
g0tmi1k's version was outdated, so I merged from my branch instead.
  • Loading branch information
wchen-r7 committed Oct 8, 2013
2 parents 2593c06 + db92709 commit a5bace2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/meterpreter/vnc.rb
Expand Up @@ -95,7 +95,7 @@ def unsupported
pay.datastore['LPORT'] = rport
pay.datastore['VNCPORT'] = vport
else
print_status("Creating a VNC reverse tcp stager: LHOST=#{rhost} LPORT=#{rport})")
print_status("Creating a VNC reverse tcp stager: LHOST=#{rhost} LPORT=#{rport}")
payload = "windows/vncinject/reverse_tcp"

pay = client.framework.payloads.create(payload)
Expand Down

0 comments on commit a5bace2

Please sign in to comment.