Skip to content

Freshrss Panel - Detect

ID: freshrss-panel

Severity: info

Author: ritikchaddha

Tags: freshrss,panel,detect

Freshrss panel has been detected.

id: freshrss-panel
info:
name: Freshrss Panel - Detect
author: ritikchaddha
severity: info
description: |
Freshrss panel has been detected.
classification:
cpe: cpe:2.3:a:freshrss:freshrss:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: freshrss
product: freshrss
shodan-query: title:"Freshrss"
tags: freshrss,panel,detect
http:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'content="FreshRSS'
- 'alt="FreshRSS'
- 'About FreshRSS'
- 'FreshRSS</title>'
condition: or
- type: status
status:
- 200
# digest: 4a0a004730450220061c1a7a12359afb3fa40fd60da5b99f85282ed7fb48b67170ede74286a0548e022100cefcde30a46869b8449968d3714c5368e6ddd3ddacccd0a4b8bd4e49804f78ca: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/freshrss-panel.yaml"

View on Github