-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·24 lines (22 loc) · 1.02 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<DOCTYPE>
<head>
<title>Vulnerable Apps - aka</title>
</head>
<body>
<h1> By Amit Agarwal <a href='https://blog.amit-agarwal.co.in'>Blog</a> </h1>
<ul>
<li><a href="/dvwa/DVWA-master/setup.php">DVWA Install (Do this first)</a> </li>
<li><a href="/dvwa/DVWA-master">DVWA (Username/Password = admin/password)</a> </li>
<li><a href="/owasp-bricks/bricks">OWASP Bricks</a> </li>
<li><a href="http://localhost:8080/WebGoat/" onclick="javascript:event.target.port=8080">WebGoat (Cereate Your user)</a></li>
<li><a href="http://localhost:9090/WebWolf/" onclick="javascript:event.target.port=9090">WebWolf (Cereate WebGoat user)</a></li>
<li><a href="/mutillidae/">Mutillidae</a></li>
<li><a href="/juice/">Juice Shop</a></li>
<li><a href="/dvws/">DVWS</a></li>
<li><a href="/commix-testbed/">commix-testbed</a></li>
<li><a href="/bwapp/bWAPP/install.php">bwapp Setup</a></li>
<li><a href="/bwapp/bWAPP">bwapp (bee/bug)</a></li>
<!-- <li><a href="/dsvw">DSVW (Damn Small Vulnerable Web)</a></li> -->
</ul>
</body>
</html>