misc
Last updated
Last updated
Login bypass in .php page
Some time in login.php , password can be bypass
intercept the request in burp
suppose post rqst parameter is
username=admin&password=admin
change to username=admin&password[]=
auth bypass successful
this happen if , developer code like this
if(strcmp($_REQUEST['password'], $password) == 0)
Cred in config-db.php if phpmyadmin is there
find phpmyadmin dir after shell. in there look for config-db.php file which credential that can be used with other user