Joomla
Discovery
# Check robots.txt for Joomla paths
curl http://TARGET/robots.txt
# Version in XML
curl -s http://TARGET/administrator/manifests/files/joomla.xml | grep version
# README file
curl -s http://TARGET/README.txt | head
# Login page
/administrator/Enumeration Tools
JoomScan
# Install
apt install joomscan
# Basic scan
joomscan -u http://TARGET
# Enumerate components
joomscan -u http://TARGET -ecdroopescan
CVE-2023-23752 - Information Disclosure (Unauthenticated)
Manual Exploitation
Automated Exploit
Template Editor RCE (Authenticated)
Webshell Plugin Upload (Authenticated)
Setup
Upload
Execute Commands
CVE-2019-10945 (Directory Traversal)
Exploit
Config File
Important Paths
Path
Description
Default Credentials
Last updated