mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-01-31 15:53:33 +08:00
31 lines
868 B
YAML
31 lines
868 B
YAML
id: prestashop-detect
|
|
|
|
info:
|
|
name: PrestaShop Tech Detection
|
|
author: pdteam
|
|
severity: info
|
|
classification:
|
|
cpe: cpe:2.3:a:prestashop:prestashop:*:*:*:*:*:*:*:*
|
|
metadata:
|
|
max-request: 1
|
|
vendor: prestashop
|
|
product: prestashop
|
|
shodan-query: http.component:"PrestaShop"
|
|
tags: tech,cms,prestashop,discovery
|
|
|
|
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
|
|
# digest: 4a0a00473045022100a40797ce24553f9ff79e0703af0a663e70cc90cf0bf60f924271d35dde55d6610220387be16aaada4cb4158107e584491a77ff8a4c49b9b87621ecdb8cd81aef85c3:922c64590222798bb761d5b6d8e72950 |