Merge pull request #7862 from projectdiscovery/discuz-path-disclosure

Create  discuz-path-disclosure.yaml
patch-1
Dhiyaneshwaran 2023-08-07 19:10:37 +05:30 committed by GitHub
commit 7b07a767c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 39 additions and 0 deletions

View File

@ -0,0 +1,39 @@
id: discuz-api-pathinfo
info:
name: Discuz! X2.5 - Path Disclosure
author: ritikchaddha
severity: low
description: Discuz! X2.5 api.php path disclosure vulnerability
reference:
- https://crx.xmspace.net/discuz_x25_api_php.html
- http://www.1314study.com/t/87417.html
metadata:
max-request: 1
verified: true
shodan-query: title:"Discuz!"
fofa-query: title="Discuz!"
tags: discuz,info,disclosure
http:
- method: GET
path:
- '{{BaseURL}}/api.php?mod[]=auto'
matchers-condition: and
matchers:
- type: word
part: body
words:
- '.php</b> on line'
- 'function.array'
condition: and
- type: word
part: header
words:
- 'text/html'
- type: status
status:
- 200