Skip to content

Alibaba Mongoshake Unauth

ID: alibaba-mongoshake-unauth

Severity: info

Author: pikpikcu

Tags: mongoshake,unauth,alibaba,misconfig

id: alibaba-mongoshake-unauth
info:
name: Alibaba Mongoshake Unauth
author: pikpikcu
severity: info
metadata:
max-request: 1
tags: mongoshake,unauth,alibaba,misconfig
http:
- method: GET
path:
- '{{BaseURL}}/'
matchers-condition: and
matchers:
- type: word
words:
- '{"Uri":"/worker","Method":"GET"}'
- type: word
words:
- 'text/plain'
part: header
- type: status
status:
- 200
# digest: 4a0a00473045022043a5f981ec51ccd20165b770fc6d7e5b2a0d95eb8bec4b4b92fdb18dfffdf0c2022100e52cbea3dee4cd5db36605e3e4b3f08c8ba637ce60829e27f27ddc091bbfafe0: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/misconfiguration/alibaba-mongoshake-unauth.yaml"

View on Github