juumla v0.1.4 releases: scan for Joomla vulnerabilities

juumla

Juumla is a python tool created to identify the Joomla version, scan for vulnerabilities and search for config or backup files.

✨ Features

  • Fast scan
  • Low RAM and CPU usage
  • Detect Joomla version
  • Find config and backup files
  • Scan for vulnerabilities based on the Joomla version
  • Open-Source

Changelog v0.1.4

  • Improved the code
  • Removed useless checks
  • Changed Juumla banner
  • Changed status messages

Install

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

Docker

If you want to run Juumla in a Docker container, follow these commands:

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

Copyright (c) 2021 oppsec

Source: https://github.com/oppsec/