2 matches found
Killmonster 2.1 SQL Injection
Killmonster + Download : http://scripts.ringsworld.com/games-and-entertainment/km2/ + Vuln Code : login.php Type Username Here: Type Password Here: authenticate.php $isadmin=$POST'isadmin'; $password=$POST'password'; $password=md5$password; $query = "select from kmadmins where username='$isadmin'...
Killmonster 2.1 - Authentication Bypass
Killmonster + Download : http://scripts.ringsworld.com/games-and-entertainment/km2/ + Vuln Code : login.php Type Username Here: Type Password Here: authenticate.php $isadmin=$POST'isadmin'; $password=$POST'password'; $password=md5$password; $query = "select from kmadmins where username='$isadmin'...