A python script to automate guessing default credentials (guest:guest) for rabbitmq login dashboard.
python3 ./rabbitmq-whoami.py file
- In file, urls should be in below format
- Current URL format: https://example.com
Install Python from Python website
pip install requests
sudo apt-get install python3 pip
sudo pip install requests
Author: @encodedguy