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