Update and rename http/exposed-panels/reportico/reportico-admin-page.yaml to http/exposed-panels/reportico-admin-panel.yaml
parent
a7a7736911
commit
aa64ea7825
|
@ -0,0 +1,35 @@
|
|||
id: reportico-admin-panel
|
||||
|
||||
info:
|
||||
name: Reportico Administration Page - Detect
|
||||
author: geeknik
|
||||
severity: info
|
||||
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
|
||||
metadata:
|
||||
max-request: 2
|
||||
verified: true
|
||||
shodan-query: title:"Reportico Administration Page"
|
||||
tags: panel,reportico,login,detect
|
||||
|
||||
http:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/run.php?project=admin&execute_mode=ADMIN&clear_session=1"
|
||||
- "{{BaseURL}}/reportico/run.php?project=admin&execute_mode=ADMIN&clear_session=1"
|
||||
|
||||
stop-at-first-match: true
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- "Reportico Administration"
|
||||
- "reportico_"
|
||||
condition: and
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
|
@ -1,24 +0,0 @@
|
|||
id: reportico-admin-page
|
||||
|
||||
info:
|
||||
name: Reportico Administration Page
|
||||
author: geeknik
|
||||
severity: info
|
||||
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
|
||||
|
||||
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