Untangle Administrator Login Panel - Detect
ID: untangle-admin-login
Severity: info
Author: irshad ahamed
Tags: panel,untangle,admin,login
Description
Section titled “Description”Untangle Administrator is a centralized web-based management console that allows administrators to efficiently configure, monitor, and control various network security and filtering features provided by the Untangle NG Firewall, ensuring robust network protection and policy enforcement.
YAML Source
Section titled “YAML Source”id: untangle-admin-login
info: name: Untangle Administrator Login Panel - Detect author: irshad ahamed severity: info description: | Untangle Administrator is a centralized web-based management console that allows administrators to efficiently configure, monitor, and control various network security and filtering features provided by the Untangle NG Firewall, ensuring robust network protection and policy enforcement. reference: - https://edge.arista.com/ng-firewall/ classification: cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N cwe-id: CWE-200 cpe: cpe:2.3:a:untangle:ng_firewall:*:*:*:*:*:*:*:* metadata: verified: true max-request: 2 vendor: untangle product: ng_firewall shodan-query: - title:"Untangle Administrator Login" - http.title:"untangle administrator login" fofa-query: title="untangle administrator login" google-query: intitle:"untangle administrator login" tags: panel,untangle,admin,login
http: - method: GET path: - '{{BaseURL}}' - '{{BaseURL}}/auth/login'
stop-at-first-match: true host-redirects: true max-redirects: 2
matchers-condition: and matchers: - type: word part: body words: - "Untangle Administrator Login"
- type: status status: - 200# digest: 4b0a00483046022100ffca6eae3e1658bf1c30426e16d37eb8b1cc178a6bf8c95c119e8d27a28d6a9c0221008ed0cc68396dfd35f725a6d7c7b78ad6aae156cedd13fab1f581a2c17ad67480: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/exposed-panels/untangle-admin-login.yaml"