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

27 lines
440 B
YAML
Raw Normal View History

2020-07-24 10:02:27 +00:00
id: cgi-test-page
2020-07-24 10:02:27 +00:00
info:
name: CGI Test page
author: YASH ANAND @yashanand155
2020-08-03 21:52:00 +00:00
severity: info
tags: cgi,misconfig
metadata:
max-request: 1
2020-07-24 10:02:27 +00:00
http:
2020-07-24 10:02:27 +00:00
- 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