Skip to content

Maian Cart Detection

ID: maian-cart-detect

Severity: info

Author: pdteam

Tags: tech,maian

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

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/technologies/maian-cart-detect.yaml"

View on Github