48 lines
1.1 KiB
YAML
48 lines
1.1 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
|
|
|
|
threads: 50
|
|
|
|
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: 4a0a0047304502210093851279eef13d809eea79620e07ea412b310008fc3e116fa5513809d0916a7a022044f603624dceacc23a7311f9baa035cce8bf32fa9e9c336c3a3831a1eeb408bd:922c64590222798bb761d5b6d8e72950
|