-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathzero_platform.html
More file actions
188 lines (169 loc) · 7.78 KB
/
zero_platform.html
File metadata and controls
188 lines (169 loc) · 7.78 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
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
<!DOCTYPE html>
<html lang="ar" dir="rtl">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ZERO Platform - منصة اختبار الأمان السيبراني</title>
<!-- Bootstrap RTL CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.rtl.min.css" rel="stylesheet">
<!-- Font Awesome -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css" rel="stylesheet">
<!-- Google Fonts Arabic -->
<link href="https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;600;700&display=swap" rel="stylesheet">
<style>
body {
font-family: 'Cairo', sans-serif;
background: linear-gradient(135deg, #0f0f23 0%, #1a1a2e 50%, #16213e 100%);
color: #ffffff;
min-height: 100vh;
}
.hero-section {
padding: 100px 0;
text-align: center;
}
.hero-title {
font-size: 4rem;
font-weight: 700;
margin-bottom: 20px;
background: linear-gradient(45deg, #00d4ff, #ff0080);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
.hero-subtitle {
font-size: 1.5rem;
margin-bottom: 40px;
opacity: 0.9;
}
.access-card {
background: rgba(255, 255, 255, 0.1);
backdrop-filter: blur(10px);
border: 1px solid rgba(255, 255, 255, 0.2);
border-radius: 20px;
padding: 40px;
margin: 20px 0;
transition: transform 0.3s ease;
}
.access-card:hover {
transform: translateY(-5px);
}
.access-btn {
background: linear-gradient(45deg, #00d4ff, #ff0080);
border: none;
padding: 15px 40px;
border-radius: 50px;
color: white;
font-weight: 600;
font-size: 1.2rem;
text-decoration: none;
display: inline-block;
transition: all 0.3s ease;
}
.access-btn:hover {
transform: scale(1.05);
color: white;
text-decoration: none;
}
.warning-box {
background: rgba(255, 193, 7, 0.2);
border: 2px solid #ffc107;
border-radius: 15px;
padding: 30px;
margin: 30px 0;
}
.copyright {
text-align: center;
padding: 20px;
border-top: 1px solid rgba(255, 255, 255, 0.1);
margin-top: 50px;
}
</style>
</head>
<body>
<div class="container">
<!-- Hero Section -->
<div class="hero-section">
<h1 class="hero-title">ZERO Platform</h1>
<p class="hero-subtitle">منصة اختبار الأمان السيبراني والاختراق الأخلاقي</p>
<!-- Access Card -->
<div class="row justify-content-center">
<div class="col-md-8">
<div class="access-card">
<h3><i class="fas fa-shield-alt"></i> الوصول للمنصة</h3>
<p>المنصة تعمل حالياً على الخادم المحلي</p>
<div class="d-grid gap-3">
<a href="http://localhost:5000" class="access-btn" target="_blank">
<i class="fas fa-rocket"></i> دخول المنصة - المنفذ 5000
</a>
<a href="http://10.2.32.34:5000" class="access-btn" target="_blank">
<i class="fas fa-network-wired"></i> دخول المنصة - IP مباشر
</a>
</div>
<div class="mt-4">
<h5>الأدوات المتوفرة:</h5>
<div class="row text-start">
<div class="col-md-4">
<h6><i class="fas fa-globe"></i> اختبار الويب</h6>
<ul>
<li>SQLMap</li>
<li>Nikto</li>
<li>DirB</li>
<li>WhatWeb</li>
<li>WPScan</li>
</ul>
</div>
<div class="col-md-4">
<h6><i class="fas fa-network-wired"></i> فحص الشبكات</h6>
<ul>
<li>Nmap</li>
<li>Masscan</li>
<li>Hping3</li>
<li>DNSEnum</li>
<li>SNMP-Check</li>
</ul>
</div>
<div class="col-md-4">
<h6><i class="fas fa-key"></i> كلمات المرور</h6>
<ul>
<li>Hydra</li>
<li>John the Ripper</li>
<li>Hash-Identifier</li>
<li>CeWL</li>
<li>Crunch</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Warning Box -->
<div class="warning-box">
<h4><i class="fas fa-exclamation-triangle"></i> تنبيه هام</h4>
<p>هذه المنصة مخصصة للأغراض التعليمية واختبار الاختراق الأخلاقي فقط. يجب استخدام الأدوات فقط على الأنظمة التي تملكها أو لديك تصريح صريح بفحصها.</p>
<p><strong>ZERO Platform</strong> غير مسؤولة عن أي استخدام غير قانوني أو ضار للأدوات المتوفرة.</p>
</div>
<!-- Instructions -->
<div class="access-card">
<h4><i class="fas fa-info-circle"></i> تعليمات الاستخدام</h4>
<ol class="text-start">
<li>اضغط على أحد أزرار "دخول المنصة" أعلاه</li>
<li>اقرأ ووافق على إخلاء المسؤولية</li>
<li>اختر فئة الأدوات من لوحة التحكم</li>
<li>حدد الأداة المطلوبة</li>
<li>أدخل الهدف (مثل: example.com)</li>
<li>شغل الأداة وانتظر النتائج</li>
<li>حمل التقرير إذا أردت</li>
</ol>
</div>
</div>
<!-- Copyright -->
<div class="copyright">
<p>© 2025 ZERO Platform. All rights reserved.</p>
<p>جميع الحقوق محفوظة لمنصة ZERO</p>
</div>
</div>
<!-- Bootstrap JS -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js"></script>
</body>
</html>