fix: false negative pbootcms-detect template
parent
a1fd989b5b
commit
a77c87ac1a
|
@ -2,8 +2,12 @@ id: pbootcms-detect
|
||||||
|
|
||||||
info:
|
info:
|
||||||
name: PbootCMS Detect
|
name: PbootCMS Detect
|
||||||
author: princechaddha
|
author: princechaddha,daffainfo
|
||||||
severity: info
|
severity: info
|
||||||
|
reference: https://www.pbootcms.com/
|
||||||
|
metadata:
|
||||||
|
verified: true
|
||||||
|
shodan-dork: http.html:"PbootCMS"
|
||||||
tags: tech,pbootcms
|
tags: tech,pbootcms
|
||||||
|
|
||||||
requests:
|
requests:
|
||||||
|
@ -13,9 +17,10 @@ requests:
|
||||||
|
|
||||||
matchers-condition: and
|
matchers-condition: and
|
||||||
matchers:
|
matchers:
|
||||||
- type: regex
|
- type: words
|
||||||
regex:
|
part: body
|
||||||
- '<title>PbootCMS(.*)</title>'
|
word:
|
||||||
|
- '<meta name="description" content="PbootCMS'
|
||||||
|
|
||||||
- type: status
|
- type: status
|
||||||
status:
|
status:
|
||||||
|
|
Loading…
Reference in New Issue