Telecom Gateway - Default Admin Login
ID: telecom-gateway-default-login
Severity: high
Author: ritikchaddha
Tags: default-login,telecom,gateway
Description
Section titled “Description”Telecom Gateway default admin login credentials were successful.
YAML Source
Section titled “YAML Source”id: telecom-gateway-default-login
info: name: Telecom Gateway - Default Admin Login author: ritikchaddha severity: high description: Telecom Gateway default admin login credentials were successful. metadata: max-request: 1 tags: default-login,telecom,gateway
http: - raw: - | POST /manager/login.php HTTP/1.1 Host: {{Hostname}}
Name={{username}}&Pass={{password}}
attack: pitchfork payloads: username: - admin password: - admin host-redirects: true max-redirects: 2
matchers-condition: and matchers: - type: word part: body words: - "<title>电信网关服务器管理后台</title>" - "index-shang.php" - "di.php" condition: and
- type: status status: - 200# digest: 4a0a0047304502203f809ffc26adfceb6eeba424cb6548190717aab4223f41e95056f7ef46afde04022100d8fe5ae42877369e3b806e1358f22efc5d05d4f61f34965403f2d511f8dce4e8:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/default-logins/others/telecom-gateway-default-login.yaml"