Create discuz-path-disclosure.yaml

patch-1
Ritik Chaddha 2023-08-07 18:24:55 +05:30 committed by GitHub
parent c50ad342f9
commit 06da76fee9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 35 additions and 0 deletions

View File

@ -0,0 +1,35 @@
id: discuz-path-disclosure
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'
- 'Access Denied'
- 'function.array'
condition: and
- type: status
status:
- 200