Add files via upload
This commit is contained in:
parent
ecd02646b5
commit
5dc0d4f6a7
24
homepage.html
Normal file
24
homepage.html
Normal file
|
@ -0,0 +1,24 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<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>
|
||||
<button class="button" type="button" name="_button" onclick="location.href='FileInclusion/pages/main.php';">File Inclusion</button>
|
||||
<button class="button" type="button" name="_button" onclick="location.href='Upload/uploadmainpage.html';">Upload</button>
|
||||
</div>
|
||||
<img src="Resources/hmb.png" align="left" style="width:40%" alt="HummingbirdsCyberTeam">
|
||||
<img src="Resources/gazicyber.jpg" align="right" style="width:20%" alt="GaziCyber">
|
||||
</link>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user