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
2. Install the libraries - pip3 install -r requirements.txt
3. Run Juumla - python3 main.py -u https://example.com
Docker
If you want to run Juumla in a Docker container, follow this commands:
container - sudo docker run juumla:latest ">
1. Clone the repository - git clone https://github.com/oppsec/juumla.git2. Build the image - sudo docker build -t juumla:latest .
3. Run container - sudo docker run juumla:latest
Pre-requisites
Features
To-Do
Contributing
A quick guide of how to contribute with the project.
1. Create a fork from Juumla repository
2. Download the project with git clone https://github.com/your/juumla.git
3. Type cd juumla/
4. Make your changes
5. Commit and make a git push
6. Open a pull request
2. Download the project with git clone https://github.com/your/juumla.git
3. Type cd juumla/
4. Make your changes
5. Commit and make a git push
6. Open a pull request
Resources
https://skynettools.com/juumla-python-cli-tool-for-joomla-information-hathering/
Warning