Add tiny-rss-panel.yaml

patch-2
Mohammad D 2024-05-14 14:52:09 +03:30 committed by GitHub
parent e33550b6de
commit 2978765768
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 29 additions and 0 deletions

View File

@ -0,0 +1,29 @@
id: tiny-rss-panel
info:
name: Tiny RSS Panel - Detect
author: userdehghani
severity: info
description: |
Tiny Tiny RSS is a free RSS feed reader
reference:
- https://tt-rss.org/
metadata:
verified: true
max-request: 1
shodan-query: http.favicon.hash:-418614327
tags: panel,tiny-rss,login,detect
http:
- method: GET
path:
- "{{BaseURL}}"
matchers:
- type: dsl
dsl:
- 'status_code==200 && contains(tolower(body), "Tiny Tiny RSS")'
- 'status_code==200 && contains(tolower(body), "ttrss_login")'
- 'status_code==200 && contains(tolower(body), "ttrss_utility")'