Added nginx-config

patch-1
sandeep 2021-04-26 13:11:52 +05:30
parent 3f0806abbd
commit cce1a0880b
1 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,25 @@
id: nginx-config
info:
name: Nginx Config file disclosure
author: sheikhrishad
severity: low
tags: config,exposure,nginx
requests:
- method: GET
path:
- "{{BaseURL}}/nginx.conf"
matchers-condition: and
matchers:
- type: word
words:
- "server"
- "listen"
- "server_name"
condition: and
- type: status
status:
- 200