18 lines
317 B
YAML
18 lines
317 B
YAML
|
id: htaccess-config
|
||
|
|
||
|
info:
|
||
|
name: HTaccess config file
|
||
|
author: Yash Anand @yashanand155
|
||
|
severity: info
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}/.htaccess"
|
||
|
matchers:
|
||
|
- type: word
|
||
|
words:
|
||
|
- RewriteRule
|
||
|
- </IfModule>
|
||
|
- <IfModule
|
||
|
condition: and
|