File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
modules/auxiliary/dos/upnp Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ def send_probe(udp_sock, probe)
53
53
end
54
54
55
55
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
57
57
msearch_probe = "M-SEARCH * HTTP/1.1\r \n "
58
58
msearch_probe << "Host:239.255.255.250:1900\r \n "
59
59
msearch_probe << "ST:upnp:rootdevice\r \n "
@@ -90,7 +90,7 @@ def run
90
90
print_status ( "#{ rhost } :#{ rport } - Sending malformed packet..." )
91
91
udp_sock . put ( sploit )
92
92
93
- # send the probe to the target
93
+ # send the probe to the target
94
94
print_status ( "#{ rhost } :#{ rport } - The target should be unresponsive now..." )
95
95
response = send_probe ( udp_sock , msearch_probe )
96
96
if response . nil?
You can’t perform that action at this time.
0 commit comments