-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathatom.xml
431 lines (209 loc) · 12.8 KB
/
atom.xml
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
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>SkYe231 Blog</title>
<icon>https://www.mrskye.cn/icon.png</icon>
<subtitle>笔记📝</subtitle>
<link href="https://www.mrskye.cn/atom.xml" rel="self"/>
<link href="https://www.mrskye.cn/"/>
<updated>2022-07-09T17:07:32.368Z</updated>
<id>https://www.mrskye.cn/</id>
<author>
<name>SkYe231</name>
</author>
<generator uri="https://hexo.io/">Hexo</generator>
<entry>
<title>2022 江门杯 Writeup</title>
<link href="https://www.mrskye.cn/archives/775466c4/"/>
<id>https://www.mrskye.cn/archives/775466c4/</id>
<published>2022-06-20T02:50:49.000Z</published>
<updated>2022-07-09T17:07:32.368Z</updated>
<summary type="html"><h2 id="game"><a href="#game" class="headerlink" title="game"></a>game</h2><h3 id="漏洞点"><a href="#漏洞点" class="headerlink"</summary>
</entry>
<entry>
<title>CTF沙盒堆题目的一种利用思路</title>
<link href="https://www.mrskye.cn/archives/5687a33f/"/>
<id>https://www.mrskye.cn/archives/5687a33f/</id>
<published>2022-05-24T14:05:44.000Z</published>
<updated>2022-06-21T16:05:26.289Z</updated>
</entry>
<entry>
<title>路由器lua调试方法</title>
<link href="https://www.mrskye.cn/archives/a8ad03f7/"/>
<id>https://www.mrskye.cn/archives/a8ad03f7/</id>
<published>2022-04-25T14:10:30.000Z</published>
<updated>2022-08-01T04:50:11.074Z</updated>
<summary type="html">这里有东西被加密了,需要输入密码查看哦。</summary>
<category term="IOT" scheme="https://www.mrskye.cn/categories/IOT/"/>
<category term="lua,luci" scheme="https://www.mrskye.cn/tags/lua-luci/"/>
</entry>
<entry>
<title>gdbserver-all-in-one手册</title>
<link href="https://www.mrskye.cn/archives/a61aad59/"/>
<id>https://www.mrskye.cn/archives/a61aad59/</id>
<published>2022-04-20T07:23:58.000Z</published>
<updated>2022-04-20T09:08:41.892Z</updated>
<summary type="html"><h2 id="What"><a href="#What" class="headerlink" title="What"></a>What</h2><p>为了方便,弄一个全架构全版本的 gdbserver 集合。全部 gdbserver</summary>
</entry>
<entry>
<title>luCI系路由系统逆向分析</title>
<link href="https://www.mrskye.cn/archives/d8866442/"/>
<id>https://www.mrskye.cn/archives/d8866442/</id>
<published>2022-04-13T06:38:34.000Z</published>
<updated>2022-05-05T03:17:14.010Z</updated>
<summary type="html">这里有东西被加密了,需要输入密码查看哦。</summary>
<category term="openwrt" scheme="https://www.mrskye.cn/tags/openwrt/"/>
<category term="uhttpd" scheme="https://www.mrskye.cn/tags/uhttpd/"/>
<category term="lua" scheme="https://www.mrskye.cn/tags/lua/"/>
<category term="luCI" scheme="https://www.mrskye.cn/tags/luCI/"/>
</entry>
<entry>
<title>WiFi安全科普(协议&应用设置)</title>
<link href="https://www.mrskye.cn/archives/b9e83bf7/"/>
<id>https://www.mrskye.cn/archives/b9e83bf7/</id>
<published>2022-04-11T07:01:48.000Z</published>
<updated>2022-04-20T07:30:06.925Z</updated>
<summary type="html"><blockquote>
<p>工作上需要分享一次关于 WiFi 安全的内容,大概角度是协议与应用设置,下面是准备的文字稿</p>
</blockquote>
<h2 id="WiFi攻击"><a href="#WiFi攻击" class="headerlink"</summary>
<category term="WiFi协议" scheme="https://www.mrskye.cn/tags/WiFi%E5%8D%8F%E8%AE%AE/"/>
</entry>
<entry>
<title>IOT出题</title>
<link href="https://www.mrskye.cn/archives/4049da68/"/>
<id>https://www.mrskye.cn/archives/4049da68/</id>
<published>2022-04-09T14:39:30.000Z</published>
<updated>2022-12-05T16:15:47.964Z</updated>
<summary type="html">这里有东西被加密了,需要输入密码查看哦。</summary>
</entry>
<entry>
<title>Encrypted article</title>
<link href="https://www.mrskye.cn/archives/824ac3d0/"/>
<id>https://www.mrskye.cn/archives/824ac3d0/</id>
<published>2022-04-01T07:00:13.000Z</published>
<updated>2022-04-20T13:17:39.631Z</updated>
<summary type="html">这里有东西被加密了,需要输入密码查看哦。</summary>
<category term="PHP伪协议" scheme="https://www.mrskye.cn/tags/PHP%E4%BC%AA%E5%8D%8F%E8%AE%AE/"/>
</entry>
<entry>
<title>2022 西湖论剑决赛 Writeup</title>
<link href="https://www.mrskye.cn/archives/e739e85b/"/>
<id>https://www.mrskye.cn/archives/e739e85b/</id>
<published>2022-03-23T07:29:56.000Z</published>
<updated>2022-03-25T07:52:39.263Z</updated>
<summary type="html"><h2 id="tqmm"><a href="#tqmm" class="headerlink" title="tqmm"></a>tqmm</h2><p>Mqtt 协议题目,看公布靶机端口只有 9999 ,没有 mqtt 服务的默认端口 1883 ,扫了一下实际上 1883</summary>
<category term="Writeup" scheme="https://www.mrskye.cn/categories/Writeup/"/>
<category term="西湖论剑" scheme="https://www.mrskye.cn/tags/%E8%A5%BF%E6%B9%96%E8%AE%BA%E5%89%91/"/>
</entry>
<entry>
<title>busybox all in one</title>
<link href="https://www.mrskye.cn/archives/93194e8e/"/>
<id>https://www.mrskye.cn/archives/93194e8e/</id>
<published>2022-03-19T07:50:01.000Z</published>
<updated>2022-03-25T07:52:39.267Z</updated>
<summary type="html">这里有东西被加密了,需要输入密码查看哦。</summary>
<category term="busybox" scheme="https://www.mrskye.cn/tags/busybox/"/>
</entry>
<entry>
<title>利用HackRF进行GPS定位欺骗</title>
<link href="https://www.mrskye.cn/archives/5d9be0ae/"/>
<id>https://www.mrskye.cn/archives/5d9be0ae/</id>
<published>2022-03-01T06:22:32.000Z</published>
<updated>2022-03-30T05:42:42.664Z</updated>
<summary type="html"><h2 id="需要硬件设备"><a href="#需要硬件设备" class="headerlink" title="需要硬件设备"></a>需要硬件设备</h2><ul>
<li><p>HackRF</p>
</li>
<li><p>HackRF</summary>
<category term="HackRF" scheme="https://www.mrskye.cn/tags/HackRF/"/>
<category term="GPS定位欺骗" scheme="https://www.mrskye.cn/tags/GPS%E5%AE%9A%E4%BD%8D%E6%AC%BA%E9%AA%97/"/>
</entry>
<entry>
<title>CobaltStrike通过匿名域名&CDN隐藏IP</title>
<link href="https://www.mrskye.cn/archives/ab1534f8/"/>
<id>https://www.mrskye.cn/archives/ab1534f8/</id>
<published>2022-02-19T07:45:23.000Z</published>
<updated>2022-03-25T07:52:39.279Z</updated>
<summary type="html">这里有东西被加密了,需要输入密码查看哦。</summary>
<category term="Web" scheme="https://www.mrskye.cn/categories/Web/"/>
<category term="CobaltStrike" scheme="https://www.mrskye.cn/tags/CobaltStrike/"/>
</entry>
<entry>
<title>CobaltStrike</title>
<link href="https://www.mrskye.cn/archives/45c442a2/"/>
<id>https://www.mrskye.cn/archives/45c442a2/</id>
<published>2022-02-18T07:45:23.000Z</published>
<updated>2022-03-25T07:52:39.278Z</updated>
<summary type="html">这里有东西被加密了,需要输入密码查看哦。</summary>
</entry>
<entry>
<title>SSRF</title>
<link href="https://www.mrskye.cn/archives/813434ca/"/>
<id>https://www.mrskye.cn/archives/813434ca/</id>
<published>2022-01-29T12:42:08.000Z</published>
<updated>2022-03-25T07:52:39.275Z</updated>
<summary type="html">这里有东西被加密了,需要输入密码查看哦。</summary>
<category term="Web" scheme="https://www.mrskye.cn/categories/Web/"/>
<category term="SSRF" scheme="https://www.mrskye.cn/tags/SSRF/"/>
</entry>
<entry>
<title>JWT安全</title>
<link href="https://www.mrskye.cn/archives/dd3ada4/"/>
<id>https://www.mrskye.cn/archives/dd3ada4/</id>
<published>2022-01-28T05:23:30.000Z</published>
<updated>2022-09-21T03:41:44.426Z</updated>
<summary type="html">这里有东西被加密了,需要输入密码查看哦。</summary>
<category term="Web" scheme="https://www.mrskye.cn/categories/Web/"/>
<category term="JWT" scheme="https://www.mrskye.cn/tags/JWT/"/>
</entry>
<entry>
<title>Flask安全</title>
<link href="https://www.mrskye.cn/archives/56c89add/"/>
<id>https://www.mrskye.cn/archives/56c89add/</id>
<published>2022-01-21T04:23:52.000Z</published>
<updated>2022-03-25T07:47:45.238Z</updated>
<summary type="html"><h2 id="session-伪造(会话篡改)"><a href="#session-伪造(会话篡改)" class="headerlink" title="session 伪造(会话篡改)"></a>session 伪造(会话篡改)</h2><h3</summary>
<category term="Web" scheme="https://www.mrskye.cn/categories/Web/"/>
<category term="Flask" scheme="https://www.mrskye.cn/tags/Flask/"/>
</entry>
<entry>
<title>Web-Base</title>
<link href="https://www.mrskye.cn/archives/dee08d53/"/>
<id>https://www.mrskye.cn/archives/dee08d53/</id>
<published>2022-01-19T07:46:10.000Z</published>
<updated>2022-11-01T04:13:52.097Z</updated>
<summary type="html"><h2 id="弱类型比较"><a href="#弱类型比较" class="headerlink" title="弱类型比较"></a>弱类型比较</h2><h3 id="弱类型简介"><a href="#弱类型简介" class="headerlink"</summary>
<category term="Web" scheme="https://www.mrskye.cn/categories/Web/"/>
<category term="Web" scheme="https://www.mrskye.cn/tags/Web/"/>
</entry>
<entry>
<title>反序列化</title>
<link href="https://www.mrskye.cn/archives/d3333ead/"/>
<id>https://www.mrskye.cn/archives/d3333ead/</id>
<published>2022-01-18T14:54:24.000Z</published>
<updated>2022-05-09T16:04:00.956Z</updated>
<summary type="html">这里有东西被加密了,需要输入密码查看哦。</summary>
<category term="Web" scheme="https://www.mrskye.cn/categories/Web/"/>
<category term="Web" scheme="https://www.mrskye.cn/tags/Web/"/>
<category term="反序列化" scheme="https://www.mrskye.cn/tags/%E5%8F%8D%E5%BA%8F%E5%88%97%E5%8C%96/"/>
</entry>
<entry>
<title>代码执行</title>
<link href="https://www.mrskye.cn/archives/8c4c947e/"/>
<id>https://www.mrskye.cn/archives/8c4c947e/</id>
<published>2022-01-16T17:06:19.000Z</published>
<updated>2022-03-25T07:47:45.258Z</updated>
<summary type="html">这里有东西被加密了,需要输入密码查看哦。</summary>
<category term="Web" scheme="https://www.mrskye.cn/categories/Web/"/>
<category term="Web" scheme="https://www.mrskye.cn/tags/Web/"/>
<category term="命令执行" scheme="https://www.mrskye.cn/tags/%E5%91%BD%E4%BB%A4%E6%89%A7%E8%A1%8C/"/>
</entry>
<entry>
<title>树莓派4b抓取IOT流量环境配置</title>
<link href="https://www.mrskye.cn/archives/d85b8fc8/"/>
<id>https://www.mrskye.cn/archives/d85b8fc8/</id>
<published>2022-01-05T17:31:06.000Z</published>
<updated>2022-03-25T07:47:45.278Z</updated>
<summary type="html"><h2 id="缘起"><a href="#缘起" class="headerlink" title="缘起"></a>缘起</h2><p>在研究某些 IOT 设备时发现,该设备的操控逻辑是:手机发出指令到云端服务器,云端服务器发送指令到 IOT</summary>
<category term="OpenWrt" scheme="https://www.mrskye.cn/tags/OpenWrt/"/>
</entry>
</feed>