commit
5321870a37
|
@ -0,0 +1,22 @@
|
||||||
|
id: cgi-test-page
|
||||||
|
info:
|
||||||
|
name: CGI Test page
|
||||||
|
author: YASH ANAND @yashanand155
|
||||||
|
severity: informative
|
||||||
|
|
||||||
|
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
|
|
@ -0,0 +1,22 @@
|
||||||
|
id: web-config
|
||||||
|
info:
|
||||||
|
name: Web Config file
|
||||||
|
author: Yash Anand @yashanand155
|
||||||
|
severity: info
|
||||||
|
|
||||||
|
requests:
|
||||||
|
- method: GET
|
||||||
|
path:
|
||||||
|
- '{{BaseURL}}/web.config'
|
||||||
|
|
||||||
|
matchers-condition: and
|
||||||
|
matchers:
|
||||||
|
- type: word
|
||||||
|
words:
|
||||||
|
- <configuration>
|
||||||
|
- <system.webServer>
|
||||||
|
condition: and
|
||||||
|
|
||||||
|
- type: status
|
||||||
|
status:
|
||||||
|
- 200
|
Loading…
Reference in New Issue