Create freshrss-installer.yaml
parent
ae192667b0
commit
c8072760f4
|
@ -0,0 +1,32 @@
|
||||||
|
id: freshrss-installer
|
||||||
|
|
||||||
|
info:
|
||||||
|
name: FreshRSS - Installation
|
||||||
|
author: ritikchaddha
|
||||||
|
severity: high
|
||||||
|
description: |
|
||||||
|
FreshRSS Installation panel has been exposed.
|
||||||
|
metadata:
|
||||||
|
max-request: 1
|
||||||
|
verified: true
|
||||||
|
fofa-query: title="Installation · FreshRSS"
|
||||||
|
tags: freshrss,misconfig,install
|
||||||
|
|
||||||
|
http:
|
||||||
|
- method: GET
|
||||||
|
path:
|
||||||
|
- "{{BaseURL}}/i/?rid=66990a7fde984"
|
||||||
|
|
||||||
|
host-redirects: true
|
||||||
|
max-redirects: 2
|
||||||
|
|
||||||
|
matchers-condition: and
|
||||||
|
matchers:
|
||||||
|
- type: word
|
||||||
|
part: body
|
||||||
|
words:
|
||||||
|
- 'Installation · FreshRSS'
|
||||||
|
|
||||||
|
- type: status
|
||||||
|
status:
|
||||||
|
- 200
|
Loading…
Reference in New Issue