2020-07-24 10:02:27 +00:00
|
|
|
id: cgi-test-page
|
2022-04-22 10:38:41 +00:00
|
|
|
|
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
|
2023-06-02 23:20:49 +00:00
|
|
|
tags: cgi,misconfig
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 1
|
2020-07-24 10:02:27 +00:00
|
|
|
|
2023-04-27 04:28:59 +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
|