<?php include('http://www.bright-shadows.net/challenges/exploit_rhc6/libs/crypt04.php'); function admin_chaeck($adminuser, $adminpasswd){ $u = 0; $p = 0; $crypt1 = '061215161625'; $crypt2 = '080118040418092205'; $u = crypt04($crypt1, $adminuser); $p = crypt04($crypt2, $adminpasswd); if(($u == 1) AND ($p == 1)){ session_register("adminuser"); header('Location: http://www.bright-shadows.net/challenges/exploit_rhc6/suser/admin.php'); } }echo '$u'; ?>
You have javascript disabled. You will not be able to edit any code.