Juumla is a python tool developed to identify the current Joomla version and scan for readable Joomla config files.
Installing / Getting started
A quick guide of how to install and use Juumla.
1. Clone the repository - git clone https://github.com/oppsec/juumla.git
2. Install the libraries - pip3 install -r requirements.txt
3. Run Juumla - python3 main.py -u https://example.com
If you want to run Juumla in a Docker container, follow this commands:
<div class="snippet-clipboard-content position-relative" container data-snippet-clipboard-copy-content="1. Clone the repository – git clone https://github.com/oppsec/juumla.git 2. Build the image – sudo docker build -t juumla:latest . 3. Run container – sudo docker run juumla:latest “>
1. Clone the repository - git clone https://github.com/oppsec/juumla.git
2. Build the image - sudo docker build -t juumla:latest .
3. Run container - sudo docker run juumla:latest