Create stestr-config.yaml
parent
9902c4d33a
commit
2024a1a0b6
|
@ -0,0 +1,31 @@
|
|||
id: stestr-config
|
||||
|
||||
info:
|
||||
name: Stestr Configuration File Exposure
|
||||
author: Hardik-Solanki
|
||||
severity: info
|
||||
metadata:
|
||||
verified: true
|
||||
github-query: filename:stestr.conf
|
||||
reference:
|
||||
- https://github.com/maurosoria/dirsearch/blob/master/db/dicc.txt
|
||||
- https://stestr.readthedocs.io/en/latest/MANUAL.html
|
||||
tags: exposure,stestr,config
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/.stestr.conf"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- '[DEFAULT]'
|
||||
- 'test_path='
|
||||
condition: and
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue