Merge pull request #2257 from siitao/master

add new template
patch-1
Prince Chaddha 2021-07-29 18:20:44 +05:30 committed by GitHub
commit 09f89d1f96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 26 additions and 0 deletions

View File

@ -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>"