24 lines
402 B
YAML
24 lines
402 B
YAML
id: cgi-test-page
|
|
info:
|
|
name: CGI Test page
|
|
author: YASH ANAND @yashanand155
|
|
severity: info
|
|
tags: cgi
|
|
|
|
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
|