33 lines
743 B
YAML
33 lines
743 B
YAML
id: ffserver-status
|
|
|
|
info:
|
|
name: FFserver Status Detect
|
|
author: notnotnotveg,tess
|
|
severity: low
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: title:"ffserver Status"
|
|
tags: 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: 4a0a0047304502210094b54711f14d036d3388b648950f1012c8f64200190d38ee556883428b28dca6022003f475e215e2ec1446d307a549e324fdf1967d76faa956679be780b0926f90c7:922c64590222798bb761d5b6d8e72950
|