nuclei-templates/technologies/prestashop-detect.yaml

25 lines
522 B
YAML

id: prestashop-detect
info:
name: PrestaShop Tech Detection
author: pdteam
severity: info
tags: tech,cms,prestashop
metadata:
shodan-query: http.component:"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