Added httpd-config

patch-1
sandeep 2021-04-26 13:49:39 +05:30
parent ffbb94bbd2
commit f46a8918cd
1 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,24 @@
id: httpd-config
info:
name: Httpd Config file disclosure
author: sheikhrishad
severity: info
tags: config,exposure,httpd
requests:
- method: GET
path:
- "{{BaseURL}}/httpd.conf"
matchers-condition: and
matchers:
- type: word
words:
- "LoadModule"
- "# LoadModule"
condition: and
- type: status
status:
- 200