39 lines
917 B
YAML
39 lines
917 B
YAML
id: flip-cms-panel
|
|
|
|
info:
|
|
name: Flip CMS Login Panel
|
|
author: idealphase
|
|
severity: info
|
|
description: |
|
|
We are a web agency in the province of Ancona (Falconara Marittima) and we deal with the creation of websites and digital projects. In our studio we create websites , we take care of the creation of e-commerce.
|
|
reference:
|
|
- https://www.fliplab.it/
|
|
metadata:
|
|
verified: true
|
|
tags: panel,flip,cms
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
redirects: true
|
|
max-redirects: 2
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- '<title>Flip CMS</title>'
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
extractors:
|
|
- type: regex
|
|
part: body
|
|
group: 1
|
|
regex:
|
|
- '<span class="copy">Copyright © 2022 • v\.(.+) • <a href="https:\/\/www.fliplab.it" target="_blank">'
|