Skip to content

Commit 1b9c472

Browse files
committed
new file
1 parent ee432b5 commit 1b9c472

28 files changed

+1860
-310
lines changed

archives.html

+18-19
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@
3030
<link href="./feed.xml" type="application/rss+xml" rel="alternate"
3131
title="工匠实验室 | 专注于工控安全 RSS Feed"/>
3232

33+
<link href="./theme/css/github-markdown.css" rel="stylesheet">
34+
3335
</head>
3436
<body>
3537

@@ -45,13 +47,13 @@
4547

4648
<a href="./" class="navbar-brand">
4749
<img src="./logo.png" width="40" height="40"/> </a>
48-
<div class="brand" id="titlename">工匠实验室 - 专注工控安全研究</div>
50+
<div class="brand" id="titlename">工匠实验室</div>
4951
</div>
5052
<div class="collapse navbar-collapse navbar-ex1-collapse navbar-right">
5153
<ul class="nav navbar-nav">
5254
<li><a href="http://icsmaster.com/index.html">首页</a></li>
53-
<li><a href="http://icsmaster.com/index.html">资讯</a></li>
54-
<li><a href="http://icsmaster.com/index.html">研究</a></li>
55+
<li><a href="http://icsmaster.com/news.html">资讯</a></li>
56+
<li><a href="http://icsmaster.com/security.html">研究</a></li>
5557
<li><a href="http://icsmaster.com/index.html">资源</a></li>
5658
<li><a href="http://icsmaster.com/nav.html">导航</a></li>
5759
<li><a href="http://icsmaster.com/other/about.html">关于</a></li>
@@ -76,6 +78,8 @@
7678
<h1>归档文件列表</h1>
7779

7880
<dl>
81+
<dt>2017-04-08 13:59:25</dt>
82+
<dd><a href='./security/ClearEnergy.html'>工业控制系统ClearEnergy勒索软件攻击</a></dd>
7983
<dt>2017-02-23 17:27:44</dt>
8084
<dd><a href='./tool/icstools.html'>工控安全工具集</a></dd>
8185
<dt>2017-02-22 20:50:01</dt>
@@ -96,6 +100,11 @@ <h1>归档文件列表</h1>
96100
<h4><i class="fa fa-home fa-lg"></i><span class="icon-label">近期文章</span></h4>
97101
</div>
98102
<ul class="list-group" id="recentposts">
103+
<li class="list-group-item">
104+
<a href="./security/ClearEnergy.html">
105+
工业控制系统ClearEnergy勒索软件攻击
106+
</a>
107+
</li>
99108
<li class="list-group-item">
100109
<a href="./tool/icstools.html">
101110
工控安全工具集
@@ -172,6 +181,11 @@ <h4><i class="fa fa-home fa-lg"></i><span class="icon-label">近期文章</span>
172181
独自等待
173182
</a>
174183
</li>
184+
<li class="list-group-item">
185+
<a href="http://plcscan.org/blog/" target="_blank">
186+
灯塔实验室
187+
</a>
188+
</li>
175189
</ul>
176190
</li>
177191
</section>
@@ -207,7 +221,7 @@ <h4><i class="fa fa-home fa-lg"></i><span class="icon-label">近期文章</span>
207221

208222
<!-- For the Tags Cloud -->
209223
<script type="text/javascript">
210-
if(document.body.scrollWidth < 700){
224+
if(document.body.scrollWidth < 1024){
211225
document.getElementById("titlename").innerHTML="工匠实验室";
212226
}
213227
</script>
@@ -233,21 +247,6 @@ <h4><i class="fa fa-home fa-lg"></i><span class="icon-label">近期文章</span>
233247
</script>
234248
<script src="./theme/js/github.js" type="text/javascript"></script>
235249
<!-- End GitHub JS Code -->
236-
<!-- Disqus -->
237-
<script type="text/javascript">
238-
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
239-
var disqus_shortname = 'w3h'; // required: replace example with your forum shortname
240-
241-
/* * * DON'T EDIT BELOW THIS LINE * * */
242-
(function () {
243-
var s = document.createElement('script');
244-
s.async = true;
245-
s.type = 'text/javascript';
246-
s.src = '//' + disqus_shortname + '.disqus.com/count.js';
247-
(document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);
248-
}());
249-
</script>
250-
<!-- End Disqus Code -->
251250

252251

253252
<script>

category/index.html

+28-19
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@
3030
<link href="../feed.xml" type="application/rss+xml" rel="alternate"
3131
title="工匠实验室 | 专注于工控安全 RSS Feed"/>
3232

33+
<link href="../theme/css/github-markdown.css" rel="stylesheet">
34+
3335
</head>
3436
<body>
3537

@@ -45,13 +47,13 @@
4547

4648
<a href="../" class="navbar-brand">
4749
<img src="../logo.png" width="40" height="40"/> </a>
48-
<div class="brand" id="titlename">工匠实验室 - 专注工控安全研究</div>
50+
<div class="brand" id="titlename">工匠实验室</div>
4951
</div>
5052
<div class="collapse navbar-collapse navbar-ex1-collapse navbar-right">
5153
<ul class="nav navbar-nav">
5254
<li><a href="http://icsmaster.com/index.html">首页</a></li>
53-
<li><a href="http://icsmaster.com/index.html">资讯</a></li>
54-
<li><a href="http://icsmaster.com/index.html">研究</a></li>
55+
<li><a href="http://icsmaster.com/news.html">资讯</a></li>
56+
<li><a href="http://icsmaster.com/security.html">研究</a></li>
5557
<li><a href="http://icsmaster.com/index.html">资源</a></li>
5658
<li><a href="http://icsmaster.com/nav.html">导航</a></li>
5759
<li><a href="http://icsmaster.com/other/about.html">关于</a></li>
@@ -99,6 +101,18 @@ <h4 class="panel-title">
99101
</div>
100102
</div>
101103
</div>
104+
<div class="panel panel-default">
105+
<div class="panel-heading">
106+
<h4 class="panel-title">
107+
<a data-toggle="collapse" data-parent="#accordion" href="#collapse-security">security <span class="badge pull-right">1</span></a>
108+
</h4>
109+
</div>
110+
<div id="collapse-security" class="panel-collapse collapse">
111+
<div class="panel-body">
112+
<p><span class="categories-timestamp"><time datetime="2017-04-08T14:36:00+08:00">2017-04-08 13:59:25</time></span> <a href="../security/ClearEnergy.html">工业控制系统ClearEnergy勒索软件攻击</a></p>
113+
</div>
114+
</div>
115+
</div>
102116
<div class="panel panel-default">
103117
<div class="panel-heading">
104118
<h4 class="panel-title">
@@ -126,6 +140,11 @@ <h4 class="panel-title">
126140
<h4><i class="fa fa-home fa-lg"></i><span class="icon-label">近期文章</span></h4>
127141
</div>
128142
<ul class="list-group" id="recentposts">
143+
<li class="list-group-item">
144+
<a href="../security/ClearEnergy.html">
145+
工业控制系统ClearEnergy勒索软件攻击
146+
</a>
147+
</li>
129148
<li class="list-group-item">
130149
<a href="../tool/icstools.html">
131150
工控安全工具集
@@ -202,6 +221,11 @@ <h4><i class="fa fa-home fa-lg"></i><span class="icon-label">近期文章</span>
202221
独自等待
203222
</a>
204223
</li>
224+
<li class="list-group-item">
225+
<a href="http://plcscan.org/blog/" target="_blank">
226+
灯塔实验室
227+
</a>
228+
</li>
205229
</ul>
206230
</li>
207231
</section>
@@ -237,7 +261,7 @@ <h4><i class="fa fa-home fa-lg"></i><span class="icon-label">近期文章</span>
237261

238262
<!-- For the Tags Cloud -->
239263
<script type="text/javascript">
240-
if(document.body.scrollWidth < 700){
264+
if(document.body.scrollWidth < 1024){
241265
document.getElementById("titlename").innerHTML="工匠实验室";
242266
}
243267
</script>
@@ -263,21 +287,6 @@ <h4><i class="fa fa-home fa-lg"></i><span class="icon-label">近期文章</span>
263287
</script>
264288
<script src="../theme/js/github.js" type="text/javascript"></script>
265289
<!-- End GitHub JS Code -->
266-
<!-- Disqus -->
267-
<script type="text/javascript">
268-
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
269-
var disqus_shortname = 'w3h'; // required: replace example with your forum shortname
270-
271-
/* * * DON'T EDIT BELOW THIS LINE * * */
272-
(function () {
273-
var s = document.createElement('script');
274-
s.async = true;
275-
s.type = 'text/javascript';
276-
s.src = '//' + disqus_shortname + '.disqus.com/count.js';
277-
(document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);
278-
}());
279-
</script>
280-
<!-- End Disqus Code -->
281290

282291

283292
<script>

category/news.html

+11-19
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@
3030
<link href="../feed.xml" type="application/rss+xml" rel="alternate"
3131
title="工匠实验室 | 专注于工控安全 RSS Feed"/>
3232

33+
<link href="../theme/css/github-markdown.css" rel="stylesheet">
34+
3335
</head>
3436
<body>
3537

@@ -45,13 +47,13 @@
4547

4648
<a href="../" class="navbar-brand">
4749
<img src="../logo.png" width="40" height="40"/> </a>
48-
<div class="brand" id="titlename">工匠实验室 - 专注工控安全研究</div>
50+
<div class="brand" id="titlename">工匠实验室</div>
4951
</div>
5052
<div class="collapse navbar-collapse navbar-ex1-collapse navbar-right">
5153
<ul class="nav navbar-nav">
5254
<li><a href="http://icsmaster.com/index.html">首页</a></li>
53-
<li><a href="http://icsmaster.com/index.html">资讯</a></li>
54-
<li><a href="http://icsmaster.com/index.html">研究</a></li>
55+
<li><a href="http://icsmaster.com/news.html">资讯</a></li>
56+
<li><a href="http://icsmaster.com/security.html">研究</a></li>
5557
<li><a href="http://icsmaster.com/index.html">资源</a></li>
5658
<li><a href="http://icsmaster.com/nav.html">导航</a></li>
5759
<li><a href="http://icsmaster.com/other/about.html">关于</a></li>
@@ -171,6 +173,11 @@ <h4><i class="fa fa-home fa-lg"></i><span class="icon-label">近期文章</span>
171173
独自等待
172174
</a>
173175
</li>
176+
<li class="list-group-item">
177+
<a href="http://plcscan.org/blog/" target="_blank">
178+
灯塔实验室
179+
</a>
180+
</li>
174181
</ul>
175182
</li>
176183
</section>
@@ -206,7 +213,7 @@ <h4><i class="fa fa-home fa-lg"></i><span class="icon-label">近期文章</span>
206213

207214
<!-- For the Tags Cloud -->
208215
<script type="text/javascript">
209-
if(document.body.scrollWidth < 700){
216+
if(document.body.scrollWidth < 1024){
210217
document.getElementById("titlename").innerHTML="工匠实验室";
211218
}
212219
</script>
@@ -232,21 +239,6 @@ <h4><i class="fa fa-home fa-lg"></i><span class="icon-label">近期文章</span>
232239
</script>
233240
<script src="../theme/js/github.js" type="text/javascript"></script>
234241
<!-- End GitHub JS Code -->
235-
<!-- Disqus -->
236-
<script type="text/javascript">
237-
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
238-
var disqus_shortname = 'w3h'; // required: replace example with your forum shortname
239-
240-
/* * * DON'T EDIT BELOW THIS LINE * * */
241-
(function () {
242-
var s = document.createElement('script');
243-
s.async = true;
244-
s.type = 'text/javascript';
245-
s.src = '//' + disqus_shortname + '.disqus.com/count.js';
246-
(document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);
247-
}());
248-
</script>
249-
<!-- End Disqus Code -->
250242

251243

252244
<script>

category/other.html

+11-19
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@
3030
<link href="../feed.xml" type="application/rss+xml" rel="alternate"
3131
title="工匠实验室 | 专注于工控安全 RSS Feed"/>
3232

33+
<link href="../theme/css/github-markdown.css" rel="stylesheet">
34+
3335
</head>
3436
<body>
3537

@@ -45,13 +47,13 @@
4547

4648
<a href="../" class="navbar-brand">
4749
<img src="../logo.png" width="40" height="40"/> </a>
48-
<div class="brand" id="titlename">工匠实验室 - 专注工控安全研究</div>
50+
<div class="brand" id="titlename">工匠实验室</div>
4951
</div>
5052
<div class="collapse navbar-collapse navbar-ex1-collapse navbar-right">
5153
<ul class="nav navbar-nav">
5254
<li><a href="http://icsmaster.com/index.html">首页</a></li>
53-
<li><a href="http://icsmaster.com/index.html">资讯</a></li>
54-
<li><a href="http://icsmaster.com/index.html">研究</a></li>
55+
<li><a href="http://icsmaster.com/news.html">资讯</a></li>
56+
<li><a href="http://icsmaster.com/security.html">研究</a></li>
5557
<li><a href="http://icsmaster.com/index.html">资源</a></li>
5658
<li><a href="http://icsmaster.com/nav.html">导航</a></li>
5759
<li><a href="http://icsmaster.com/other/about.html">关于</a></li>
@@ -167,6 +169,11 @@ <h4><i class="fa fa-home fa-lg"></i><span class="icon-label">近期文章</span>
167169
独自等待
168170
</a>
169171
</li>
172+
<li class="list-group-item">
173+
<a href="http://plcscan.org/blog/" target="_blank">
174+
灯塔实验室
175+
</a>
176+
</li>
170177
</ul>
171178
</li>
172179
</section>
@@ -202,7 +209,7 @@ <h4><i class="fa fa-home fa-lg"></i><span class="icon-label">近期文章</span>
202209

203210
<!-- For the Tags Cloud -->
204211
<script type="text/javascript">
205-
if(document.body.scrollWidth < 700){
212+
if(document.body.scrollWidth < 1024){
206213
document.getElementById("titlename").innerHTML="工匠实验室";
207214
}
208215
</script>
@@ -228,21 +235,6 @@ <h4><i class="fa fa-home fa-lg"></i><span class="icon-label">近期文章</span>
228235
</script>
229236
<script src="../theme/js/github.js" type="text/javascript"></script>
230237
<!-- End GitHub JS Code -->
231-
<!-- Disqus -->
232-
<script type="text/javascript">
233-
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
234-
var disqus_shortname = 'w3h'; // required: replace example with your forum shortname
235-
236-
/* * * DON'T EDIT BELOW THIS LINE * * */
237-
(function () {
238-
var s = document.createElement('script');
239-
s.async = true;
240-
s.type = 'text/javascript';
241-
s.src = '//' + disqus_shortname + '.disqus.com/count.js';
242-
(document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);
243-
}());
244-
</script>
245-
<!-- End Disqus Code -->
246238

247239

248240
<script>

0 commit comments

Comments
 (0)