updates
parent
6233f18c40
commit
87f5e61d2c
|
@ -3,7 +3,7 @@ id: dir-listing
|
|||
info:
|
||||
name: Directory listing enabled
|
||||
author: _harleo
|
||||
severity: low
|
||||
severity: informative
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
|
|
|
@ -0,0 +1,18 @@
|
|||
id: htaccess-config
|
||||
|
||||
info:
|
||||
name: HTaccess config file
|
||||
author: Yash Anand @yashanand155
|
||||
severity: informative
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/.htaccess"
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- RewriteRule
|
||||
- </IfModule>
|
||||
- <IfModule
|
||||
condition: and
|
|
@ -1,15 +0,0 @@
|
|||
id: htaccess
|
||||
|
||||
info:
|
||||
name: htaccess file
|
||||
author: Yash Anand @yashanand155
|
||||
severity: info
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/.htaccess"
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- "RewriteRule"
|
|
@ -1,15 +0,0 @@
|
|||
id: htpassword
|
||||
|
||||
info:
|
||||
name: htpassword file
|
||||
author: Yash Anand @yashanand155
|
||||
severity: info
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/.htpassword"
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- ":$"
|
Loading…
Reference in New Issue