diff --git a/files/apc_info.yaml b/files/apc-info.yaml similarity index 100% rename from files/apc_info.yaml rename to files/apc-info.yaml diff --git a/files/cgi-test-page.yaml b/files/cgi-test-page.yaml new file mode 100644 index 0000000000..51ce98af40 --- /dev/null +++ b/files/cgi-test-page.yaml @@ -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 diff --git a/files/web-config.yaml b/files/web-config.yaml new file mode 100644 index 0000000000..ff8e9635f0 --- /dev/null +++ b/files/web-config.yaml @@ -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: + - + - + condition: and + + - type: status + status: + - 200 \ No newline at end of file