-
Notifications
You must be signed in to change notification settings - Fork 27
/
index.html
854 lines (466 loc) · 25.1 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
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>物联网安全技术研究</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="description" content="一个专注于物联网安全技术研究与交流的小站">
<meta property="og:type" content="website">
<meta property="og:title" content="物联网安全技术研究">
<meta property="og:url" content="http://yoursite.com/index.html">
<meta property="og:site_name" content="物联网安全技术研究">
<meta property="og:description" content="一个专注于物联网安全技术研究与交流的小站">
<meta property="og:locale" content="zh-CN">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="物联网安全技术研究">
<meta name="twitter:description" content="一个专注于物联网安全技术研究与交流的小站">
<link rel="alternate" href="/atom.xml" title="物联网安全技术研究" type="application/atom+xml">
<link rel="icon" href="/css/images/favicon.ico">
<link href="//cdn.bootcss.com/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet">
<style type="text/css">
@font-face{font-family:futura-pt;src:url(https://use.typekit.net/af/9749f0/00000000000000000001008f/27/l?subset_id=2&fvd=n5) format("woff2");font-weight:500;font-style:normal;}
@font-face{font-family:futura-pt;src:url(https://use.typekit.net/af/90cf9f/000000000000000000010091/27/l?subset_id=2&fvd=n7) format("woff2");font-weight:500;font-style:normal;}
@font-face{font-family:futura-pt;src:url(https://use.typekit.net/af/8a5494/000000000000000000013365/27/l?subset_id=2&fvd=n4) format("woff2");font-weight:lighter;font-style:normal;}
@font-face{font-family:futura-pt;src:url(https://use.typekit.net/af/d337d8/000000000000000000010095/27/l?subset_id=2&fvd=i4) format("woff2");font-weight:400;font-style:italic;}</style>
<link rel="stylesheet" href="/css/style.css">
<script src="/js/jquery-3.1.1.min.js"></script>
<!-- Bootstrap core CSS -->
<link rel="stylesheet" href="/css/bootstrap.css" >
<link rel="stylesheet" href="/css/hiero.css" >
<link rel="stylesheet" href="/css/glyphs.css" >
</head>
<script>
var themeMenus = {};
themeMenus["/"] = "主页";
themeMenus["/books"] = "书籍";
themeMenus["/tools"] = "工具";
themeMenus["/about"] = "关于";
</script>
<body>
<header id="allheader" class="site-header" role="banner">
<div class="clearfix container">
<div class="site-branding">
<h1 class="site-title">
<a href="/" title="物联网安全技术研究" rel="home"> 物联网安全技术研究 </a>
</h1>
<div class="site-description">一个专注于物联网安全技术研究与交流的小站</div>
<nav id="main-navigation" class="main-navigation" role="navigation">
<a class="nav-open">Menu</a>
<a class="nav-close">Close</a>
<div class="clearfix sf-menu">
<ul id="main-nav" class="nmenu sf-js-enabled">
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-home menu-item-1663"> <a class="" href="/">主页</a> </li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-home menu-item-1663"> <a class="" href="/books">书籍</a> </li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-home menu-item-1663"> <a class="" href="/tools">工具</a> </li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-home menu-item-1663"> <a class="" href="/about">关于</a> </li>
</ul>
</div>
</nav>
</div>
</div>
</header>
<div id="container">
<div id="wrap">
<div id="content" class="outer">
<section id="main">
<article id="post-ARM-exploitation-for-IoT-Episode-3" class="article article-type-post" itemscope itemprop="blogPost" >
<div id="articleInner" class="clearfix post-1016 post type-post status-publish format-standard has-post-thumbnail hentry category-template-2 category-uncategorized tag-codex tag-edge-case tag-featured-image tag-image tag-template">
<header class="article-header">
<h1 class="thumb" itemprop="name">
<a class="article-title" href="/2017/11/10/ARM-exploitation-for-IoT-Episode-3/">ARM exploitation for IoT---Episode 3</a>
</h1>
</header>
<div class="article-meta">
Posted on <a href="/2017/11/10/ARM-exploitation-for-IoT-Episode-3/" class="article-date">
<time datetime="2017-11-10T10:28:22.000Z" itemprop="datePublished">十一月 10, 2017</time>
</a>
</div>
<div class="article-entry" itemprop="articleBody">
<div class="entry-summary" style="margin-left:0;">
原文地址:https://quequero.org/2017/11/arm-exploitation-iot-episode-3/作者:andrea sindoni翻译:大部分来源于谷歌的网页翻译,对谷歌翻译表示感谢。祝大家双11能解出难度大于漏洞利用的题—优惠券的最佳搭配方案
<p class="article-more-link">
<a href="/2017/11/10/ARM-exploitation-for-IoT-Episode-3/#more">阅读全文</a>
</p>
</div>
</div>
<footer class="entry-meta entry-footer">
</footer>
</div>
</article>
<!-- Table of Contents -->
<article id="post-ARM-exploitation-for-IoT-Episode-2" class="article article-type-post" itemscope itemprop="blogPost" >
<div id="articleInner" class="clearfix post-1016 post type-post status-publish format-standard has-post-thumbnail hentry category-template-2 category-uncategorized tag-codex tag-edge-case tag-featured-image tag-image tag-template">
<header class="article-header">
<h1 class="thumb" itemprop="name">
<a class="article-title" href="/2017/11/10/ARM-exploitation-for-IoT-Episode-2/">ARM exploitation for IoT ---Episode 2</a>
</h1>
</header>
<div class="article-meta">
Posted on <a href="/2017/11/10/ARM-exploitation-for-IoT-Episode-2/" class="article-date">
<time datetime="2017-11-10T00:35:16.000Z" itemprop="datePublished">十一月 10, 2017</time>
</a>
</div>
<div class="article-entry" itemprop="articleBody">
<div class="entry-summary" style="margin-left:0;">
原文地址:https://quequero.org/2017/09/arm-exploitation-iot-episode-2/作者:andrea sindoni翻译:大部分来源于谷歌的网页翻译,对谷歌翻译表示感谢。也许谷歌翻译的算法对逆向的理解比我深刻还优雅多了,哈哈
<p class="article-more-link">
<a href="/2017/11/10/ARM-exploitation-for-IoT-Episode-2/#more">阅读全文</a>
</p>
</div>
</div>
<footer class="entry-meta entry-footer">
</footer>
</div>
</article>
<!-- Table of Contents -->
<article id="post-IoT设备通信安全讨论" class="article article-type-post" itemscope itemprop="blogPost" >
<div id="articleInner" class="clearfix post-1016 post type-post status-publish format-standard has-post-thumbnail hentry category-template-2 category-uncategorized tag-codex tag-edge-case tag-featured-image tag-image tag-template">
<header class="article-header">
<h1 class="thumb" itemprop="name">
<a class="article-title" href="/2017/11/06/IoT设备通信安全讨论/">IoT设备通信安全讨论</a>
</h1>
</header>
<div class="article-meta">
Posted on <a href="/2017/11/06/IoT设备通信安全讨论/" class="article-date">
<time datetime="2017-11-06T03:23:54.000Z" itemprop="datePublished">十一月 6, 2017</time>
</a>
</div>
<div class="article-entry" itemprop="articleBody">
<div class="entry-summary" style="margin-left:0;">
原文地址:http://mp.weixin.qq.com/s/8qyV7e7466UZkmVit4921w作者:360CERT
<p class="article-more-link">
<a href="/2017/11/06/IoT设备通信安全讨论/#more">阅读全文</a>
</p>
</div>
</div>
<footer class="entry-meta entry-footer">
</footer>
</div>
</article>
<!-- Table of Contents -->
<article id="post-五大顶级物联网安全公司的安全建设思路及产品" class="article article-type-post" itemscope itemprop="blogPost" >
<div id="articleInner" class="clearfix post-1016 post type-post status-publish format-standard has-post-thumbnail hentry category-template-2 category-uncategorized tag-codex tag-edge-case tag-featured-image tag-image tag-template">
<header class="article-header">
<h1 class="thumb" itemprop="name">
<a class="article-title" href="/2017/09/27/五大顶级物联网安全公司的安全建设思路及产品/">五大顶级物联网安全公司的安全建设思路及产品</a>
</h1>
</header>
<div class="article-meta">
Posted on <a href="/2017/09/27/五大顶级物联网安全公司的安全建设思路及产品/" class="article-date">
<time datetime="2017-09-27T08:08:10.000Z" itemprop="datePublished">九月 27, 2017</time>
</a>
</div>
<div class="article-entry" itemprop="articleBody">
<div class="entry-summary" style="margin-left:0;">
文章转载自:绿盟科技博客原文链接:http://blog.nsfocus.net/iot-security-company-product-introduction/
<p class="article-more-link">
<a href="/2017/09/27/五大顶级物联网安全公司的安全建设思路及产品/#more">阅读全文</a>
</p>
</div>
</div>
<footer class="entry-meta entry-footer">
</footer>
</div>
</article>
<!-- Table of Contents -->
<article id="post-Awesome-IoT-Hacks" class="article article-type-post" itemscope itemprop="blogPost" >
<div id="articleInner" class="clearfix post-1016 post type-post status-publish format-standard has-post-thumbnail hentry category-template-2 category-uncategorized tag-codex tag-edge-case tag-featured-image tag-image tag-template">
<header class="article-header">
<h1 class="thumb" itemprop="name">
<a class="article-title" href="/2017/09/27/Awesome-IoT-Hacks/">Awesome IoT Hacks</a>
</h1>
</header>
<div class="article-meta">
Posted on <a href="/2017/09/27/Awesome-IoT-Hacks/" class="article-date">
<time datetime="2017-09-27T06:03:26.000Z" itemprop="datePublished">九月 27, 2017</time>
</a>
</div>
<div class="article-entry" itemprop="articleBody">
<div class="entry-summary" style="margin-left:0;">
关于IoT设备的攻击事件列表原文链接:https://github.com/nebgnahz/awesome-iot-hacks
<p class="article-more-link">
<a href="/2017/09/27/Awesome-IoT-Hacks/#more">阅读全文</a>
</p>
</div>
</div>
<footer class="entry-meta entry-footer">
</footer>
</div>
</article>
<!-- Table of Contents -->
<article id="post-路由器固件安全分析技术-二" class="article article-type-post" itemscope itemprop="blogPost" >
<div id="articleInner" class="clearfix post-1016 post type-post status-publish format-standard has-post-thumbnail hentry category-template-2 category-uncategorized tag-codex tag-edge-case tag-featured-image tag-image tag-template">
<header class="article-header">
<h1 class="thumb" itemprop="name">
<a class="article-title" href="/2017/09/27/路由器固件安全分析技术-二/">路由器固件安全分析技术(二)</a>
</h1>
</header>
<div class="article-meta">
Posted on <a href="/2017/09/27/路由器固件安全分析技术-二/" class="article-date">
<time datetime="2017-09-27T06:00:59.000Z" itemprop="datePublished">九月 27, 2017</time>
</a>
</div>
<div class="article-entry" itemprop="articleBody">
<div class="entry-summary" style="margin-left:0;">
文章转载自:漏洞盒子原文作者:lzl@TCC原文链接:https://www.vulbox.com/knowledge/detail/?id=42
<p class="article-more-link">
<a href="/2017/09/27/路由器固件安全分析技术-二/#more">阅读全文</a>
</p>
</div>
</div>
<footer class="entry-meta entry-footer">
</footer>
</div>
</article>
<!-- Table of Contents -->
<article id="post-路由器固件安全分析技术-一" class="article article-type-post" itemscope itemprop="blogPost" >
<div id="articleInner" class="clearfix post-1016 post type-post status-publish format-standard has-post-thumbnail hentry category-template-2 category-uncategorized tag-codex tag-edge-case tag-featured-image tag-image tag-template">
<header class="article-header">
<h1 class="thumb" itemprop="name">
<a class="article-title" href="/2017/09/27/路由器固件安全分析技术-一/">路由器固件安全分析技术(一)</a>
</h1>
</header>
<div class="article-meta">
Posted on <a href="/2017/09/27/路由器固件安全分析技术-一/" class="article-date">
<time datetime="2017-09-27T05:31:02.000Z" itemprop="datePublished">九月 27, 2017</time>
</a>
</div>
<div class="article-entry" itemprop="articleBody">
<div class="entry-summary" style="margin-left:0;">
文章转载自:漏洞盒子原文作者:lzl@TCC原文链接:https://www.vulbox.com/knowledge/detail/?id=35
<p class="article-more-link">
<a href="/2017/09/27/路由器固件安全分析技术-一/#more">阅读全文</a>
</p>
</div>
</div>
<footer class="entry-meta entry-footer">
</footer>
</div>
</article>
<!-- Table of Contents -->
<article id="post-ARM-exploitation-for-IoT-–-Episode-1" class="article article-type-post" itemscope itemprop="blogPost" >
<div id="articleInner" class="clearfix post-1016 post type-post status-publish format-standard has-post-thumbnail hentry category-template-2 category-uncategorized tag-codex tag-edge-case tag-featured-image tag-image tag-template">
<header class="article-header">
<h1 class="thumb" itemprop="name">
<a class="article-title" href="/2017/09/27/ARM-exploitation-for-IoT-–-Episode-1/">ARM exploitation for IoT – Episode 1</a>
</h1>
</header>
<div class="article-meta">
Posted on <a href="/2017/09/27/ARM-exploitation-for-IoT-–-Episode-1/" class="article-date">
<time datetime="2017-09-27T04:43:13.000Z" itemprop="datePublished">九月 27, 2017</time>
</a>
</div>
<div class="article-entry" itemprop="articleBody">
<div class="entry-summary" style="margin-left:0;">
根据作者的安排,文章分为ARM逆向、构造shellcode、最终的exploitation。本篇介绍和ARM逆向相关的知识点。
<p class="article-more-link">
<a href="/2017/09/27/ARM-exploitation-for-IoT-–-Episode-1/#more">阅读全文</a>
</p>
</div>
</div>
<footer class="entry-meta entry-footer">
</footer>
</div>
</article>
<!-- Table of Contents -->
<article id="post-Burglar-and-Hacker" class="article article-type-post" itemscope itemprop="blogPost" >
<div id="articleInner" class="clearfix post-1016 post type-post status-publish format-standard has-post-thumbnail hentry category-template-2 category-uncategorized tag-codex tag-edge-case tag-featured-image tag-image tag-template">
<header class="article-header">
<h1 class="thumb" itemprop="name">
<a class="article-title" href="/2017/09/27/Burglar-and-Hacker/">Burglar and Hacker</a>
</h1>
</header>
<div class="article-meta">
Posted on <a href="/2017/09/27/Burglar-and-Hacker/" class="article-date">
<time datetime="2017-09-27T04:23:02.000Z" itemprop="datePublished">九月 27, 2017</time>
</a>
</div>
<div class="article-entry" itemprop="articleBody">
<div class="entry-summary" style="margin-left:0;">
本文对iSmartAlarm厂商的iSmartAlarm Cube产品相关的五个漏洞做了演示。
<p class="article-more-link">
<a href="/2017/09/27/Burglar-and-Hacker/#more">阅读全文</a>
</p>
</div>
</div>
<footer class="entry-meta entry-footer">
</footer>
</div>
</article>
<!-- Table of Contents -->
</section>
<aside id="sidebar">
<div class="widget-wrap" style="margin: 20px 0;">
<div id="search-form-wrap">
<form class="search-form">
<label style="width: 75%;">
<span class="screen-reader-text">Search for:</span>
<input type="search" class="search-field" style="height: 42px;" placeholder=" 搜索…" value="" name="s" title="Search for:">
</label>
<input type="submit" class="search-form-submit" value="搜索">
</form>
<div class="ins-search">
<div class="ins-search-mask"></div>
<div class="ins-search-container">
<div class="ins-input-wrapper">
<input type="text" class="ins-search-input" placeholder="请输入关键词..."/>
<span class="ins-close ins-selectable"><i class="fa fa-times-circle"></i></span>
</div>
<div class="ins-section-wrapper">
<div class="ins-section-container"></div>
</div>
</div>
</div>
<script>
(function (window) {
var INSIGHT_CONFIG = {
TRANSLATION: {
POSTS: '文章',
PAGES: '页面',
CATEGORIES: '分类',
TAGS: '标签',
UNTITLED: '(无标题)',
},
ROOT_URL: '/',
CONTENT_URL: '/content.json',
};
window.INSIGHT_CONFIG = INSIGHT_CONFIG;
})(window);
</script>
<script src="/js/insight.js"></script>
</div>
</div>
<div class="widget-wrap">
<h3 class="widget-title">联系我们</h3>
<div class="widget widget_athemes_social_icons">
<ul class="clearfix widget-social-icons">
<li><a href="https://github.com/SecWiki/iot" title="Github"><i class="fa fa-github" aria-hidden="true"></i></a></li>
</ul>
<!--
<ul class="clearfix widget-social-icons">
<li class="widget-si-twitter"><a href="http://twitter.com" title="Twitter"><i class="ico-twitter"></i></a></li>
<li class="widget-si-facebook"><a href="http://facebook.com" title="Facebook"><i class="ico-facebook"></i></a></li>
<li class="widget-si-gplus"><a href="http://plus.google.com" title="Google+"><i class="ico-gplus"></i></a></li>
<li class="widget-si-pinterest"><a href="http://pinterest.com" title="Pinterest"><i class="ico-pinterest"></i></a></li>
<li class="widget-si-flickr"><a href="http://flickr.com" title="Flickr"><i class="ico-flickr"></i></a></li>
<li class="widget-si-instagram"><a href="http://instagram.com" title="Instagram"><i class="ico-instagram"></i></a></li>
</ul> -->
</div>
</div>
<div class="widget_athemes_tabs">
<ul id="widget-tab" class="clearfix widget-tab-nav">
<li class="active"><a>最新文章</a></li>
</ul>
<div class="widget">
<ul>
<li class="clearfix">
<div class="widget-entry-summary" style="margin: 0;">
<h6 style="margin: 0;"><a href="/2017/11/10/ARM-exploitation-for-IoT-Episode-3/">ARM exploitation for IoT---Episode 3</a></h6>
<span>十一月 10, 2017</span>
</div>
</li>
<li class="clearfix">
<div class="widget-entry-summary" style="margin: 0;">
<h6 style="margin: 0;"><a href="/2017/11/10/ARM-exploitation-for-IoT-Episode-2/">ARM exploitation for IoT ---Episode 2</a></h6>
<span>十一月 10, 2017</span>
</div>
</li>
<li class="clearfix">
<div class="widget-entry-summary" style="margin: 0;">
<h6 style="margin: 0;"><a href="/2017/11/06/IoT设备通信安全讨论/">IoT设备通信安全讨论</a></h6>
<span>十一月 6, 2017</span>
</div>
</li>
<li class="clearfix">
<div class="widget-entry-summary" style="margin: 0;">
<h6 style="margin: 0;"><a href="/2017/09/27/五大顶级物联网安全公司的安全建设思路及产品/">五大顶级物联网安全公司的安全建设思路及产品</a></h6>
<span>九月 27, 2017</span>
</div>
</li>
<li class="clearfix">
<div class="widget-entry-summary" style="margin: 0;">
<h6 style="margin: 0;"><a href="/2017/09/27/Awesome-IoT-Hacks/">Awesome IoT Hacks</a></h6>
<span>九月 27, 2017</span>
</div>
</li>
<li class="clearfix">
<div class="widget-entry-summary" style="margin: 0;">
<h6 style="margin: 0;"><a href="/2017/09/27/路由器固件安全分析技术-二/">路由器固件安全分析技术(二)</a></h6>
<span>九月 27, 2017</span>
</div>
</li>
</ul>
</div>
</div>
<div class="widget-wrap">
<h3 class="widget-title">归档</h3>
<div class="widget">
<ul class="archive-list"><li class="archive-list-item"><a class="archive-list-link" href="/archives/2017/11/">十一月 2017</a><span class="archive-list-count">3</span></li><li class="archive-list-item"><a class="archive-list-link" href="/archives/2017/09/">九月 2017</a><span class="archive-list-count">6</span></li></ul>
</div>
</div>
</aside>
</div>
<footer id="footer" class="site-footer">
<div class="clearfix container">
<div class="site-info">
© 2017 物联网安全技术研究 All Rights Reserved.
<span id="busuanzi_container_site_uv">
本站访客数<span id="busuanzi_value_site_uv"></span>人次
本站总访问量<span id="busuanzi_value_site_pv"></span>次
</span>
</div>
<div class="site-credit">
Theme by <a href="https://github.com/iTimeTraveler/hexo-theme-hiero" target="_blank">hiero</a>
</div>
</div>
</footer>
<!-- min height -->
<script>
var contentdiv = document.getElementById("content");
contentdiv.style.minHeight = document.body.offsetHeight - document.getElementById("allheader").offsetHeight - document.getElementById("footer").offsetHeight + "px";
</script>
</div>
<!-- <nav id="mobile-nav">
<a href="/" class="mobile-nav-link">主页</a>
<a href="/books" class="mobile-nav-link">书籍</a>
<a href="/tools" class="mobile-nav-link">工具</a>
<a href="/about" class="mobile-nav-link">关于</a>
</nav> -->
<!-- mathjax config similar to math.stackexchange -->
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
tex2jax: {
inlineMath: [ ['$','$'], ["\\(","\\)"] ],
processEscapes: true
}
});
</script>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
tex2jax: {
skipTags: ['script', 'noscript', 'style', 'textarea', 'pre', 'code']
}
});
</script>
<script type="text/x-mathjax-config">
MathJax.Hub.Queue(function() {
var all = MathJax.Hub.getAllJax(), i;
for(i=0; i < all.length; i += 1) {
all[i].SourceElement().parentNode.className += ' has-jax';
}
});
</script>
<script type="text/javascript" src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
</script>
<link rel="stylesheet" href="/fancybox/jquery.fancybox.css">
<script src="/fancybox/jquery.fancybox.pack.js"></script>
<script src="/js/scripts.js"></script>
<script src="/js/bootstrap.js"></script>
<script src="/js/main.js"></script>
<script async src="//dn-lbstatics.qbox.me/busuanzi/2.3/busuanzi.pure.mini.js">
</script>
</div>
<a id="rocket" href="#top" class=""></a>
<script type="text/javascript" src="/js/totop.js" async=""></script>
</body>
</html>