Skip to content

FanRuanOA-detect

ID: fanruanoa-detect

Severity: info

Author: YanYun

Tags: oa,tech,dotnet,fanruan

id: fanruanoa-detect
info:
name: FanRuanOA-detect
author: YanYun
severity: info
metadata:
max-request: 2
tags: oa,tech,dotnet,fanruan
http:
- method: GET
path:
- "{{BaseURL}}/WebReport/ReportServer"
- "{{BaseURL}}/ReportServer"
stop-at-first-match: true
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
- 'DeploySuccess._init'
# digest: 4a0a00473045022072b754e9710ce9c087e3f0324fa0a130488eb24d4a37ef69bf183b793181d90e022100e114401cedde3c58c5e2d4491a13b98ddf56f9c01dbc22b8bd1456d08ded86bb:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/technologies/fanruanoa-detect.yaml"

View on Github