Create telecom-gateway-default-login.yaml

patch-1
Ritik Chaddha 2022-05-04 17:54:41 +05:30 committed by GitHub
parent e3bf8723e5
commit 89373ba3c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 35 additions and 0 deletions

View File

@ -0,0 +1,35 @@
id: telecom-gateway-default-password
info:
name: Telecom Gateway Default Login
author: ritikchaddha
severity: high
tags: telecom,default-login,gateway
requests:
- raw:
- |
GET /manager/index.php HTTP/1.1
Host: {{Hostname}}
- |
POST /manager/login.php HTTP/1.1
Host: {{Hostname}}
Name=admin&Pass=admin
redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
words:
- "<title>电信网关服务器管理后台</title>"
- "index-shang.php"
- "di.php"
part: body
- type: status
status:
- 200