commit
1b65d294d3
|
@ -0,0 +1,26 @@
|
||||||
|
id: configuration-listing
|
||||||
|
|
||||||
|
info:
|
||||||
|
name: Sensitive Configuration Files Listing
|
||||||
|
author: j33n1k4
|
||||||
|
severity: medium
|
||||||
|
description: directory listing of sensitive files
|
||||||
|
reference: https://www.exploit-db.com/ghdb/7014
|
||||||
|
tags: config,listing,exposures
|
||||||
|
|
||||||
|
requests:
|
||||||
|
- method: GET
|
||||||
|
path:
|
||||||
|
- "{{BaseURL}}/config/"
|
||||||
|
|
||||||
|
matchers-condition: and
|
||||||
|
matchers:
|
||||||
|
- type: word
|
||||||
|
words:
|
||||||
|
- "Index of /configs"
|
||||||
|
- "Parent Directory"
|
||||||
|
condition: and
|
||||||
|
|
||||||
|
- type: status
|
||||||
|
status:
|
||||||
|
- 200
|
Loading…
Reference in New Issue