Update CommandExec-2.php

This commit is contained in:
OguzTozkoparan 2018-11-30 03:05:11 +03:00 committed by GitHub
parent ef7128f138
commit 71ba0ba3b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,11 +8,12 @@
<button type="button" name="homeButton" onclick="location.href='../homepage.html';">Home Page</button> <button type="button" name="homeButton" onclick="location.href='../homepage.html';">Home Page</button>
<button type="button" name="mainButton" onclick="location.href='commandexec.html';">Main Page</button> <button type="button" name="mainButton" onclick="location.href='commandexec.html';">Main Page</button>
</div> </div>
<div style="background-color:#c9c9c9;padding:20px;"> <div align="center" style="background-color:#c9c9c9;padding:20px;">
<h1 align="center">I think there is a vuln here!</h1> <h1 align="center">I think there is a vuln here!</h1>
<form align="center" action="CommandExec-2.php" method="$_GET"> <form align="center" action="CommandExec-2.php" method="$_GET">
Write Field:<input type="text" name="typeBox" value=""><br> <label align="center">Write Field:</label>
<input type="submit"> <input align="center" type="text" name="typeBox" value=""><br>
<input align="center" type="submit" value="Submit">
</form> </form>
</div> </div>
<div style="background-color:#ecf2d0;padding:20px;border-radius:0px 0px 20px 20px" align="center"> <div style="background-color:#ecf2d0;padding:20px;border-radius:0px 0px 20px 20px" align="center">