Vulnerable-Web-Application/homepage.html

27 lines
1.6 KiB
HTML
Raw Normal View History

2018-11-27 14:30:07 +00:00
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
2018-11-29 13:50:03 +00:00
<link rel="shortcut icon" href="Resources/hmbct.png" />
2018-11-27 14:30:07 +00:00
<title>VulnWeb</title>
</head>
<body bgcolor="#ffffff">
<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:250%">VulnWeb</p>
</div>
<div class="button" style="background-color:#c9c9c9;padding:20px;border-radius:0px 0px 20px 20px;">
<button class="button" type="button" name="comexec_button" onclick="location.href='CommandExecution/commandexec.html';">Command Execution</button>
<button class="button" type="button" name="_button" onclick="location.href='SQL/sqlmainpage.html';">SQL Injection</button>
<button class="button" type="button" name="_button" onclick="location.href='XSS/xssmainpage.html';">XSS</button>
2018-11-29 22:29:58 +00:00
<button class="button" type="button" name="_button" onclick="location.href='FileInclusion/pages/fileinc.html';">File Inclusion</button>
<button class="button" type="button" name="_button" onclick="location.href='FileUpload/fileupl.html';">File Upload</button>
<button class="button" type="button" name="_button" onclick="location.href='setup.php';">SQL Setup</button>
2018-11-27 14:30:07 +00:00
</div>
<img src="Resources/hmb.png" align="left" style="width:40%" alt="HummingbirdsCyberTeam">
2018-11-27 14:40:23 +00:00
<img src="Resources/gazicyber.jpg" align="right" style="width:15%" alt="GaziCyber">
</link5
2018-11-27 14:30:07 +00:00
</body>
</html>