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

31 lines
590 B
YAML
Raw Normal View History

2022-12-05 06:29:42 +00:00
id: finger-detect
info:
name: Finger Daemon Detection
author: DhiyaneshDK
severity: info
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: 2
2022-12-05 06:29:42 +00:00
verified: true
shodan-query: port:"79" action
2023-07-24 18:27:05 +00:00
tags: network,finger,detect
2022-12-05 06:29:42 +00:00
tcp:
2022-12-05 06:29:42 +00:00
- inputs:
- data: "\n"
host:
- "{{Hostname}}"
- "{{Host}}:79"
matchers:
- type: word
part: body
words:
- "User"
- "Action"
- "Node"
condition: and