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

24 lines
402 B
YAML
Raw Normal View History

2020-07-24 10:02:27 +00:00
id: cgi-test-page
info:
name: CGI Test page
author: YASH ANAND @yashanand155
2020-08-03 21:52:00 +00:00
severity: info
2021-03-12 08:57:14 +00:00
tags: cgi
2020-07-24 10:02:27 +00:00
requests:
- 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