nuclei-templates/exposures/logs/ffserver-status.yaml

30 lines
533 B
YAML
Raw Normal View History

2022-11-25 00:17:51 +00:00
id: ffserver-status
info:
2022-11-25 06:04:01 +00:00
name: FFserver Status Detect
2022-11-25 00:17:51 +00:00
author: notnotnotveg,tess
severity: low
metadata:
verified: true
shodan-query: title:"ffserver Status"
2022-11-25 06:04:01 +00:00
tags: exposures,logs,ffserver
2022-11-25 00:17:51 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}"
2022-11-25 06:04:01 +00:00
matchers-condition: and
2022-11-25 00:17:51 +00:00
matchers:
- type: word
part: body
words:
- "ffserver Status"
- "Available Streams"
- "Connection Status"
condition: and
2022-11-25 06:04:01 +00:00
- type: status
status:
- 200