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