Merge pull request #10322 from projectdiscovery/freshrss-panel

Create freshrss-panel.yaml
main
Dhiyaneshwaran 2024-07-18 11:22:04 +05:30 committed by GitHub
commit f2095c377d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 36 additions and 0 deletions

View File

@ -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</title>'
condition: or
- type: status
status:
- 200