Merge pull request #8659 from projectdiscovery/princechaddha-patch-4
Fixed FP - CVE-2021-40149patch-1
commit
0c39e6c757
|
@ -36,14 +36,19 @@ http:
|
||||||
|
|
||||||
matchers-condition: and
|
matchers-condition: and
|
||||||
matchers:
|
matchers:
|
||||||
|
- type: regex
|
||||||
|
part: body
|
||||||
|
regex:
|
||||||
|
- '(?m)^-----BEGIN PRIVATE KEY-----'
|
||||||
|
|
||||||
- type: word
|
- type: word
|
||||||
|
part: header
|
||||||
words:
|
words:
|
||||||
- "-----BEGIN RSA PRIVATE KEY-----"
|
- "application/json"
|
||||||
- "-----END RSA PRIVATE KEY----"
|
- "application/html"
|
||||||
condition: and
|
condition: and
|
||||||
|
negative: true
|
||||||
|
|
||||||
- type: status
|
- type: status
|
||||||
status:
|
status:
|
||||||
- 200
|
- 200
|
||||||
|
|
||||||
# digest: 4a0a00473045022100b6f8878ceddc4552858eae76829f51df35d0a5a2cd83a6e424da428a878e9d0c022021a436b631fbd10d282389c10d6e6dd4342bccfc13258547d135969c048a0e64:922c64590222798bb761d5b6d8e72950
|
|
||||||
|
|
Loading…
Reference in New Issue