Merge pull request #8785 from geeknik/patch-3

Create reportico-admin-page.yaml
patch-1
Dhiyaneshwaran 2023-12-09 14:59:09 +05:30 committed by GitHub
commit b9e7a2eb42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 35 additions and 0 deletions

View File

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