forked from opcodesec/SQLol
-
Notifications
You must be signed in to change notification settings - Fork 0
/
challenges.htm
37 lines (34 loc) · 2.01 KB
/
challenges.htm
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
33
34
35
36
37
<!--
SQLol - A configurable SQL injection testbed
Daniel "unicornFurnace" Crowley
Copyright (C) 2012 Trustwave Holdings, Inc.
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<html>
<head>
<title>SQLol - Challenges</title>
</head>
<body>
<center><h1>SQLol - Challenges</h1></center><br>
<center>
| <a href="insert.php">INSERT</a> || <a href="update.php">UPDATE</a> || <a href="delete.php">DELETE</a> || <a href="select.php">SELECT</a> || <a href="proc.php">Stored Procedure</a> |<br>
| <a href="?method=get">get</a> || <a href="?method=post">post</a> || <a href="?method=cookie">cookie</a> |<br>
</center>
<hr width="40%">
<hr width="60%">
<hr width="40%">
<i>Note: Not all challenges have known solutions on all databases.</i><br>
<a href="challenges/challenge0.php">Challenge 0</a> - Hello, world!<br>
<a href="challenges/challenge1.php">Challenge 1</a> - SQL Injection 101<br>
<a href="challenges/challenge2.php">Challenge 2</a> - The Failure of Quote Filters<br>
<a href="challenges/challenge3.php">Challenge 3</a> - Death Row<br>
<a href="challenges/challenge4.php">Challenge 4</a> - War on Error<br>
<a href="challenges/challenge5.php">Challenge 5</a> - Walking on Thin Ice<br>
<a href="challenges/challenge6.php">Challenge 6</a> - Stack the Deck<br>
<a href="challenges/challenge7.php">Challenge 7</a> - Blind Luck<br>
<a href="challenges/challenge8.php">Challenge 8</a> - Black Comedy<br>
<a href="challenges/challenge9.php">Challenge 9</a> - Administrative Tasks<br>
</body>
</html>