Skip to content

Whatsup Gold Login Panel - Detect

ID: whatsup-gold-panel

Severity: info

Author: rxerium

Tags: panel,whatsup-gold,detect

Whatsup Gold login panel was detected.

id: whatsup-gold-panel
info:
name: Whatsup Gold Login Panel - Detect
author: rxerium
severity: info
description: |
Whatsup Gold login panel was detected.
reference:
- https://www.whatsupgold.com/
classification:
cpe: cpe:2.3:a:progress:whatsup_gold:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 2
vendor: progress
product: whatsup_gold
shodan-query: title:"WhatsUp Gold" http.favicon.hash:-2107233094
tags: panel,whatsup-gold,detect
http:
- method: GET
path:
- '{{BaseURL}}/NmConsole'
- '{{BaseURL}}'
host-redirects: true
max-redirects: 2
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>WhatsUp Gold</title>"
- type: status
status:
- 200
# digest: 4b0a004830460221008a9adb3572005a1f084d99562c739c47db4b3f7ee012cf568318caa58da4a804022100861b796f8f7a18e0ac6455f5778b67e1950d71e8cd257764ac708bee30eff5d7:922c64590222798bb761d5b6d8e72950

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.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/whatsup-gold-panel.yaml"

View on Github