Skip to content

Finger Daemon Detection

ID: finger-detect

Severity: info

Author: DhiyaneshDK

Tags: network,finger,detect,detection,tcp

The finger daemon runs on TCP port 79. The client will (in the case of remote hosts) open a connection to port 79.

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:
verified: true
max-request: 1
shodan-query: port:"79" action
tags: network,finger,detect,detection,tcp
tcp:
- inputs:
- data: "\n"
host:
- "{{Hostname}}"
port: 79
matchers:
- type: word
part: body
words:
- "User"
- "Action"
- "Node"
condition: and
# digest: 4a0a00473045022100c86e31ce78d4eed2cb26ad86d49a08753897b948c88d2b4fe35f003e44f63a6602206763371ceb79574188c481710a7d63e4199e9f080a1df5c86a377707638d823f: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 "network/detection/finger-detect.yaml"

View on Github