Joomla Attacks
curl -s https://developer.joomla.org/stats/cms_version | python3 -m json.toolDiscovery/Footprinting
curl -s http://dev.inlanefreight.local/ | grep Joomlacurl -s http://dev.inlanefreight.local/README.txt | head -n 5curl -s http://dev.inlanefreight.local/administrator/manifests/files/joomla.xml | xmllint --format -curl -s http://app.inlanefreight.local/plugins/system/cache/cache.xml | xmllint --format -Enumeration
droopescan
sudo pip3 install droopescandroopescan -hdroopescan scan joomla --url http://dev.inlanefreight.local/JoomlaScan
sudo python2.7 -m pip install urllib3
sudo python2.7 -m pip install certifi
sudo python2.7 -m pip install bs4brute-forcing
Attacking Joomla
Last updated