-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathindex.php
More file actions
32 lines (26 loc) · 838 Bytes
/
index.php
File metadata and controls
32 lines (26 loc) · 838 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
De virtuele machine werkt! Lees de opgave om te beginnen met hacken.
<p>
<a href="/bank/">Bank</a><br />
<a href="/bank/index_multi.php">Bank (multi_query)</a><br />
<a href="/bank/index_xss.php">Bank (xss)</a>
</p>
<p>
<a href="/webshop/">Webshop</a><br>
<a href="/webshop/product_detail_replace.php?id=1">Webshop (replace)</a>
</p>
<p>
<a href="/wereldwijs/index.php?id=1">Wereldwijs</a><br />
<a href="/wereldwijs/index_xss.php">Wereldwijs (XSS)</a>
</p>
<p>
<a href="/nieuws/">Nieuws</a><br>
<a href="/nieuws/users.php">Nieuws (users)</a><br>
<a href="/nieuws/login.php">Nieuws (login)</a>
</p>
<p>
<a href="/image/">Image</a><br>
<a href="/image/index_no_public_uploads.php">Image 2</a><br>
<a href="/image/index_more_pages.php">Image 3</a>
</p>
<hr>
<footer>Laatste update: <?php echo `git log -1 --format="%cd"`; ?></footer>