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

25 lines
399 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
2021-03-12 08:57:14 +00:00
tags: cgi
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