We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36f275d commit df20e79Copy full SHA for df20e79
modules/exploits/multi/upnp/miniupnpd_soap_bof.rb
@@ -47,14 +47,6 @@ def initialize(info = {})
47
], self.class)
48
end
49
50
- def check
51
- packet = "M-SEARCH * HTTP/1.1\r\n \
52
- HOST: 239.255.255.250:1900\r\n \
53
- ST: ssdp:all\r\n \
54
- MX:2\r\n \
55
- MAN:\"ssdp:discover\"\r\n"
56
- end
57
-
58
def exploit
59
#
60
# Build the SOAP Exploit
@@ -119,9 +111,6 @@ def exploit
119
111
'data' => data,
120
112
})
121
113
122
- # handle the exploit
123
- handler
124
125
114
# disconnect from the server
126
115
disconnect
127
116
0 commit comments