Joomla
Discovery
# eg the Disallow rule for the /administrator/ folder MUST
# be changed to read
# Disallow: /joomla/administrator/Enumeration
Getting Version Number
$ curl -s http://dev.inlanefreight.local/README.txt | head -n 5$ curl -s http://dev.inlanefreight.local/administrator/manifests/files/joomla.xml | xmllint --format -Username Enumeration
Automated
Using Droopescan
$ sudo pip3 install droopescan
$ droopescan scan joomla --url http://dev.inlanefreight.local/Using Joomlascan
Exploitation
Password Bruteforce
Code Execution
Last updated