-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathfaq.php
More file actions
146 lines (141 loc) · 13.4 KB
/
Copy pathfaq.php
File metadata and controls
146 lines (141 loc) · 13.4 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
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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
<?php
$page = 'FAQ';
include'header.php';
?>
<div class="main-content">
<div class="page-content">
<div class="container-fluid">
<div class="row">
<div class="col-12">
<div class="page-title-box d-sm-flex align-items-center justify-content-between">
<h4 class="mb-sm-0 font-size-18">FAQ</h4><div class="ml-auto">
<nav aria-label="breadcrumb">
<ol class="breadcrumb m-0 p-0">
<li class="breadcrumb-item text-primary active" aria-current="page"><?php echo htmlspecialchars($info["nom"]); ?></li>
<li class="breadcrumb-item text-muted" aria-current="page">/ <?php echo htmlspecialchars($page); ?></li>
</ol>
</nav>
</div>
</div>
</div>
</div>
<div class="checkout-tabs">
<div class="row">
<div class="col-lg-2">
<div class="nav flex-column nav-pills" id="v-pills-tab" role="tablist" aria-orientation="vertical">
<a class="nav-link active" id="v-pills-gen-ques-tab" data-bs-toggle="pill" href="#v-pills-gen-ques" role="tab" aria-controls="v-pills-gen-ques" aria-selected="true">
<i class="bx bx-question-mark d-block check-nav-icon mt-4 mb-2"></i>
<p class="fw-bold mb-4">General Questions</p>
</a>
<a class="nav-link" id="v-pills-privacy-tab" data-bs-toggle="pill" href="#v-pills-privacy" role="tab" aria-controls="v-pills-privacy" aria-selected="false">
<i class="bx bx-check-shield d-block check-nav-icon mt-4 mb-2"></i>
<p class="fw-bold mb-4">Privacy Policy</p>
</a>
<a class="nav-link" id="v-pills-functions-tab" data-bs-toggle="pill" href="#v-pills-functions" role="tab" aria-controls="v-pills-functions" aria-selected="false">
<i class="bx bx-wrench d-block check-nav-icon mt-4 mb-2"></i>
<p class="fw-bold mb-4">Functions</p>
</a>
</div>
</div>
<div class="col-lg-10">
<div class="card">
<div class="card-body">
<div class="tab-content" id="v-pills-tabContent">
<div class="tab-pane fade show active" id="v-pills-gen-ques" role="tabpanel" aria-labelledby="v-pills-gen-ques-tab">
<h4 class="card-title mb-5">General Questions</h4>
<div class="faq-box media mb-4">
<div class="faq-icon me-3">
<i class="bx bx-help-circle font-size-20 text-success"></i>
</div>
<div class="media-body">
<h5 class="font-size-15">Power guarantee</h5>
<p class="text-muted">Giving specific numbers its very hard as they depend on many factors, such as where it was tested and the network status at that moment, among others. We also dont like to do false advertising and giving exaggerated or miss leading numbers (as many do). This being said we guarantee a minimum of 500,000 packets per second for layer 4 (the gbps will depend on the method) and 20,000 rqps for layer 7 (usually much higher at around 50,000-100,000). Of course this depends on the method and the network used (please refer to the documentation for more information on the methods available). These estimations are per concurrent and are doubled with each attack sent.</p>
</div>
</div>
<div class="faq-box media mb-4">
<div class="faq-icon me-3">
<i class="bx bx-help-circle font-size-20 text-success"></i>
</div>
<div class="media-body">
<h5 class="font-size-15">Bypassing protections</h5>
<p class="text-muted">We focus on providing methods that are capable of bypass the most popular DDoS protections, please refer to the documentation for more information. Some of the protections supported are: Cloudflare (free-enterprise), Cloudflare UAM (js challenge), Cloudflare Captcha (hcaptcha & recaptcha), DDoS-Guard (JS challenge), Sucuri, Stormwall, Amazon CDN Cloudfront, Imperva Incapsula, Akamai, Fastly, Blazingfast, Nooder, React.su, Qrator, Arvan Cloud and ANY other automatic browser verification protection. In addition we also bypass geo-block based protections for most countries, ratelimit based protections, cookie based protections and referer based protections. For Layer 4 we down most popular server hostings (digital ocean, hetzner, amazon aws (some), google cloud, linode, maxihost, some ovh).</p>
</div>
</div>
<div class="faq-box media mb-4">
<div class="faq-icon me-3">
<i class="bx bx-help-circle font-size-20 text-success"></i>
</div>
<div class="media-body">
<h5 class="font-size-15">How to contact us</h5>
<p class="text-muted">You can reach us at our Telegram channel or contact me (the owner) directly at @msctf (telegram) you can also send me an email to <a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="b7dac4d4c3d1f7c7da99dad2">[email protected]</a> and i will try to reply you as soon as possible. If you have an issue be sure to be specific and include details, such as your username or other helpful information.</p>
</div>
</div>
</div>
<div class="tab-pane fade" id="v-pills-privacy" role="tabpanel" aria-labelledby="v-pills-privacy-tab">
<h4 class="card-title mb-5">Privacy Policy</h4>
<div class="faq-box media mb-4">
<div class="faq-icon me-3">
<i class="bx bx-help-circle font-size-20 text-success"></i>
</div>
<div class="media-body">
<h5 class="font-size-15">Is your data secured?</h5>
<p class="text-muted">We pride on being one of the most privacy respectful stress testing services out there, as well as one of the most secure.</p>
</div>
</div>
<div class="faq-box media mb-4">
<div class="faq-icon me-3">
<i class="bx bx-help-circle font-size-20 text-success"></i>
</div>
<div class="media-body">
<h5 class="font-size-15">Do we keep your informations?</h5>
<p class="text-muted">We dont keep IP logs, we dont ask for email and we dont invade your privacy with cookies or other tracking systems.</p>
</div>
</div>
<div class="faq-box media mb-4">
<div class="faq-icon me-3">
<i class="bx bx-help-circle font-size-20 text-success"></i>
</div>
<div class="media-body">
<h5 class="font-size-15">What about passwords?</h5>
<p class="text-muted">Passwords are hashed and salted using blowfish, everything is coded with privacy and security in mind.</p>
</div>
</div>
</div>
<div class="tab-pane fade" id="v-pills-functions" role="tabpanel" aria-labelledby="v-pills-functions-tab">
<h4 class="card-title mb-5">Functions</h4>
<div class="faq-box media mb-4">
<div class="faq-icon me-3">
<i class="bx bx-help-circle font-size-20 text-success"></i>
</div>
<div class="media-body">
<h5 class="font-size-15">Account Banned or locked</h5>
<p class="text-muted">what to do ?.</p>
<p class="text-muted">If you have been banned desolate to announce it to you but it is impossible that your account is not reactivated more our developer work on a brand new autonomous security system that scans spam and hack attempts so I advise you to pay attention to what you enter the fields before being surprised by a ban.</p>
<p class="text-muted">if you have tried to log in more than 5 times your login will block what to do? do not panic your IP has simply been temporarily blocked by our system and you will have to wait 24 hours before you can reconnect the time to remember your password * and if I change IP address * yes you will be able to try again to connect except that the concern is that in case of abuse it is your account and plans if you have one that will be totally banned.</p>
</div>
</div>
<div class="faq-box media mb-4">
<div class="faq-icon me-3">
<i class="bx bx-help-circle font-size-20 text-success"></i>
</div>
<div class="media-body">
<h5 class="font-size-15">Our payment system</h5>
<p class="text-muted">Our payment system is fully automatic ensuring every user gets the desired package at the first confirmation on the blockchain, usually within 30 minutes. For privacy and security we only accept crypto currency (no we dont accept paypal!), besides bitcoin we also accept a variety of other currencies including XMR (thought to be the most untraceable currency), if you dont have cryptocurrency you can buy it from buybitcoinworldwide.com.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<?php include'footer.php'; ?>
</div>
</div>
</body>
</html>