44 lines
1.0 KiB
YAML
44 lines
1.0 KiB
YAML
id: prestashop-module-fuzz
|
|
|
|
info:
|
|
name: Prestashop Modules Enumeration
|
|
author: meme-lord
|
|
severity: info
|
|
metadata:
|
|
max-request: 639
|
|
tags: fuzz,prestashop
|
|
|
|
http:
|
|
- raw:
|
|
- |
|
|
GET /modules/{{path}}/config.xml HTTP/1.1
|
|
Host: {{Hostname}}
|
|
Accept: application/json, text/plain, */*
|
|
Accept-Language: en-US,en;q=0.5
|
|
Referer: {{BaseURL}}
|
|
|
|
payloads:
|
|
path: helpers/wordlists/prestashop-modules.txt
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
condition: and
|
|
words:
|
|
- "<module>"
|
|
- "<name>"
|
|
- "<displayName>"
|
|
- "<is_configurable>"
|
|
- "</module>"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
extractors:
|
|
- type: regex
|
|
part: body
|
|
group: 2
|
|
regex:
|
|
- '<version>(<!\[CDATA\[)?([0-9.]+)'
|
|
# digest: 4b0a00483046022100f6714070bb2a7b4f487c568b3fdab82f6fde3b4c6dd4e5c7dd61da5f862e181a022100f3aaace4034e8159888d6fa7cbbc1d6c3c7559aba331e9c1a9273a7add1f97c7:922c64590222798bb761d5b6d8e72950 |