diff --git a/technologies/new-web-server.yaml b/technologies/new-web-server.yaml deleted file mode 100644 index d1060d287d..0000000000 --- a/technologies/new-web-server.yaml +++ /dev/null @@ -1,25 +0,0 @@ -id: new-web-server - -info: - name: Web Server Detection - author: DhiyaneshDK - severity: info - reference: https://www.exploit-db.com/ghdb/7291 - tags: tech - metadata: - shodan-dork: html:"Your new web server is ready to use." - -requests: - - method: GET - path: - - '{{BaseURL}}' - - matchers-condition: and - matchers: - - type: word - words: - - "Your new web server is ready to use." - - - type: status - status: - - 200