From 8dd1b1c09db7a0c1f259aab60fc0341f8ddb4174 Mon Sep 17 00:00:00 2001 From: Ritik Chaddha Date: Thu, 19 Jan 2023 21:29:47 +0530 Subject: [PATCH] Revert "Create rsshub-detect.yaml" This reverts commit 01aa0aa9a1d6a4c8d026f5dd3ec10ddeb85e0c8e. --- technologies/rsshub-detect.yaml | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 technologies/rsshub-detect.yaml diff --git a/technologies/rsshub-detect.yaml b/technologies/rsshub-detect.yaml deleted file mode 100644 index 147b548327..0000000000 --- a/technologies/rsshub-detect.yaml +++ /dev/null @@ -1,22 +0,0 @@ -id: rsshub-detect - -info: - name: RSSHub Detect - author: ritikchaddha - severity: info - metadata: - verified: true - shodan-query: http.favicon.hash:-1893514038 - tags: tech,rsshub - -requests: - - method: GET - path: - - "{{BaseURL}}/favicon.ico" - - host-redirects: true - max-redirects: 2 - matchers: - - type: dsl - dsl: - - "('-1893514038' == mmh3(base64_py(body)))"