Added nginx-config
parent
3f0806abbd
commit
cce1a0880b
|
@ -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
|
Loading…
Reference in New Issue