-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
318 lines (310 loc) · 14.2 KB
/
index.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
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
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="author" content="Threezh1" />
<title>安全立方 Secube</title>
<meta name="keywords" content="安全导航,黑客导航,黑客,白帽子工具,黑客工具,黑客新闻,漏洞,安全信息流,安全文章">
<meta name="description" content="安全立方(Secube) 专门为安全工作者设计的网址导航,每日更新热门论坛的安全文章">
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">
<link rel="shortcut icon" href="assets/images/favicon.png">
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Arimo:400,700,400italic">
<link rel="stylesheet" href="assets/css/fonts/linecons/css/linecons.css">
<link rel="stylesheet" href="assets/css/fonts/fontawesome/css/font-awesome.min.css">
<link rel="stylesheet" href="assets/css/bootstrap.css">
<link rel="stylesheet" href="assets/css/xenon-core.css">
<link rel="stylesheet" href="assets/css/xenon-components.css">
<link rel="stylesheet" href="assets/css/xenon-skins.css">
<link rel="stylesheet" href="assets/css/nav.css">
<script src="assets/js/jquery-1.11.1.min.js"></script>
</head>
<body class="page-body">
<!-- skin-white -->
<div class="page-container">
<div class="sidebar-menu toggle-others fixed">
<div class="sidebar-menu-inner">
<header class="logo-env">
<!-- logo -->
<div class="logo">
<a href="index.html" class="logo-expanded">
<img src="assets/images/logo@2x2.png" width="100%" alt="" />
</a>
<a href="index.html" class="logo-collapsed">
<img src="assets/images/logo-collapsed@2x.png" width="40" alt="" />
</a>
</div>
<div class="mobile-menu-toggle visible-xs">
<a href="#" data-toggle="mobile-menu">
<i class="fa-bars"></i>
</a>
</div>
</header>
<ul id="main-menu" class="main-menu">
<li>
<a href="#常用推荐" class="smooth">
<i class="linecons-doc"></i>
<span class="title">搜索</span>
</a>
</li>
<li>
<a href="#安全信息流" class="smooth">
<i class="linecons-eye"></i>
<span class="title">安全信息流</span>
</a>
</li>
<li>
<a>
<i class="linecons-globe"></i>
<span class="title">常用推荐</span>
</a>
<ul>
<li>
<a href="#交流社区" class="smooth">
<span class="title">交流社区</span>
</a>
</li>
<li>
<a href="#在线工具" class="smooth">
<span class="title">在线工具</span>
</a>
</li>
</ul>
</li>
<li>
<a>
<i class="linecons-truck"></i>
<span class="title">安全资源</span>
</a>
<ul>
<li>
<a href="#技能路线" class="smooth">
<span class="title">技能路线</span>
</a>
</li>
<li>
<a href="#学习资源" class="smooth">
<span class="title">学习资源</span>
</a>
</li>
<li>
<a href="#CTF学习" class="smooth">
<span class="title">CTF学习</span>
</a>
</li>
<li>
<a href="#安全工具" class="smooth">
<span class="title">安全工具</span>
</a>
</li>
<li>
<a href="#漏洞平台" class="smooth">
<span class="title">漏洞平台</span>
</a>
</li>
<li>
<a href="#SRC众测平台" class="smooth">
<span class="title">SRC众测平台</span>
</a>
</li>
</ul>
</li>
<li>
<a>
<i class="linecons-attach"></i>
<span class="title">安全圈</span>
</a>
<ul>
<li>
<a href="#安全团队" class="smooth">
<span class="title">安全团队</span>
</a>
</li>
<li>
<a href="#安全公司" class="smooth">
<span class="title">安全公司</span>
</a>
</li>
</ul>
</li>
<li>
<a>
<i class="linecons-attach"></i>
<span class="title">安全信息流</span>
</a>
</li>
</ul>
</div>
</div>
<div class="main-content" id="main-content">
<nav class="navbar user-info-navbar" role="navigation">
<!-- User Info, Notifications and Menu Bar -->
<!-- Left links for user info navbar -->
<ul class="user-info-menu left-links list-inline list-unstyled">
<li class="hidden-sm hidden-xs">
<a href="#" data-toggle="sidebar">
<i class="fa-bars"></i>
</a>
</li>
</ul>
<ul class="user-info-menu right-links list-inline list-unstyled">
<li class="hidden-sm hidden-xs">
<a href="https://github.com/threezh1" target="_blank">
<i class="fa-github"></i> GitHub
</a>
</li>
</ul>
</nav>
<!-- 搜索框 -->
<h4 class="text-gray"><i class="linecons-tag" id="搜索"></i>搜索</h4>
<div class="row">
<div class="col-lg-offset-3 col-sm-7">
<p>
<label class="radio-inline click">
<input type="radio" name="radio" checked="" id="google">
<img src="https://www.google.com/images/branding/googleg/1x/googleg_standard_color_128dp.png" width="13" height="13">
Google
</label>
<label class="radio-inline click">
<input type="radio" name="radio" id="baidu">
<img src="https://www.baidu.com/favicon.ico" width="13" height="13">
Baidu
</label>
<label class="radio-inline">
<input type="radio" name="radio" id="bing">
<img src="https://www.bing.com/sa/simg/favicon-2x.ico" width="13" height="13">
Bing
</label>
<label class="radio-inline">
<input type="radio" name="radio" id="github">
<img src="https://github.com//favicon.ico" width="13" height="13">
Github
</label>
<label class="radio-inline">
<input type="radio" name="radio" id="duckduckgo">
<img src="https://duckduckgo.com/favicon.ico" width="13" height="13">
duckduckgo
</label>
<label class="radio-inline">
<input type="radio" name="radio" id="weixin">
<img src="https://dlweb.sogoucdn.com/logo/images/2018/apple-touch-icon.png" width="13" height="13">
微信文章
</label>
</p>
<form role="search" method="get" action="https://www.google.com/search" target="_blank">
<div class="input-group">
<input type="text" class="form-control input-lg form-focus-black" name="q" placeholder="搜索">
<span class="input-group-btn">
<button type="submit" class="btn btn-secondary input-lg btn-black"> 搜索 </button>
</span>
</div>
</form>
</div>
</div>
<!-- 安全信息流 -->
<h4 class="text-gray"><i class="linecons-tag" style="margin-right: 7px;" id="安全信息流"></i>安全信息流</h4>
<br />
<div class="row">
<div class="col-sm-12">
<table class="table table-striped table-hover table-condensed">
<thead>
<tr>
<th scope="col" width=50>#</th>
<th scope="col">title</th>
<th scope="col" width=150>source</th>
</tr>
</thead>
<tbody id="info_tbody_1">
</tbody>
</table>
</div>
</div>
<footer class="main-footer sticky footer-type-1">
<div class="footer-inner">
<div class="footer-text">
© 2021-2021
<a href="index.html"><strong>Secube</strong></a> collected by <a href="http://www.threezh1.com" target="_blank"><strong>Threezh1</strong></a>. Theme from <a href="https://github.com/WebStackPage/WebStackPage.github.io" target="_blank"><strong>WebStackPage</strong></a>
</div>
<div class="go-up">
<a href="#" rel="go-top">
<i class="fa-angle-up"></i>
</a>
</div>
</div>
</footer>
</div>
</div>
<!-- 锚点平滑移动 -->
<script type="text/javascript">
$(document).ready(function() {
//img lazy loaded
const observer = lozad();
observer.observe();
$(document).on('click', '.has-sub', function(){
var _this = $(this)
if(!$(this).hasClass('expanded')) {
setTimeout(function(){
_this.find('ul').attr("style","")
}, 300);
} else {
$('.has-sub ul').each(function(id,ele){
var _that = $(this)
if(_this.find('ul')[0] != ele) {
setTimeout(function(){
_that.attr("style","")
}, 300);
}
})
}
})
$('.user-info-menu .hidden-sm').click(function(){
if($('.sidebar-menu').hasClass('collapsed')) {
$('.has-sub.expanded > ul').attr("style","")
} else {
$('.has-sub.expanded > ul').show()
}
})
$("#main-menu li ul li").click(function() {
$(this).siblings('li').removeClass('active'); // 删除其他兄弟元素的样式
$(this).addClass('active'); // 添加当前元素的样式
});
$("a.smooth").click(function(ev) {
ev.preventDefault();
public_vars.$mainMenu.add(public_vars.$sidebarProfile).toggleClass('mobile-is-visible');
ps_destroy();
$("html, body").animate({
scrollTop: $($(this).attr("href")).offset().top - 30
}, {
duration: 500,
easing: "swing"
});
});
return false;
});
var href = "";
var pos = 0;
$("a.smooth").click(function(e) {
$("#main-menu li").each(function() {
$(this).removeClass("active");
});
$(this).parent("li").addClass("active");
e.preventDefault();
href = $(this).attr("href");
pos = $(href).position().top - 30;
});
</script>
<!-- Bottom Scripts -->
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/js/TweenMax.min.js"></script>
<script src="assets/js/resizeable.js"></script>
<script src="assets/js/joinable.js"></script>
<script src="assets/js/xenon-api.js"></script>
<script src="assets/js/xenon-toggles.js"></script>
<!-- JavaScripts initializations and stuff -->
<script src="assets/js/xenon-custom.js"></script>
<script src="assets/js/lozad.js"></script>
<script src="assets/js/website.js"></script>
</body>
</html>