Merge pull request #7599 from projectdiscovery/untangle-admin-login

Create untangle-admin-login.yaml
patch-1
Dhiyaneshwaran 2023-07-03 10:59:45 +05:30 committed by GitHub
commit a3605a85f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 38 additions and 0 deletions

View File

@ -0,0 +1,38 @@
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.
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cwe-id: CWE-200
reference:
- https://edge.arista.com/ng-firewall/
metadata:
verified: true
shodan-query: title:"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