forked from Hackademic/hackademic
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhackademic-404.html
More file actions
executable file
·43 lines (41 loc) · 1.37 KB
/
hackademic-404.html
File metadata and controls
executable file
·43 lines (41 loc) · 1.37 KB
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
38
39
40
41
<!--
*
* Hackademic-CMS/index.php
* This file is the entry point for the application
*
* Copyright (c) 2012 OWASP
*
* LICENSE:
*
* This file is part of Hackademic CMS (https://www.owasp.org/index.php/OWASP_Hackademic_Challenges_Project).
*
* Hackademic CMS 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 2 of the License, or (at your option) any
* later version.
*
* Hackademic CMS 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 Hackademic CMS. If not, see
* <http://www.gnu.org/licenses/>.
*
*
* @author Konstantinos Papapanagiotou <conpap[at]gmail[dot]com>
* @license http://www.gnu.org/licenses/gpl.html
* @copyright 2012 OWASP
-->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>404-Hackademic</title>
</head>
<body>
<div class="span10">
<h1>Error 404</h1>
<p>Are you lost? Back to the <a href = "http://localhost/hackademic">main</a> page.</p>
<p>Okay! Here is your flag: 37a3d0ef216e4626a8cc4e0e2d6370d9 </p>
</div>
</body>
</html>