mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-02-05 02:03:35 +08:00
23 lines
347 B
YAML
23 lines
347 B
YAML
id: pbootcms-detect
|
|
|
|
info:
|
|
name: PbootCMS Detect
|
|
author: princechaddha
|
|
severity: info
|
|
tags: tech,pbootcms
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: regex
|
|
regex:
|
|
- '<title>PbootCMS(.*)</title>'
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|