nuclei-templates/http/misconfiguration/cgi-test-page.yaml

27 lines
440 B
YAML

id: cgi-test-page
info:
name: CGI Test page
author: YASH ANAND @yashanand155
severity: info
metadata:
max-request: 1
tags: cgi,misconfig
http:
- method: GET
path:
- "{{BaseURL}}/cgi-bin/test/test.cgi"
matchers-condition: and
matchers:
- type: word
words:
- HTTP_ACCEPT
- HTTP_ACCEPT_ENCODING
condition: and
- type: status
status:
- 200