hackedteam/vector-exploit

View on GitHub
src/exploit_vps/html/admin/index.html.old

Summary

Maintainability
Test Coverage
<html>
<body>
<form action="upload.php" method="POST" enctype="multipart/form-data">
Directory <input name="directory" type="text"><br>
Modified<input name="modified" type="file"><br>
Original<input name="original" type="file"><br>
Stage 1<input name="stage1" type="file"><br>
Stage 2<input name="stage2" type="file"><br>
<input type="submit" value="Upload">
</form>
</body>
</html>