mirror of
https://github.com/DeNNiiInc/UltyScan.git
synced 2026-04-17 18:26:00 +00:00
9 lines
308 B
Bash
9 lines
308 B
Bash
AUTHOR='@xer0dayz'
|
|
VULN_NAME='RabbitMQ Management Default Credentials'
|
|
URI="/api/whoami"
|
|
METHOD='GET'
|
|
MATCH="{\"name\":\"guest\""
|
|
SEVERITY='P2 - HIGH'
|
|
CURL_OPTS='-H "Content-Type: application/json" -H "Authorization: Z3Vlc3Q6Z3Vlc3Q=" --user-agent '' -s -L --insecure'
|
|
SECONDARY_COMMANDS=''
|
|
GREP_OPTIONS='-i' |