40 lines
884 B
YAML
40 lines
884 B
YAML
id: discuz-panel
|
|
|
|
info:
|
|
name: Discuz Panel - Detection
|
|
author: ritikchaddha
|
|
severity: info
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: title:"Discuz!"
|
|
fofa-query: title="Discuz!"
|
|
tags: panel,discuz,detect,login
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}'
|
|
|
|
host-redirects: true
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- 'discuz_uid ='
|
|
- 'discuz</a>'
|
|
- 'Powered by Discuz!'
|
|
- 'content="Discuz'
|
|
condition: or
|
|
|
|
extractors:
|
|
- type: regex
|
|
part: body
|
|
group: 1
|
|
regex:
|
|
- '<em>X([0-9.]+)<\/em><\/p>'
|
|
|
|
# digest: 4a0a00473045022100bcff81bd751709da945472bca8a9df1d788b837e2135b3a29d2920f5ce042bfd0220642a1af2f14b51f9e68a337b7f18aeaeb8937e4b0b190e224f11d779eebae311:922c64590222798bb761d5b6d8e72950
|