2024-05-14 11:22:09 +00:00
|
|
|
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")'
|
2024-05-14 11:27:42 +00:00
|
|
|
condition: and
|