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
|
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
|