Skip to content

FFserver Status Detect

ID: ffserver-status

Severity: low

Author: notnotnotveg,tess

Tags: exposure,exposures,logs,ffserver

FFserver status panel exposed.

id: ffserver-status
info:
name: FFserver Status Detect
author: notnotnotveg,tess
severity: low
description: FFserver status panel exposed.
metadata:
verified: true
max-request: 1
shodan-query: title:"ffserver Status"
tags: exposure,exposures,logs,ffserver
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "ffserver Status"
- "Available Streams"
- "Connection Status"
condition: and
- type: status
status:
- 200
# digest: 4b0a00483046022100edee5c8f351250dc2be9040df2b6335d436d655ce615720a876ca5aac933a0c7022100cc461d397bd09b1b85a9273ce8f00b95175cae6694c6eb9b923bdfa65558ceea: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/exposures/logs/ffserver-status.yaml"

View on Github