Update cloud-config.yaml
parent
8944e5d674
commit
4d6f479d3b
|
@ -1,8 +1,8 @@
|
||||||
id: cloud-config
|
id: cloud-config
|
||||||
|
|
||||||
info:
|
info:
|
||||||
name: Cloud Config Yaml - File Disclosure
|
name: Cloud Config File Exposure
|
||||||
author: DhiyaneshDK
|
author: DhiyaneshDK,Hardik-Solanki
|
||||||
severity: medium
|
severity: medium
|
||||||
reference: https://www.exploit-db.com/ghdb/7959
|
reference: https://www.exploit-db.com/ghdb/7959
|
||||||
metadata:
|
metadata:
|
||||||
|
@ -15,6 +15,7 @@ requests:
|
||||||
path:
|
path:
|
||||||
- "{{BaseURL}}/cloud-config.yml"
|
- "{{BaseURL}}/cloud-config.yml"
|
||||||
- "{{BaseURL}}/core-cloud-config.yml"
|
- "{{BaseURL}}/core-cloud-config.yml"
|
||||||
|
- '{{BaseURL}}/cloud-config.txt'
|
||||||
|
|
||||||
stop-at-first-match: true
|
stop-at-first-match: true
|
||||||
matchers-condition: and
|
matchers-condition: and
|
||||||
|
|
Loading…
Reference in New Issue