39 lines
843 B
YAML
39 lines
843 B
YAML
id: pbootcms-detect
|
|
|
|
info:
|
|
name: PbootCMS Detect
|
|
author: princechaddha,daffainfo
|
|
severity: info
|
|
reference:
|
|
- https://www.pbootcms.com/
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: http.html:"PbootCMS"
|
|
tags: tech,pbootcms
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
matchers-condition: or
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- 'content="PbootCMS'
|
|
|
|
- type: regex
|
|
regex:
|
|
- '<title>PbootCMS(.*)</title>'
|
|
|
|
extractors:
|
|
- type: regex
|
|
part: body
|
|
group: 1
|
|
regex:
|
|
- 'title="(.*)正式发布">'
|
|
|
|
# digest: 4b0a00483046022100edfa90d95a16e5ad6dbbc7aa6599860dffea77af40508e1438c3f1fce891fc44022100d44e634080a7f3d35f606f9f8adf3e28e9ba8a1344ccd2e83e3dba541691b09a:922c64590222798bb761d5b6d8e72950
|