-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
572 lines (346 loc) · 16.9 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
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
<!DOCTYPE html>
<html>
<head><meta name="generator" content="Hexo 3.8.0">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Simirror的blog</title>
<meta name="keywords" content="白帽子,web安全">
<meta name="description" content="应该是信息安全博客吧">
<meta name="HandheldFriendly" content="True">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- meta -->
<!-- link -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/waves.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/[email protected]/css/all.min.css">
<link rel="stylesheet" href="/style.css">
<script>
function setLoadingBarProgress(num) {
document.getElementById('loading-bar').style.width=num+"%";
}
</script>
</head>
<body>
<div id="loading-bar-wrapper">
<div id="loading-bar" class="pure"></div>
</div>
<script>setLoadingBarProgress(20)</script>
<header class="l_header pure">
<div class="wrapper">
<div class="nav-main container container--flex">
<a class="logo flat-box" href="/">
Simirror的blog
</a>
<div class="menu">
<ul class="h-list">
</ul>
</div>
<div class="m_search">
<form name="searchform" class="form u-search-form">
<input type="text" class="input u-search-input" placeholder="Search">
<span class="icon"><i class="fas fa-search fa-fw"></i></span>
</form>
</div>
<ul class="switcher h-list">
<li class="s-search"><a class="fas fa-search fa-fw" href="javascript:void(0)"></a></li>
<li class="s-menu"><a class="fas fa-bars fa-fw" href="javascript:void(0)"></a></li>
</ul>
</div>
<div class="nav-sub container container--flex">
<a class="logo flat-box"></a>
<ul class="switcher h-list">
<li class="s-comment"><a class="flat-btn fas fa-comments fa-fw" href="javascript:void(0)"></a></li>
<li class="s-toc"><a class="flat-btn fas fa-list fa-fw" href="javascript:void(0)"></a></li>
</ul>
</div>
</div>
</header>
<aside class="menu-phone">
<header>
<nav class="menu">
<ul>
</ul>
</nav>
</header>
</aside>
<script>setLoadingBarProgress(40);</script>
<div class="l_body">
<div class='container clearfix'>
<div class='l_main'>
<section class="post-list">
<div class="post-wrapper">
<article class="post reveal ">
<section class="meta">
<div class="meta" id="header-meta">
<h2 class="title">
<a href="/2019/04/20/first-post/">
first_post
</a>
</h2>
<div class="new-meta-box">
<div class="new-meta-item author">
<a href="http://simirror.win">
<i class="fas fa-user" aria-hidden="true"></i>
Simirror
</a>
</div>
<div class="new-meta-item date">
<a class="notlink">
<i class="fas fa-clock" aria-hidden="true"></i>
2019-04-20
</a>
</div>
</div>
<hr>
</div>
</section>
<section class="article typo">
<h1 id="专业渗透测试实验室搭建-1-启航"><a href="#专业渗透测试实验室搭建-1-启航" class="headerlink" title="专业渗透测试实验室搭建(1)-启航"></a>专业渗透测试实验室搭建(1)-启航</h1><p>渗透测试最关键的就是练习,因为这是一个需要练习的职业,你要不停的练习,练习,练习才能有更深刻的体验和认知.</p>
<p>因此,实验环境的搭建就格外重要了,我们需要一个专业的渗透测试靶机集群,作为我们的练习目标</p>
<p>他应该满足我们的三个特征:</p>
<blockquote>
<p>1.高度模拟公司结构</p>
<p>2.最好像迷宫般复杂</p>
<p>3.内部添加调试模式</p>
</blockquote>
<p>我先解释一下第一点,高度模拟一个公司的网络结构对于渗透测试来讲是非常关键的,我们就像在制作一个游戏,这个游戏应该很复杂,起码不是那种看一眼就知道怎么通关的那种解密游戏.在很多情况下内网漫游,对于一个入侵者来讲都是最难的,我们应该把我们的重心放到 apt 攻击上.</p>
<p>如果可以的话,在黑盒攻击中,我们就应该把自己看成入侵者,我们要思考如何不被发现,如何绕过防火墙,如何干扰日志管理系统,并且完成我们的战略目标,这时,一次入侵行为就不单单是一种入侵行为,他会被上升到战略高度,因此我们要高度模拟一个公司的网络结构;</p>
<p>然后是第二点,其实跟刚才说的一样,为了增加整体的难度,我们应该把这个结构设计的像迷宫一样复杂,往往在一个公司中,在一个系统建设了很久之后,的确会变得跟迷宫差不多;</p>
<p>然后是第三点,我们应该在内部添加一个调试模式,这个所谓的debug模式,是为了让我们测试各种各样的系统漏洞的,也就是说,我们应该有一个很方便的方法,去添加一个有漏洞的主机,测试这个漏洞的复现,POC或者是EXP;</p>
<p>为了好听,我们把这整个环境叫做Yume,她在日语里是梦的意思,因为梦和真实很接近,我们会用大约24 个小时的时间去搭建Yume,我们也会模拟整个公司的架构,包括他的部门,官方网站,甚至员工; </p>
<div class="readmore">
<a href="/2019/04/20/first-post/" class="flat-box">
<i class="fas fa-book-open fa-fw" aria-hidden="true"></i>
Read More
</a>
</div>
<div class="full-width auto-padding tags">
<a href="/tags/Yume/"><i class="fas fa-hashtag fa-fw"></i>Yume</a>
</div>
</section>
</article>
</div>
<div class="post-wrapper">
<article class="post reveal ">
<section class="meta">
<div class="meta" id="header-meta">
<h2 class="title">
<a href="/2019/04/19/secure-view/">
secure_view
</a>
</h2>
<div class="new-meta-box">
<div class="new-meta-item author">
<a href="http://simirror.win">
<i class="fas fa-user" aria-hidden="true"></i>
Simirror
</a>
</div>
<div class="new-meta-item date">
<a class="notlink">
<i class="fas fa-clock" aria-hidden="true"></i>
2019-04-19
</a>
</div>
</div>
<hr>
</div>
</section>
<section class="article typo">
<h1 id="关于信息安全的感悟"><a href="#关于信息安全的感悟" class="headerlink" title="关于信息安全的感悟"></a>关于信息安全的感悟</h1><p>最近对这一面有一点感悟,至于是什么样的感悟呢?</p>
<p>简单来讲就是几句话</p>
<p>各位,</p>
<p>我们所爱的事业和别的职业不一样</p>
<p>我们需要的格外的谨慎和冷静</p>
<p>你的能力是练出来的</p>
<p>成功是在不断的试错中试出来的</p>
<p>作为我们的一员</p>
<p>在实际入侵中没有任何防护措施</p>
<p>你的旁边可能是防火墙</p>
<p>是入侵检测系统,是WAF</p>
<p>你的前面可能是蜜罐,是病毒检测沙盒</p>
<p>可能是日志计入系统</p>
<p>就看谁能在成功的入侵的同时,</p>
<p>能够减少被发现的概率</p>
<p>留下最少的痕迹</p>
<p>你点下的每个按钮</p>
<p>运行的每个攻击荷载</p>
<p>都没有机会再来一次</p>
<p>你犯得的每一个错误</p>
<p>都会葬送你的未来或者剩下的日子</p>
<p>我们是一群赌徒</p>
<p>我们在拿我们的未来和现在赌</p>
<p>如果我们赌赢了</p>
<p>我们就能离伟大更进一步</p>
<p>离最完美的点更近一秒</p>
<p>记住</p>
<p>把你的全部</p>
<p>奉献给你所热爱的一切</p>
<p>这不是黑客的技术</p>
<p>是黑客的艺术</p>
<p>我们是艺术家</p>
<div class="full-width auto-padding tags">
<a href="/tags/感悟/"><i class="fas fa-hashtag fa-fw"></i>感悟</a>
</div>
</section>
</article>
</div>
<div class="post-wrapper">
<article class="post reveal ">
<section class="meta">
<div class="meta" id="header-meta">
<h2 class="title">
<a href="/2019/03/28/hello-world/">
Hello World
</a>
</h2>
<div class="new-meta-box">
<div class="new-meta-item author">
<a href="http://simirror.win">
<i class="fas fa-user" aria-hidden="true"></i>
Simirror
</a>
</div>
<div class="new-meta-item date">
<a class="notlink">
<i class="fas fa-clock" aria-hidden="true"></i>
2019-03-28
</a>
</div>
</div>
<hr>
</div>
</section>
<section class="article typo">
<p>Welcome to <a href="https://hexo.io/" target="_blank" rel="noopener">Hexo</a>! This is your very first post. Check <a href="https://hexo.io/docs/" target="_blank" rel="noopener">documentation</a> for more info. If you get any problems when using Hexo, you can find the answer in <a href="https://hexo.io/docs/troubleshooting.html" target="_blank" rel="noopener">troubleshooting</a> or you can ask me on <a href="https://github.com/hexojs/hexo/issues" target="_blank" rel="noopener">GitHub</a>.</p>
<h2 id="Quick-Start"><a href="#Quick-Start" class="headerlink" title="Quick Start"></a>Quick Start</h2><h3 id="Create-a-new-post"><a href="#Create-a-new-post" class="headerlink" title="Create a new post"></a>Create a new post</h3><figure class="highlight bash"><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">$ hexo new <span class="string">"My New Post"</span></span><br></pre></td></tr></table></figure>
<p>More info: <a href="https://hexo.io/docs/writing.html" target="_blank" rel="noopener">Writing</a></p>
<h3 id="Run-server"><a href="#Run-server" class="headerlink" title="Run server"></a>Run server</h3><figure class="highlight bash"><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">$ hexo server</span><br></pre></td></tr></table></figure>
<p>More info: <a href="https://hexo.io/docs/server.html" target="_blank" rel="noopener">Server</a></p>
<h3 id="Generate-static-files"><a href="#Generate-static-files" class="headerlink" title="Generate static files"></a>Generate static files</h3><figure class="highlight bash"><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">$ hexo generate</span><br></pre></td></tr></table></figure>
<p>More info: <a href="https://hexo.io/docs/generating.html" target="_blank" rel="noopener">Generating</a></p>
<h3 id="Deploy-to-remote-sites"><a href="#Deploy-to-remote-sites" class="headerlink" title="Deploy to remote sites"></a>Deploy to remote sites</h3><figure class="highlight bash"><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">$ hexo deploy</span><br></pre></td></tr></table></figure>
<p>More info: <a href="https://hexo.io/docs/deployment.html" target="_blank" rel="noopener">Deployment</a></p>
</section>
</article>
</div>
<div class="post-wrapper">
<article class="post reveal ">
<section class="meta">
<div class="meta" id="header-meta">
<h2 class="title">
<a href="/2019/03/28/Restart/">
重启
</a>
</h2>
<div class="new-meta-box">
<div class="new-meta-item author">
<a href="http://simirror.win">
<i class="fas fa-user" aria-hidden="true"></i>
Simirror
</a>
</div>
<div class="new-meta-item date">
<a class="notlink">
<i class="fas fa-clock" aria-hidden="true"></i>
2019-03-28
</a>
</div>
</div>
<hr>
</div>
</section>
<section class="article typo">
<p>#在不懈的努力下,我想我又要站起来了</p>
<p>对于这一切我只想说三个台词<br>1.恕瑞玛,你们的皇帝回来了<br>2.黑玫瑰将再次绽放<br>3.我们走,我们走<br>还有5天,加油</p>
<div class="full-width auto-padding tags">
<a href="/tags/再战昆仑/"><i class="fas fa-hashtag fa-fw"></i>再战昆仑</a>
</div>
</section>
</article>
</div>
</section>
<!-- 根据主题中的设置决定是否在archive中针对摘要部分的MathJax公式加载mathjax.js文件 -->
</div>
<aside class='l_side'>
</aside>
<script>setLoadingBarProgress(60);</script>
</div>
<a class="s-top fas fa-arrow-up fa-fw" href='javascript:void(0)'></a>
</div>
<footer id="footer" class="clearfix">
<br>
<div><p>Blog content follows the <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/deed.en">Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0) License</a></p>
</div>
<div>Use <a href="https://xaoxuu.com/wiki/material-x/" target="_blank" class="codename">Material X</a> as theme, total visits <span id="busuanzi_value_site_pv"><i class="fas fa-spinner fa-spin fa-fw" aria-hidden="true"></i></span> times.
</div>
</footer>
<script>setLoadingBarProgress(80);</script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.min.js"></script>
<script>
var GOOGLE_CUSTOM_SEARCH_API_KEY = "";
var GOOGLE_CUSTOM_SEARCH_ENGINE_ID = "";
var ALGOLIA_API_KEY = "";
var ALGOLIA_APP_ID = "";
var ALGOLIA_INDEX_NAME = "";
var AZURE_SERVICE_NAME = "";
var AZURE_INDEX_NAME = "";
var AZURE_QUERY_KEY = "";
var BAIDU_API_ID = "";
var SEARCH_SERVICE = "hexo" || "hexo";
var ROOT = "/"||"/";
if(!ROOT.endsWith('/'))ROOT += '/';
</script>
<script async src="https://cdn.jsdelivr.net/npm/[email protected]/dist/scrollreveal.min.js"></script>
<script type="text/javascript">
$(function() {
const $reveal = $('.reveal');
if ($reveal.length === 0) return;
const sr = ScrollReveal({ distance: 0 });
sr.reveal('.reveal');
});
</script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/waves.min.js"></script>
<script type="text/javascript">
$(function() {
Waves.attach('.flat-btn', ['waves-button']);
Waves.attach('.float-btn', ['waves-button', 'waves-float']);
Waves.attach('.float-btn-light', ['waves-button', 'waves-float', 'waves-light']);
Waves.attach('.flat-box', ['waves-block']);
Waves.attach('.float-box', ['waves-block', 'waves-float']);
Waves.attach('.waves-image');
Waves.init();
});
</script>
<script async src="https://cdn.jsdelivr.net/gh/xaoxuu/[email protected]/js/busuanzi.pure.mini.js"></script>
<script src="//cdn1.lncld.net/static/js/3.0.4/av-min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/xaoxuu/volantis@1/js/volantis.min.js"></script>
<script>
var GUEST_INFO = ['nick','mail','link'];
var guest_info = 'nick,mail,link'.split(',').filter(function(item){
return GUEST_INFO.indexOf(item) > -1
});
var notify = 'false' == true;
var verify = 'false' == true;
var valine = new Valine();
valine.init({
el: '#valine_container',
notify: notify,
verify: verify,
guest_info: guest_info,
appId: "d692YiKaIEAnGLP3K1Syn1RV-gzGzoHsz",
appKey: "asYXhMm1VrCcMUAxXBp4AVhh",
placeholder: "请在此处填写评论,中国六学委员会提醒您~戏说就是胡说,改编只能在这编",
pageSize:'10',
avatar:'mp',
lang:'zh-cn',
highlight:''
})
</script>
<script src="https://cdn.jsdelivr.net/npm/clipboard@2/dist/clipboard.min.js"></script>
<script src="/js/app.js"></script>
<script src="/js/search.js"></script>
<script src="/js/clipboard-use.js"></script>
<script>setLoadingBarProgress(100);</script>
</body>
</html>