nuclei-templates/network/detection/cisco-finger-detect.yaml

30 lines
600 B
YAML
Raw Normal View History

2022-12-07 13:14:26 +00:00
id: cisco-finger-detect
info:
name: Cisco Finger Daemon Detection
author: pussycat0x
severity: low
description: |
The finger daemon runs on TCP port 79. The client will (in the case of remote hosts) open a connection to port 79.
metadata:
max-request: 1
2022-12-07 13:14:26 +00:00
shodan-query: product:"Cisco fingerd"
verified: true
2023-07-24 18:27:05 +00:00
tags: network,finger,detect
2022-12-07 13:14:26 +00:00
tcp:
2022-12-07 13:14:26 +00:00
- inputs:
- data: "\n"
host:
- "{{Hostname}}"
2023-09-16 19:35:21 +00:00
port: 79
2022-12-07 13:14:26 +00:00
matchers:
- type: word
part: body
words:
- "Interface"
- "Mode"
- "User"
condition: and