17 lines
285 B
YAML
17 lines
285 B
YAML
|
id: supervpn-detect
|
||
|
|
||
|
info:
|
||
|
name: SuperVPN panel detect
|
||
|
author: organiccrap
|
||
|
severity: info
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}/admin/login.html"
|
||
|
matchers:
|
||
|
- type: word
|
||
|
words:
|
||
|
- "<title>Sign In-SuperVPN</title>"
|
||
|
part: body
|