Update whatsup-gold.yaml
parent
47050f41b1
commit
c03a045722
|
@ -4,8 +4,13 @@ info:
|
|||
name: Whatsup Gold Login Panel - Detect
|
||||
author: rxerium
|
||||
severity: info
|
||||
description: An Whatsup Gold login panel was detected.
|
||||
tags: panel,whatsup-gold
|
||||
description: |
|
||||
Whatsup Gold login panel was detected.
|
||||
metadata:
|
||||
verified: true
|
||||
max-request: 2
|
||||
shodan-query: title:"WhatsUp Gold"
|
||||
tags: panel,whatsup-gold,detect
|
||||
|
||||
http:
|
||||
- method: GET
|
||||
|
@ -13,6 +18,7 @@ http:
|
|||
- '{{BaseURL}}'
|
||||
- '{{BaseURL}}/NmConsole'
|
||||
|
||||
stop-at-first-match: true
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
|
@ -22,4 +28,4 @@ http:
|
|||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
- 200
|
||||
|
|
Loading…
Reference in New Issue