commit
09f89d1f96
|
@ -0,0 +1,26 @@
|
|||
id: cerebro-panel
|
||||
|
||||
info:
|
||||
name: Cerebro Panel
|
||||
author: elder tao
|
||||
severity: high
|
||||
reference: https://github.com/lmenezes/cerebro
|
||||
tags: panel,cerebro
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/login"
|
||||
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- "<title>Cerebro</title>"
|
||||
part: body
|
||||
|
||||
extractors:
|
||||
- type: regex
|
||||
part: body
|
||||
group: 1
|
||||
regex:
|
||||
- "<small>([a-z0-9.]+)</small>"
|
Loading…
Reference in New Issue