25 lines
522 B
YAML
25 lines
522 B
YAML
id: prestashop-detect
|
|
|
|
info:
|
|
name: PrestaShop Tech Detection
|
|
author: pdteam
|
|
severity: info
|
|
metadata:
|
|
shodan-query: http.component:"PrestaShop"
|
|
tags: tech,cms,prestashop
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
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 |