Cisco Finger Daemon Detection
ID: cisco-finger-detect
Severity: low
Author: pussycat0x
Tags: network,finger,detect,cisco,detection,tcp
Description
Section titled “Description”The finger daemon runs on TCP port 79. The client will (in the case of remote hosts) open a connection to port 79.
YAML Source
Section titled “YAML Source”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: verified: true max-request: 1 shodan-query: product:"Cisco fingerd" tags: network,finger,detect,cisco,detection,tcptcp: - inputs: - data: "\n"
host: - "{{Hostname}}" port: 79
matchers: - type: word part: body words: - "Interface" - "Mode" - "User" condition: and# digest: 490a0046304402206815f355d523eb8f8feb1c45feda5da8c7a6ea61696369832d8aefb97ded66ba02201e9707c89f32d15ea3cf4c9df6da324abefaa6c7b45106fc77a08185a4c5bc11:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”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.
$ nuclei -u "URL" -t "network/detection/cisco-finger-detect.yaml"