Skip to content

Tiny RSS Panel - Detect

ID: tiny-rss-panel

Severity: info

Author: userdehghani

Tags: panel,tiny-rss,login,detect

Tiny Tiny RSS is a free RSS feed reader

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/
classification:
cpe: cpe:2.3:a:tt-rss:tiny_tiny_rss:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: tt-rss
product: tiny_tiny_rss
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_any(body, "Tiny Tiny RSS", "ttrss_login", "ttrss_utility")'
condition: and
# digest: 4b0a00483046022100bcc2479d253be691c7bfb840d277bd6839830f82a6f2695ea569d66aac2cfdb30221008211998a1ca8d79949585c458eadff8086e7ba9d42a95e59e25931967ea724a5:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/tiny-rss-panel.yaml"

View on Github