Create reportic-admin-page.yaml
parent
b2a79787b3
commit
40d7093f23
|
@ -0,0 +1,24 @@
|
|||
id: reportico-admin-page
|
||||
|
||||
info:
|
||||
name: Reportico Administration Page
|
||||
author: geeknik
|
||||
description: Create a simple report using the designer front end in seconds from a single SQL statement. Add expressions, user criteria, charts, groups, aggregations, page headers, page footers, hyperlinks and even custom plugin code.
|
||||
reference: |
|
||||
- https://www.reportico.org/site2/index.php
|
||||
- https://github.com/reportico-web/reportico
|
||||
severity: info
|
||||
|
||||
http:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/reportico/run.php?project=admin&execute_mode=ADMIN&clear_session=1"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
- type: word
|
||||
words:
|
||||
- "Reportico Administration Page"
|
Loading…
Reference in New Issue