2 Star 1 Fork 0

mirrors_OWASP/Vulnerable-Web-Application

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
homepage.html 1.60 KB
一键复制 编辑 原始数据 按行查看 历史
OguzTozkoparan 提交于 2018-12-09 05:54 +08:00 . Update homepage.html
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="Resources/hmbct.png" />
<title>Vulnerable Web Application</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%">Vulnerable Web Application</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/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='index.php';">Setup</button>
</div>
<img src="Resources/hmb.png" align="left" style="width:40%" alt="HummingbirdsCyberTeam">
<img src="Resources/gazicyber.jpg" align="right" style="width:15%" alt="GaziCyber">
</link5
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_OWASP/Vulnerable-Web-Application.git
git@gitee.com:mirrors_OWASP/Vulnerable-Web-Application.git
mirrors_OWASP
Vulnerable-Web-Application
Vulnerable-Web-Application
master

搜索帮助