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

29 lines
607 B
YAML
Raw Normal View History

2022-11-14 19:29:05 +00:00
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:
max-request: 2
2022-11-14 19:29:05 +00:00
verified: true
shodan-query: port:23 telnet
2023-07-24 18:27:05 +00:00
tags: network,telnet,detect
2022-11-14 19:29:05 +00:00
tcp:
2022-11-14 19:29:05 +00:00
- inputs:
- data: "\n"
2022-11-15 06:08:59 +00:00
2022-11-14 19:29:05 +00:00
host:
- "{{Hostname}}"
- "{{Host}}:23"
2022-11-15 06:08:59 +00:00
2022-11-14 19:29:05 +00:00
matchers:
- type: word
words:
- "Telnet"
- "Login authentication"
2022-11-21 06:01:32 +00:00
condition: and