commit
ec7ef74356
|
@ -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
|
Loading…
Reference in New Issue