Merge pull request #6227 from projectdiscovery/finger-detect

Create finger-detect.yaml
patch-1
Ritik Chaddha 2022-12-09 01:15:52 +05:30 committed by GitHub
commit 78fd4687c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 29 additions and 0 deletions

View File

@ -0,0 +1,29 @@
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
shodan-query: port:"79" action
tags: network,finger
network:
- inputs:
- data: "\n"
host:
- "{{Hostname}}"
- "{{Host}}:79"
matchers:
- type: word
part: body
words:
- "User"
- "Action"
- "Node"
condition: and