Merge pull request #253 from yashanand/master

web-config checker
patch-1
bauthard 2020-07-24 15:37:32 +05:30 committed by GitHub
commit 5321870a37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 44 additions and 0 deletions

22
files/cgi-test-page.yaml Normal file
View File

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

22
files/web-config.yaml Normal file
View File

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