Update codis-dashboard.yaml
parent
f2b57d923f
commit
4142891cff
|
@ -1,7 +1,7 @@
|
||||||
id: codis-dashboard
|
id: codis-dashboard
|
||||||
|
|
||||||
info:
|
info:
|
||||||
name: Codis Dashboard Exposed
|
name: Codis Dashboard Exposure
|
||||||
author: tess
|
author: tess
|
||||||
severity: low
|
severity: low
|
||||||
metadata:
|
metadata:
|
||||||
|
@ -12,15 +12,15 @@ info:
|
||||||
requests:
|
requests:
|
||||||
- method: GET
|
- method: GET
|
||||||
path:
|
path:
|
||||||
- '{{BaseURL}}'
|
- "{{BaseURL}}"
|
||||||
|
|
||||||
matchers-condition: and
|
matchers-condition: and
|
||||||
matchers:
|
matchers:
|
||||||
- type: word
|
- type: word
|
||||||
part: body
|
part: body
|
||||||
words:
|
words:
|
||||||
- "Codis</div>"
|
|
||||||
- "Codis • Dashboard"
|
- "Codis • Dashboard"
|
||||||
|
- "Sessions"
|
||||||
condition: and
|
condition: and
|
||||||
|
|
||||||
- type: word
|
- type: word
|
||||||
|
|
Loading…
Reference in New Issue