Update web-config.yaml
parent
a5dd3bf8e3
commit
1212c27adc
|
@ -4,12 +4,14 @@ info:
|
||||||
name: Web Config file
|
name: Web Config file
|
||||||
author: Yash Anand @yashanand155
|
author: Yash Anand @yashanand155
|
||||||
severity: info
|
severity: info
|
||||||
|
reference: https://github.com/imhunterand/ApachSAL/blob/main/assets/exploits.json
|
||||||
tags: config,exposure
|
tags: config,exposure
|
||||||
|
|
||||||
requests:
|
requests:
|
||||||
- method: GET
|
- method: GET
|
||||||
path:
|
path:
|
||||||
- '{{BaseURL}}/web.config'
|
- '{{BaseURL}}/web.config'
|
||||||
|
- '{{BaseURL}}/../../web.config'
|
||||||
|
|
||||||
matchers-condition: and
|
matchers-condition: and
|
||||||
matchers:
|
matchers:
|
||||||
|
@ -21,4 +23,4 @@ requests:
|
||||||
|
|
||||||
- type: status
|
- type: status
|
||||||
status:
|
status:
|
||||||
- 200
|
- 200
|
||||||
|
|
Loading…
Reference in New Issue