Merge pull request #6056 from projectdiscovery/Telnet-Detection

Telnet Detection
patch-1
Dhiyaneshwaran 2022-11-15 11:45:12 +05:30 committed by GitHub
commit ce1a0e69b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 27 additions and 0 deletions

View File

@ -0,0 +1,27 @@
id: telnet-detect
info:
name: Telnet Detection
author: pussycat0x
severity: info
description: |
Telnet is a network protocol used to virtually access a computer and to provide a two-way, collaborative and text-based communication channel between two machines.
metadata:
verified: true
shodan-query: port:23 telnet
tags: network,detect,telnet
network:
- inputs:
- data: "\n"
host:
- "{{Hostname}}"
- "{{Host}}:23"
matchers-condition: and
matchers:
- type: word
words:
- "Telnet"
- "Login authentication"