Merge pull request #10505 from rxerium/whatsup-gold

Whatsup Gold Detection
main
Dhiyaneshwaran 2024-08-13 16:00:16 -07:00 committed by GitHub
commit ec7ef74356
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 36 additions and 0 deletions

View File

@ -0,0 +1,36 @@
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