-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathterms.php
More file actions
33 lines (26 loc) · 4.3 KB
/
terms.php
File metadata and controls
33 lines (26 loc) · 4.3 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
<html>
<?php include "header.php"; ?>
<body>
<div class="container-fluid">
<center><h2>teendevops.net Terms of Use ("Terms")</h2>
Please carefully read these Terms before using the https://teendevops.net website ("service") operated by teendevops ("us", "we", or "our"). These Terms apply to all visitors, users and anyone who accesses the website. By accessing or using the Service, you agree to be bound by these Terms.<br>
We reserve the right, at our sole discretion, to modify or replace these The Terms of Use at any time without prior warning or notification. This page will always contain the most updated version, idenitified by the date at the bottom.<br><br>
<b>Termination</b><br>
We may terminate or suspend access to our Service immediately, without prior notice or liability, for any reason whatsoever, including without limitation if you breach the Terms.<br>
All provisions of the Terms which by their nature should survive termination shall survive termination, including, without limitation, ownership provisions, warranty disclaimers, indemnity andlimitations of liability.<br><br>
<b>Content</b><br>
Our Service allows you to post, link, store, share and otherwise make available certain information, text, graphics, videos, or other material ("Content"). You are responsible for the Content that you post. Illegal Content is not allowed. Accounts posting, linking, storing, or sharing this type of Content will be terminated. Please keep in mind that the audience using this Service is mostly teenaged.<br><br>
<b>Links to External Websites</b><br>
Our Service may contain links to third-party websites or services that are not owned or controlled by teendevops.<br>teendevops has no control over, and assumes no responsibility for, the content, privacy policies, or practices of any third party websites or services. You further acknowledge and agree that teendevops shall not be responsible or liable, directly or indirectly, for any damage or loss caused or alleged to be caused by or in connection with use of or reliance on any such content, goods, or services available on or through any such websites or services.<br><br>
<b>Bug Bounty</b><br>
We're committed to securing teendevops. If you're a security researcher and you believe you've discovered a security-related issue with teendevops, we would appreciate your help in disclosing the issue to us resposibly. We ask that you would would give us an opportunity to solve the issue before publicly disclosing it. Please do not use, share, disseminate, copy, modify, or delete user information discovered via a bug. If you would like to report something, feel free send a report to <a href="mailto:info@teendevops.net">info@teendevops.net</a>. The PGP key is accessible <a href="/key.asc">here</a> (fingerprint: 9DC8 DB6D DCD4 C53C 5AC9 3AC0 8C41 3295 0A2D 9ECD).<br>
As teendevops is an open-source and community-operated Service, we cannot send payment in your native currency. However, you will be thanked and awarded in ctf tokens. A 'Security Researcher' badge will be displayed on your teendevops profile, too.<br>
This bug bounty program is limited to technical vulnerabilities including (but not limited to) SQL injection, XSS, CSRF, and session fixation. Please do not attempt attacks that affect other users, such as DoS attacks, phishing attacks, spam, or other questionable things. We also discourage the use of automated vulnerability testing tools, because they tend to generate a high volume of traffic. It is extremely unlikely that you will find anything. The use of automated testing tools may result in an IP ban.<br>
Domains In Scope: *.teendevops.net<br>
Non-Qualifying Bugs: Software version disclosure, issues requiring direct physical access to device, bugs requiring exceedingly unlikely user interaction, flaws affecting users of out-of-date browsers and plugins, and logout CSRF<br><br>
If you have any questions regarding these Terms of Use, don't hesitate to contact us at <a href="mailto:info@teendevops.net">info@teendevops.net</a>.<br>
Last edited on March 28, 2017.
</center></div>
<?php include "footer.php"; ?>
</body>
</html>