{"id":27372935,"url":"https://github.com/000pp/juumla","last_synced_at":"2025-04-13T10:44:38.937Z","repository":{"id":41308587,"uuid":"343569470","full_name":"000pp/juumla","owner":"000pp","description":"🦁 Identify Joomla version, scan for vulnerabilities and sensitive files","archived":false,"fork":false,"pushed_at":"2024-05-02T23:34:02.000Z","size":2353,"stargazers_count":169,"open_issues_count":2,"forks_count":26,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-13T08:03:24.894Z","etag":null,"topics":["blue-team","docker","hacktoberfest","infosec","joomla","pentest","python","red-team","scanner","tool"],"latest_commit_sha":null,"homepage":"https://www.joomla.org","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/000pp.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-03-01T22:02:24.000Z","updated_at":"2025-04-03T22:58:17.000Z","dependencies_parsed_at":"2024-05-03T00:40:42.616Z","dependency_job_id":null,"html_url":"https://github.com/000pp/juumla","commit_stats":null,"previous_names":["000pp/juumla"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/000pp%2Fjuumla","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/000pp%2Fjuumla/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/000pp%2Fjuumla/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/000pp%2Fjuumla/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/000pp","download_url":"https://codeload.github.com/000pp/juumla/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248702178,"owners_count":21148114,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["blue-team","docker","hacktoberfest","infosec","joomla","pentest","python","red-team","scanner","tool"],"created_at":"2025-04-13T10:44:38.475Z","updated_at":"2025-04-13T10:44:38.929Z","avatar_url":"https://github.com/000pp.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🦁 Juumla\n\u003cdiv align=\"center\"\u003e\n    \u003cimg src=\"https://i.imgur.com/0RvLKOP.png\" width=\"900\"\u003e\n\u003c/div\u003e\n\n\u003cbr\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/license/oppsec/juumla?color=yellow\u0026logo=github\u0026style=for-the-badge\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/issues/oppsec/juumla?color=yellow\u0026logo=github\u0026style=for-the-badge\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/stars/oppsec/juumla?color=yellow\u0026label=STARS\u0026logo=github\u0026style=for-the-badge\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/v/release/oppsec/juumla?color=yellow\u0026logo=github\u0026style=for-the-badge\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/languages/code-size/oppsec/juumla?color=yellow\u0026logo=github\u0026style=for-the-badge\"\u003e\n\u003c/p\u003e\n\n___\n\n\u003cbr\u003e\n\n\u003cp\u003e 🦁 \u003cb\u003eJuumla\u003c/b\u003e Juumla is a python tool created to identify Joomla version, scan for vulnerabilities and sensitive files. \u003c/p\u003e\n\n\u003cbr\u003e\n\n## ⚡ Installing / Getting started\n\n\u003cp\u003e A quick guide on how to install and use Juumla. \u003c/p\u003e\n\n```\n1. Clone the repository - git clone https://github.com/oppsec/juumla.git\n2. Install the libraries - pip3 install -r requirements.txt\n3. Run Juumla - python3 main.py -u https://example.com\n```\n\n\u003cbr\u003e\n\n### 🐳 Docker\nIf you want to run Juumla in a Docker container, follow these commands:\n\n```\n1. Clone the repository - git clone https://github.com/oppsec/juumla.git\n2. Build the image - sudo docker build -t juumla:latest .\n3. Run container - sudo docker run juumla:latest\n```\n\nIf you want to create an Joomla environment in a Docker container, follow these commands:\n```\n1. Clone the repository - git clone https://github.com/oppsec/juumla.git (or download the docker-compose.yml file)\n2. Install docker-compose (e.g: sudo apt install docker-compose)\n3. sudo docker-compose up\n4. Access http://localhost:8080/\n\nThe default root password is: example\nThe default database name is: joomladb\nThe default DBMS is: MySQL 5.6\n```\n\n\u003cbr\u003e\u003cbr\u003e\n\n### ⚙️ Pre-requisites\n- [Python 3](https://www.python.org/downloads/) installed on your machine.\n- Install the libraries with `pip3 install -r requirements.txt`\n\n\u003cbr\u003e\u003cbr\u003e\n\n### ✨ Features\n- Fast scan\n- Low RAM and CPU usage\n- Detect Joomla version\n- Find config and backup files\n- Scan for vulnerabilities based on the Joomla version\n- Open-Source\n\n\u003cbr\u003e\u003cbr\u003e\n\n### 📚 To-Do\n- [ ] Update vulnerabilities database\n- [x] Improve Joomla detection methods\n- [x] Improve code optimization\n\n\u003cbr\u003e\u003cbr\u003e\n\n### 🔨 Contributing\n\nA quick guide on how to contribute to the project.\n\n```\n1. Create a fork from Juumla repository\n2. Download the project with git clone https://github.com/your/juumla.git\n3. Make your changes\n4. Commit and makes a git push\n5. Open a pull request\n```\n\n\u003cbr\u003e\u003cbr\u003e\n\n### ⚠️ Warning\n- The developer is not responsible for any malicious use of this tool.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F000pp%2Fjuumla","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F000pp%2Fjuumla","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F000pp%2Fjuumla/lists"}