20 lines
337 B
YAML
20 lines
337 B
YAML
|
id: webmin-panel
|
||
|
|
||
|
info:
|
||
|
name: Webmin Admin Panel
|
||
|
author: PR3R00T
|
||
|
severity: info
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}/"
|
||
|
- "{{BaseURL}}/webmin/"
|
||
|
- "{{BaseURL}}:10000/"
|
||
|
redirects: true
|
||
|
matchers:
|
||
|
- type: word
|
||
|
words:
|
||
|
- "<title>Login to Webmin</title>"
|
||
|
part: body
|