25 lines
523 B
YAML
25 lines
523 B
YAML
|
id: prestashop-detect
|
||
|
|
||
|
info:
|
||
|
name: PrestaShop Tech Detection
|
||
|
author: pdteam
|
||
|
severity: info
|
||
|
metadata:
|
||
|
shodan-query: http.component:"PrestaShop"
|
||
|
tags: tech,cms,prestashop
|
||
|
|
||
|
http:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}"
|
||
|
|
||
|
host-redirects: true
|
||
|
max-redirects: 2
|
||
|
matchers:
|
||
|
- type: regex
|
||
|
part: body
|
||
|
regex:
|
||
|
- Powered by <a\s+[^>]+>PrestaShop
|
||
|
- <!-- /Block [a-z ]+ module (?:HEADER|TOP)?\s?-->
|
||
|
- <!-- /Module Block [a-z ]+ -->
|
||
|
condition: or
|