Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oppsec/juumla
🦁 Juumla is a python tool created to identify Joomla version, scan for vulnerabilities and sensitive files
https://github.com/oppsec/juumla
blue-team docker hacktoberfest infosec joomla pentest python red-team scanner tool
Last synced: 3 months ago
JSON representation
🦁 Juumla is a python tool created to identify Joomla version, scan for vulnerabilities and sensitive files
- Host: GitHub
- URL: https://github.com/oppsec/juumla
- Owner: oppsec
- License: mit
- Created: 2021-03-01T22:02:24.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-02T23:34:02.000Z (6 months ago)
- Last Synced: 2024-06-06T23:39:10.141Z (5 months ago)
- Topics: blue-team, docker, hacktoberfest, infosec, joomla, pentest, python, red-team, scanner, tool
- Language: Python
- Homepage: https://www.joomla.org
- Size: 2.24 MB
- Stars: 160
- Watchers: 1
- Forks: 27
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - oppsec/juumla - 🦁 Juumla is a python tool created to identify Joomla version, scan for vulnerabilities and sensitive files (Python)
README
# 🦁 Juumla
___
🦁 Juumla Juumla is a python tool created to identify Joomla version, scan for vulnerabilities and sensitive files.
## ⚡ Installing / Getting started
A quick guide on 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
```
### 🐳 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
```If you want to create an Joomla environment in a Docker container, follow these commands:
```
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
```
### ⚙️ Pre-requisites
- [Python 3](https://www.python.org/downloads/) installed on your machine.
- Install the libraries with `pip3 install -r requirements.txt`
### ✨ 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
### 📚 To-Do
- [ ] Update vulnerabilities database
- [x] Improve Joomla detection methods
- [x] Improve code optimization
### 🔨 Contributing
A quick guide on how to contribute to the project.
```
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
```
### ⚠️ Warning
- The developer is not responsible for any malicious use of this tool.