-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdisclaimer.html
111 lines (93 loc) · 6.62 KB
/
disclaimer.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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>Disclaimer | b01lers</title>
<!-- {# <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap-theme.min.css"> #} -->
<link rel="stylesheet" type="text/css" href="/static/css/bootstrap.cyborg.min.css" />
<link rel="stylesheet" type="text/css" href="/static/css/style.css" />
<link rel="stylesheet" type="text/css" href="/static/css/pygments.css" />
<!-- Include Bootstrap Datepicker -->
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/bootstrap-datepicker/1.3.0/css/datepicker.min.css" />
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/bootstrap-datepicker/1.3.0/css/datepicker3.min.css" />
<script src="/static/js/jquery.min.js"></script>
<script src="/static/js/moment.min.js"></script>
<script src="/static/js/transition.js"></script>
<script src="/static/js/collapse.js"></script>
<script src="/static/js/bootstrap.min.js"></script>
<script src="/static/js/bootstrap-datetimepicker.js"></script>
<script src="/static/js/bootstrap-datepicker.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<!-- messages -->
<!-- Static navbar -->
<div class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<!--<a class="navbar-brand" href="/"><img src="/static/images/logo_full.png" alt="b01lers club - Purdue CTF team" title="b01lers club - Purdue CTF team" /></a>-->
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<!--<li><a href="{{ url_for('announcements.view') }}">News</a></li>
<li><a href="{{ url_for('members.view') }}">Members</a></li>
<li><a href="{{ url_for('writeups.view_all') }}">CTF Write-ups</a></li>
<li><a href="/irc.html">IRC</a></li>-->
</ul>
</div><!--/.nav-collapse -->
</div><!--/.container-fluid -->
</div>
<div class="jumbotron">
<center>
<h1>Disclaimer</h1>
</center>
<p>
Any actions and or activities related to the material contained within this <a href="https://b01lers.net">Website</a> is solely your responsibility.
The misuse of the information in this website can result in criminal charges brought against the persons in question.
The authors and <a href="https://b01lers.net">b01lers</a> will not be held responsible in the event any criminal charges
be brought against any individuals misusing the information in this website to break the law.
</p>
<p>
This site contains materials that can be potentially damaging or dangerous. If you do not fully understand something on this site, then GET OUT OF HERE!
Refer to the laws in your province/country before accessing, using, or in any other way utilizing these materials.These materials are for educational and research purposes only.
Do not attempt to violate the law with anything contained here. If this is your intention, then LEAVE NOW!
Neither administration of this server, the authors of this material, or anyone else affiliated in any way, is going to accept responsibility for your actions.
</p>
<center><b>Your usage of this website constitutes your agreement to the following terms.</b></center>
<p>
<ol>
<li>All the information provided on this site are for <b>educational purposes only</b>. The site is no way responsible for any misuse of the information.</li>
<li>“b01lers” is a site related to <b>Computer Security</b> and not a site that promotes hacking / cracking / software piracy.</li>
<li>This site is totally meant for providing information on “Computer Security”, “Computer Programming” and other related topics and is no way related towards the terms “CRACKING” or “HACKING” (Unethical).</li>
<li>All the information on this site are meant for <b>developing Hacker Defense attitude</b> among the users and help preventing the hack attacks. b01lers insists that these information shall not be used for causing any kind of damage directly or indirectly. However you may try these codes on your own computer at your own risk.</li>
<li>The word “Hack” or “Hacking” that is used on this site shall be regarded as “Ethical Hack” or “Ethical Hacking” respectively.</li>
<li>We believe only in <b>White Hat Hacking</b>. On the other hand we condemn <b>Black Hat Hacking</b>.</li>
<li>We reserve the right to modify the <a href="/disclaimer">Disclaimer</a> at any time without notice.</li>
</ol>
</p>
</div>
<hr>
<footer>
<div class="row">
<div class="col-md-6 col-sm-6 col-xs-6">© b01lers 2015 <a href="/disclaimer.html" target="_blank">Disclaimer</a></div>
<div class="col-md-6 col-sm-6 col-xs-6 text-right"><a href="https://twitter.com/b01lers" target="_blank">@b01lers on twitter</a></div>
</div>
</footer>
</div> <!-- /container -->
</body>
</html>