Create rsshub-detect.yaml

patch-1
Ritik Chaddha 2023-01-19 21:27:27 +05:30 committed by GitHub
parent a3f279530b
commit 01aa0aa9a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,22 @@
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)))"