Skip to content

PbootCMS Detect

ID: pbootcms-detect

Severity: info

Author: princechaddha,daffainfo

Tags: tech,pbootcms

id: pbootcms-detect
info:
name: PbootCMS Detect
author: princechaddha,daffainfo
severity: info
reference:
- https://www.pbootcms.com/
classification:
cpe: cpe:2.3:a:pbootcms:pbootcms:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: pbootcms
product: pbootcms
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: 4a0a004730450220480b01e051ce433ff8210ce5da31ca6fad378dd4c125fdf3f40560d68488bb4f022100b77dcccbb98808e2e347540e71d4afa50a0cea3e544e8adac99a9b60021632df:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/technologies/pbootcms-detect.yaml"

View on Github