diff --git a/http/exposed-panels/freshrss-panel.yaml b/http/exposed-panels/freshrss-panel.yaml new file mode 100644 index 0000000000..b9cebb4ebd --- /dev/null +++ b/http/exposed-panels/freshrss-panel.yaml @@ -0,0 +1,36 @@ +id: freshrss-panel + +info: + name: Freshrss Panel - Detect + author: ritikchaddha + severity: info + description: | + Freshrss panel has been detected. + metadata: + max-request: 1 + verified: true + 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' + condition: or + + - type: status + status: + - 200