fix FN matcher

patch-11
Ritik Chaddha 2024-09-05 08:44:37 +04:00 committed by GitHub
parent ab5f5b8f89
commit 8960694b99
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 4 deletions

View File

@ -1,7 +1,7 @@
id: finereport-sqli-rce
info:
name: FineReport SQLi - Remote Code Execution (RCE)
name: FineReport SQLi - Remote Code Execution
author: adeljck
severity: critical
description: |
@ -10,8 +10,8 @@ info:
- https://github.com/wy876/POC/blob/main/%E5%B8%86%E8%BD%AF%E7%B3%BB%E7%BB%9FReportServer%E5%AD%98%E5%9C%A8SQL%E6%B3%A8%E5%85%A5%E6%BC%8F%E6%B4%9E%E5%AF%BC%E8%87%B4RCE.md
metadata:
max-request: 1
fofa-query: app="帆软-FineReport"
verified: true
fofa-query: app="帆软-FineReport"
tags: finereport,rce,sqli
variables:
@ -20,7 +20,7 @@ variables:
http:
- raw:
- |
GET /webroot/decision/view/ReportServer?{{string}}=&n=${sum(1024,1)} HTTP/1.1
GET /webroot/decision/view/ReportServer?{{string}}=&n=${sum(1024,123)} HTTP/1.1
Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded
@ -29,8 +29,9 @@ http:
- type: word
part: location
words:
- 'report?{{string}}&n=1025'
- 'report?{{string}}&n=1147'
- type: status
status:
- 200
- 302