Skip to content

Commit 3fbbe3e

Browse files
author
jvazquez-r7
committed
Make msftidy happy
1 parent 3c05cf4 commit 3fbbe3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/auxiliary/dos/upnp/miniupnpd_dos.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def send_probe(udp_sock, probe)
5353
end
5454

5555
def run
56-
# the M-SEARCH probe packet that tries to identify whether the service is up or not
56+
# the M-SEARCH probe packet that tries to identify whether the service is up or not
5757
msearch_probe = "M-SEARCH * HTTP/1.1\r\n"
5858
msearch_probe << "Host:239.255.255.250:1900\r\n"
5959
msearch_probe << "ST:upnp:rootdevice\r\n"
@@ -90,7 +90,7 @@ def run
9090
print_status("#{rhost}:#{rport} - Sending malformed packet...")
9191
udp_sock.put(sploit)
9292

93-
# send the probe to the target
93+
# send the probe to the target
9494
print_status("#{rhost}:#{rport} - The target should be unresponsive now...")
9595
response = send_probe(udp_sock, msearch_probe)
9696
if response.nil?

0 commit comments

Comments
 (0)