29 lines
738 B
YAML
29 lines
738 B
YAML
id: prestashop-detect
|
|
|
|
info:
|
|
name: PrestaShop Tech Detection
|
|
author: pdteam
|
|
severity: info
|
|
metadata:
|
|
max-request: 1
|
|
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
|
|
|
|
# digest: 4a0a00473045022100aa670ea1eb9e839c6b4137d2b9c18582caf4785c1330d4cd45ea719821a3cb2d0220048dc0c167ede9836ccc1f5825e83f7316c440865ab72b6abbe86d5ba8e5189c:922c64590222798bb761d5b6d8e72950
|