Vulnerable-Web-Application/CommandExecution/commandexec.html
OguzTozkoparan 7f55b828d3
Adding note.
2018-12-15 23:59:49 +03:00

25 lines
1.5 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<link rel="shortcut icon" href="../Resources/hmbct.png" />
<title>Command Execution</title>
</head>
<body>
<link rel="stylesheet" href="../Resources/button.css">
<div style="background-color:#afafaf;padding:15px;border-radius:20px 20px 0px 0px;">
<p align="center" style="font-family:'Georgia';font-size:200%">Command Execution</p>
</div>
<div class="button" style="background-color:#c9c9c9;padding:15px;border-radius:0px 0px 20px 20px;">
<button class="button" type="button" name="homeB" onclick="location.href='../homepage.html';">Home</button>
<button class="button" type="button" name="comex1Button" onclick="location.href='CommandExec-1.php';">Command Execution Level 1</button>
<button class="button" type="button" name="comex2Button" onclick="location.href='CommandExec-2.php';">Command Execution Level 2</button>
<button class="button" type="button" name="comex3Button" onclick="location.href='CommandExec-3.php';">Command Execution Level 3</button>
<button class="button" type="button" name="comex4Button" onclick="location.href='CommandExec-4.php';">Command Execution Level 4</button>
<p align="center">NOTE: The purpose here is to find flags and roads to be used. Paste the paths to the URL is not a solution.</p>
</div>
</link>
<img src="../Resources/hmb.png" align="left" style="width:40%" alt="HummingbirdsCyberTeam">
<img src="../Resources/gazicyber.jpg" align="right" style="width:15%" alt="GaziCyber">
</body>
</html>