-
Notifications
You must be signed in to change notification settings - Fork 39
/
Copy pathindex.php
25 lines (25 loc) · 894 Bytes
/
index.php
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>DigiNinja's NoSQLi Lab</title>
<meta name="description" content="A lab to play with NoSQL Injection">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="Robin Wood <robin@digi.ninja>">
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico"/>
</head>
<body>
<div style="float:right"><img src="/digininja_avatar.png" alt="DigiNinja avatar" /></div>
<h1>DigiNinja's NoSQL Injection Attack Lab</h1>
<p>
Welcome to the NoSQL Injection lab.
</p>
<ul>
<li><a href="/populate_db.php">Reset Database</a></li>
<li><a href="/phpinfo.php">phpinfo()</a></li>
<li><a href="/guess_the_key.php">Guess The Key</a></li>
<li><a href="/user_lookup.php">User Lookup</a></li>
</ul>
</body>
</html>