patch-1
bauthard 2020-07-26 03:36:57 +05:30
parent 6233f18c40
commit 87f5e61d2c
4 changed files with 19 additions and 31 deletions

View File

@ -3,7 +3,7 @@ id: dir-listing
info:
name: Directory listing enabled
author: _harleo
severity: low
severity: informative
requests:
- method: GET

View File

@ -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

View File

@ -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"

View File

@ -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:
- ":$"