Skip to content

JoomlaScan - Joomla Security Scanner

Installation

JoomlaScan is a bit out-of-date and requires Python2.7 to run.

Requirements:

1
2
3
4
5
sudo python2.7 -m pip install urllib3

sudo python2.7 -m pip install certifi

sudo python2.7 -m pip install bs4

As I have a virtual environment for 2.7:

1
2
3
4
5
6
# As I have a virtual environment for 2.7:
pyenv activate 27

# Install joomlascan
git clone https://github.com/drego85/JoomlaScan.git
cd JoomlaScan

Basic commands

python2.7 joomlascan.py -u http://$target
Last update: 2025-02-02
Created: February 2, 2025 19:49:43