42 lines
1015 B
YAML
42 lines
1015 B
YAML
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:
|
|
verified: true
|
|
max-request: 1
|
|
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
|
|
|
|
# digest: 4a0a0047304502202a08c3fa9304cacdc32c84c55e79263202268de3fd524bd2edc44d0a687648af022100b8d1d52d3b88bcf50cd5f659d3e59024543fa9e29086e2f1383aa904b46e2d68:922c64590222798bb761d5b6d8e72950
|