37 lines
761 B
YAML
37 lines
761 B
YAML
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/
|
|
metadata:
|
|
verified: true
|
|
max-request: 2
|
|
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
|