parent
e47986c0ab
commit
23606d2e31
|
@ -0,0 +1,38 @@
|
|||
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">'
|
Loading…
Reference in New Issue