
🦁 Python-Projekt zur Identifizierung und Überprüfung von Schwachstellen im Zusammenhang mit dem Joomla-CMS-Projekt. Es scannt nach häufigen Fehlkonfigurationen und öffentlichen Schwachstellen.
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
Wenn Sie Juumla in einem Docker-Container ausführen möchten, befolgen Sie diese Befehle:
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
Wenn Sie eine Joomla-Umgebung in einem Docker-Container erstellen möchten, befolgen Sie diese Befehle:
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.txtEine kurze Anleitung, wie Sie zum Projekt beitragen können.
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