diff --git a/technologies/zerof-webserver-detect.yaml b/technologies/zerof-webserver-detect.yaml new file mode 100644 index 0000000000..339fa66a42 --- /dev/null +++ b/technologies/zerof-webserver-detect.yaml @@ -0,0 +1,23 @@ +id: zerof-webserver-detect + +info: + name: ZEROF Web Server Detect + author: princechaddha + severity: info + tags: tech,zerof + +requests: + - method: GET + path: + - "{{BaseURL}}" + + matchers-condition: and + matchers: + - type: word + part: body + words: + - "ZEROF Web Server" + + - type: status + status: + - 200