Update CVE-2019-6340.yaml
Solves cases when the source code contains only uid= and gid= (e.g. https://account.mail.ru) ``nuclei -debug -t ~/nuclei-templates/cves/2019/CVE-2019-6340.yaml -u https://account.mail.ru``patch-1
parent
3481653f24
commit
794dfb0bbe
|
@ -38,6 +38,7 @@ requests:
|
|||
words:
|
||||
- "uid="
|
||||
- "gid="
|
||||
- "groups="
|
||||
condition: and
|
||||
part: body
|
||||
- type: status
|
||||
|
|
Loading…
Reference in New Issue