
🦁 Proyecto Python para identificar y escanear vulnerabilidades relacionadas con el proyecto Joomla CMS. Escanea configuraciones incorrectas comunes y vulnerabilidades públicas.
🦁 Juumla Juumla es una herramienta de Python creada para identificar la versión de Joomla, escanear vulnerabilidades y archivos sensibles.
Una guía rápida sobre cómo instalar y usar 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
Si deseas ejecutar Juumla en un contenedor Docker, sigue estos comandos:
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
Si deseas crear un entorno Joomla en un contenedor Docker, sigue estos comandos:
1. Clone the repository - git clone https://github.com/oppsec/juumla.git (or download the docker-compose.yml file)
2. Install docker-compose (e.g: sudo apt install docker-compose)
3. sudo docker-compose up
4. Access http://localhost:8080/
The default root password is: example
The default database name is: joomladb
The default DBMS is: MySQL 5.6
pip3 install -r requirements.txtUna guía rápida sobre cómo contribuir al proyecto.
1. Create a fork from Juumla repository
2. Download the project with git clone https://github.com/your/juumla.git
3. Make your changes
4. Commit and makes a git push
5. Open a pull request