Vulnerable-Web-Application/CommandExecution/CommandExec-3.php
2018-11-27 16:32:55 +03:00

25 lines
1.0 KiB
PHP

<html>
<head>
<title>CommandExec-3</title>
</head>
<body bgcolor="#FFFFD2">
<div style="background-color:#c9c9c9;padding:15px;">
<button class="button" type="button" name="homeButton" onclick="location.href='../homepage.html';">Home Page</button>
<button class="button" type="button" name="mainButton" onclick="location.href='commandexec.html';">Main Page</button>
<button class="button" type="button" name="nextButton" onclick="location.href='CommandExec-4.php';">Next Level</button>
<button class="button" type="button" name="prevButton" onclick="location.href='CommandExec-2.php';">Previous Level</button>
</div>
<div style="background-color:#FEFE9A;padding:20px;">
<h1 align="center"></h1>
<form align="center" action="CommandExec-3.php" method="$_GET">
<input type="text" name="typeBox" value=""><br>
<input type="submit">
</form>
</div>
<div style="background-color:#ecf2d0;padding:20px" align="center">
<?php
?>
</div>
</body>
</html>