nuclei-templates/http/technologies/maian-cart-detect.yaml

19 lines
330 B
YAML

id: maian-cart-detect
info:
name: Maian Cart Detection
author: pdteam
severity: info
tags: tech,maian
metadata:
max-request: 1
http:
- method: GET
path:
- "{{BaseURL}}/favicon.ico"
matchers:
- type: dsl
dsl:
- "status_code==200 && (\"-498581627\" == mmh3(base64_py(body)))"