more matchers update
parent
1ea3b8a8bf
commit
b1d8ab1193
|
@ -3,7 +3,7 @@ id: pyproject-disclosure
|
|||
info:
|
||||
name: Pyproject Disclosure
|
||||
author: dhiyaneshDk
|
||||
severity: low
|
||||
severity: info
|
||||
reference: https://github.com/detectify/ugly-duckling/blob/master/modules/crowdsourced/pyproject-disclosure.json
|
||||
tags: exposure,files
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@ id: snyk-ignore-file-disclosure
|
|||
info:
|
||||
name: Snyk Ignore File Disclosure
|
||||
author: dhiyaneshDk
|
||||
severity: low
|
||||
severity: info
|
||||
reference: https://github.com/detectify/ugly-duckling/blob/master/modules/crowdsourced/snyk-ignore-file-disclosure.json
|
||||
tags: exposure,files
|
||||
|
||||
|
|
|
@ -16,11 +16,11 @@ requests:
|
|||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- "\"id\""
|
||||
- "\"version\""
|
||||
- "\"method\""
|
||||
- "\"url\""
|
||||
- "\"time\""
|
||||
- '"id":'
|
||||
- '"version":'
|
||||
- '"method":'
|
||||
- '"url":'
|
||||
- '"time":'
|
||||
part: body
|
||||
condition: and
|
||||
|
||||
|
|
Loading…
Reference in New Issue