-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
546 lines (316 loc) · 18.5 KB
/
Copy pathindex.html
File metadata and controls
546 lines (316 loc) · 18.5 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>PlayDumb</title>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta property="og:type" content="website">
<meta property="og:title" content="PlayDumb">
<meta property="og:url" content="http://example.com/index.html">
<meta property="og:site_name" content="PlayDumb">
<meta property="og:locale" content="en_US">
<meta property="article:author" content="John Doe">
<meta name="twitter:card" content="summary">
<link rel="alternate" href="/atom.xml" title="PlayDumb" type="application/atom+xml">
<link rel="shortcut icon" href="/favicon.png">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/index.min.css">
<link rel="stylesheet" href="/css/style.css">
<link rel="stylesheet" href="/fancybox/jquery.fancybox.min.css">
<meta name="generator" content="Hexo 6.2.0"></head>
<body>
<div id="container">
<div id="wrap">
<header id="header">
<div id="banner"></div>
<div id="header-outer" class="outer">
<div id="header-title" class="inner">
<h1 id="logo-wrap">
<a href="/" id="logo">PlayDumb</a>
</h1>
</div>
<div id="header-inner" class="inner">
<nav id="main-nav">
<a id="main-nav-toggle" class="nav-icon"></a>
<a class="main-nav-link" href="/">Home</a>
<a class="main-nav-link" href="/archives">Archives</a>
</nav>
<nav id="sub-nav">
<a id="nav-rss-link" class="nav-icon" href="/atom.xml" title="RSS Feed"></a>
<a id="nav-search-btn" class="nav-icon" title="Search"></a>
</nav>
<div id="search-form-wrap">
<form action="//google.com/search" method="get" accept-charset="UTF-8" class="search-form"><input type="search" name="q" class="search-form-input" placeholder="Search"><button type="submit" class="search-form-submit"></button><input type="hidden" name="sitesearch" value="http://example.com"></form>
</div>
</div>
</div>
</header>
<div class="outer">
<section id="main">
<article id="post-adworld-pwn" class="h-entry article article-type-post" itemprop="blogPost" itemscope itemtype="https://schema.org/BlogPosting">
<div class="article-meta">
<a href="/2022/06/28/adworld-pwn/" class="article-date">
<time class="dt-published" datetime="2022-06-27T16:00:00.000Z" itemprop="datePublished">2022-06-28</time>
</a>
<div class="article-category">
<a class="article-category-link" href="/categories/pwn/">pwn</a>
</div>
</div>
<div class="article-inner">
<header class="article-header">
<h1 itemprop="name">
<a class="p-name article-title" href="/2022/06/28/adworld-pwn/">攻防世界-新手区</a>
</h1>
</header>
<div class="e-content article-entry" itemprop="articleBody">
<h1 id="新手区"><a href="#新手区" class="headerlink" title="新手区"></a>新手区</h1><p><strong>Tomorrow always comes, and tomorrow always brings write-ups. ALWAYS FOLLOW UP A PROBLEM YOU WORKED ON, BY READING WRITE-UPS.</strong></p>
<p class="article-more-link">
<a href="/2022/06/28/adworld-pwn/#more">Read More</a>
</p>
</div>
<footer class="article-footer">
<a data-url="http://example.com/2022/06/28/adworld-pwn/" data-id="cl6x1oijh000k6mgq0ey151co" data-title="攻防世界-新手区" class="article-share-link">Share</a>
<ul class="article-tag-list" itemprop="keywords"><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/WP/" rel="tag">WP</a></li><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/adword/" rel="tag">adword</a></li><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/ctf/" rel="tag">ctf</a></li></ul>
</footer>
</div>
</article>
<article id="post-Format String Vulnerailites" class="h-entry article article-type-post" itemprop="blogPost" itemscope itemtype="https://schema.org/BlogPosting">
<div class="article-meta">
<a href="/2022/06/22/Format%20String%20Vulnerailites/" class="article-date">
<time class="dt-published" datetime="2022-06-21T16:00:00.000Z" itemprop="datePublished">2022-06-22</time>
</a>
<div class="article-category">
<a class="article-category-link" href="/categories/pwn/">pwn</a>
</div>
</div>
<div class="article-inner">
<header class="article-header">
<h1 itemprop="name">
<a class="p-name article-title" href="/2022/06/22/Format%20String%20Vulnerailites/">格式化字符串漏洞</a>
</h1>
</header>
<div class="e-content article-entry" itemprop="articleBody">
<h1 id="Format-String-Vulnerailites"><a href="#Format-String-Vulnerailites" class="headerlink" title="Format String Vulnerailites"></a>Format String Vulnerailites</h1><p>It will show you how to discover format string vulnerabilities in C source code, and why this new kind of vulnerability is more dangerous than the common buffer overflow vulnerability.</p>
<p class="article-more-link">
<a href="/2022/06/22/Format%20String%20Vulnerailites/#more">Read More</a>
</p>
</div>
<footer class="article-footer">
<a data-url="http://example.com/2022/06/22/Format%20String%20Vulnerailites/" data-id="cl6x1oijf000i6mgq0xxcgwr5" data-title="格式化字符串漏洞" class="article-share-link">Share</a>
<ul class="article-tag-list" itemprop="keywords"><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/%E6%A0%BC%E5%BC%8F%E5%8C%96%E5%AD%97%E7%AC%A6%E4%B8%B2%E6%BC%8F%E6%B4%9E/" rel="tag">格式化字符串漏洞</a></li></ul>
</footer>
</div>
</article>
<article id="post-BO9-shellcode" class="h-entry article article-type-post" itemprop="blogPost" itemscope itemtype="https://schema.org/BlogPosting">
<div class="article-meta">
<a href="/2021/10/11/BO9-shellcode/" class="article-date">
<time class="dt-published" datetime="2021-10-10T16:00:00.000Z" itemprop="datePublished">2021-10-11</time>
</a>
<div class="article-category">
<a class="article-category-link" href="/categories/pwn/">pwn</a>
</div>
</div>
<div class="article-inner">
<header class="article-header">
<h1 itemprop="name">
<a class="p-name article-title" href="/2021/10/11/BO9-shellcode/">shell code</a>
</h1>
</header>
<div class="e-content article-entry" itemprop="articleBody">
<h1 id="Shellcode-The-Payload"><a href="#Shellcode-The-Payload" class="headerlink" title="Shellcode:The Payload"></a>Shellcode:The Payload</h1><h2 id="SHELLCODE"><a href="#SHELLCODE" class="headerlink" title="SHELLCODE"></a>SHELLCODE</h2><p> 为了直接在堆栈或内存的其他部分执行我们处理二进制的原始漏洞利用代码,我们需要表示目标机器的一组原始机器指令的汇编代码。 </p>
<p class="article-more-link">
<a href="/2021/10/11/BO9-shellcode/#more">Read More</a>
</p>
</div>
<footer class="article-footer">
<a data-url="http://example.com/2021/10/11/BO9-shellcode/" data-id="cl6x1oijc000f6mgqe3zj30e2" data-title="shell code" class="article-share-link">Share</a>
<ul class="article-tag-list" itemprop="keywords"><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/pwn/" rel="tag">pwn</a></li></ul>
</footer>
</div>
</article>
<article id="post-BO8-栈缓冲区溢出" class="h-entry article article-type-post" itemprop="blogPost" itemscope itemtype="https://schema.org/BlogPosting">
<div class="article-meta">
<a href="/2021/10/09/BO8-%E6%A0%88%E7%BC%93%E5%86%B2%E5%8C%BA%E6%BA%A2%E5%87%BA/" class="article-date">
<time class="dt-published" datetime="2021-10-08T16:00:00.000Z" itemprop="datePublished">2021-10-09</time>
</a>
<div class="article-category">
<a class="article-category-link" href="/categories/pwn/">pwn</a>
</div>
</div>
<div class="article-inner">
<header class="article-header">
<h1 itemprop="name">
<a class="p-name article-title" href="/2021/10/09/BO8-%E6%A0%88%E7%BC%93%E5%86%B2%E5%8C%BA%E6%BA%A2%E5%87%BA/">栈缓冲区溢出</a>
</h1>
</header>
<div class="e-content article-entry" itemprop="articleBody">
<h1 id="测试用缓冲区溢出代码"><a href="#测试用缓冲区溢出代码" class="headerlink" title="测试用缓冲区溢出代码"></a>测试用缓冲区溢出代码</h1><p>在下面的程序示例中,我们将研究基于堆栈的缓冲区溢出是如何发生的。</p>
<p class="article-more-link">
<a href="/2021/10/09/BO8-%E6%A0%88%E7%BC%93%E5%86%B2%E5%8C%BA%E6%BA%A2%E5%87%BA/#more">Read More</a>
</p>
</div>
<footer class="article-footer">
<a data-url="http://example.com/2021/10/09/BO8-%E6%A0%88%E7%BC%93%E5%86%B2%E5%8C%BA%E6%BA%A2%E5%87%BA/" data-id="cl6x1oij400046mgq275d0b7n" data-title="栈缓冲区溢出" class="article-share-link">Share</a>
<ul class="article-tag-list" itemprop="keywords"><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/pwn/" rel="tag">pwn</a></li></ul>
</footer>
</div>
</article>
<article id="post-BO7-栈操作" class="h-entry article article-type-post" itemprop="blogPost" itemscope itemtype="https://schema.org/BlogPosting">
<div class="article-meta">
<a href="/2021/10/09/BO7-%E6%A0%88%E6%93%8D%E4%BD%9C/" class="article-date">
<time class="dt-published" datetime="2021-10-08T16:00:00.000Z" itemprop="datePublished">2021-10-09</time>
</a>
<div class="article-category">
<a class="article-category-link" href="/categories/pwn/">pwn</a>
</div>
</div>
<div class="article-inner">
<header class="article-header">
<h1 itemprop="name">
<a class="p-name article-title" href="/2021/10/09/BO7-%E6%A0%88%E6%93%8D%E4%BD%9C/">栈操作</a>
</h1>
</header>
<div class="e-content article-entry" itemprop="articleBody">
<h1 id="The-Stack-Operation"><a href="#The-Stack-Operation" class="headerlink" title="The Stack Operation"></a>The Stack Operation</h1><h2 id="PROCESSOR’S-STACK-TRACING-THE-ACTION"><a href="#PROCESSOR’S-STACK-TRACING-THE-ACTION" class="headerlink" title="PROCESSOR’S STACK: TRACING THE ACTION"></a>PROCESSOR’S STACK: TRACING THE ACTION</h2><p>函数调用和栈可以总结如下:</p>
<ol>
<li><p>将参数压入栈中</p>
</li>
<li><p>调用函数(压入函数返回地址)</p>
</li>
<li><p>(内置函数)为局部变量和缓冲区存储设置栈帧</p>
</li>
<li><p>在函数返回之前,调整栈帧来解除局部变量和缓冲区存储的分配</p>
</li>
<li><p>返回(弹出返回地址)并且调整栈来移除函数参数</p>
<p class="article-more-link">
<a href="/2021/10/09/BO7-%E6%A0%88%E6%93%8D%E4%BD%9C/#more">Read More</a>
</p>
</div>
<footer class="article-footer">
<a data-url="http://example.com/2021/10/09/BO7-%E6%A0%88%E6%93%8D%E4%BD%9C/" data-id="cl6x1oijd000g6mgqfqmhgpy9" data-title="栈操作" class="article-share-link">Share</a>
<ul class="article-tag-list" itemprop="keywords"><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/pwn/" rel="tag">pwn</a></li></ul>
</footer>
</div>
</article>
<article id="post-BO2-X86架构基础" class="h-entry article article-type-post" itemprop="blogPost" itemscope itemtype="https://schema.org/BlogPosting">
<div class="article-meta">
<a href="/2021/09/21/BO2-X86%E6%9E%B6%E6%9E%84%E5%9F%BA%E7%A1%80/" class="article-date">
<time class="dt-published" datetime="2021-09-20T16:00:00.000Z" itemprop="datePublished">2021-09-21</time>
</a>
<div class="article-category">
<a class="article-category-link" href="/categories/pwn/">pwn</a>
</div>
</div>
<div class="article-inner">
<header class="article-header">
<h1 itemprop="name">
<a class="p-name article-title" href="/2021/09/21/BO2-X86%E6%9E%B6%E6%9E%84%E5%9F%BA%E7%A1%80/">X86架构基础</a>
</h1>
</header>
<div class="e-content article-entry" itemprop="articleBody">
<p>x86架构基础内容</p>
<p class="article-more-link">
<a href="/2021/09/21/BO2-X86%E6%9E%B6%E6%9E%84%E5%9F%BA%E7%A1%80/#more">Read More</a>
</p>
</div>
<footer class="article-footer">
<a data-url="http://example.com/2021/09/21/BO2-X86%E6%9E%B6%E6%9E%84%E5%9F%BA%E7%A1%80/" data-id="cl6x1oiit00006mgq6xv3g3v2" data-title="X86架构基础" class="article-share-link">Share</a>
<ul class="article-tag-list" itemprop="keywords"><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/pwn/" rel="tag">pwn</a></li></ul>
</footer>
</div>
</article>
<article id="post-BO6-函数栈" class="h-entry article article-type-post" itemprop="blogPost" itemscope itemtype="https://schema.org/BlogPosting">
<div class="article-meta">
<a href="/2021/09/21/BO6-%E5%87%BD%E6%95%B0%E6%A0%88/" class="article-date">
<time class="dt-published" datetime="2021-09-20T16:00:00.000Z" itemprop="datePublished">2021-09-21</time>
</a>
<div class="article-category">
<a class="article-category-link" href="/categories/pwn/">pwn</a>
</div>
</div>
<div class="article-inner">
<header class="article-header">
<h1 itemprop="name">
<a class="p-name article-title" href="/2021/09/21/BO6-%E5%87%BD%E6%95%B0%E6%A0%88/">函数栈</a>
</h1>
</header>
<div class="e-content article-entry" itemprop="articleBody">
<h1 id="BUFFER-OVERFLOW-6-The-Function-Stack"><a href="#BUFFER-OVERFLOW-6-The-Function-Stack" class="headerlink" title="BUFFER OVERFLOW 6-The Function Stack"></a>BUFFER OVERFLOW 6-The Function Stack</h1><h2 id="THE-PROCESSOR’S-STACK-FRAME-LAYOUT"><a href="#THE-PROCESSOR’S-STACK-FRAME-LAYOUT" class="headerlink" title="THE PROCESSOR’S STACK FRAME LAYOUT"></a>THE PROCESSOR’S STACK FRAME LAYOUT</h2><p><a target="_blank" rel="noopener" href="https://www.tenouk.com/Bufferoverflowc/Bufferoverflow2a.html">处理器的栈帧布局</a> 文章的简单翻译</p>
<p class="article-more-link">
<a href="/2021/09/21/BO6-%E5%87%BD%E6%95%B0%E6%A0%88/#more">Read More</a>
</p>
</div>
<footer class="article-footer">
<a data-url="http://example.com/2021/09/21/BO6-%E5%87%BD%E6%95%B0%E6%A0%88/" data-id="cl6x1oiiz00016mgq4gugh9rn" data-title="函数栈" class="article-share-link">Share</a>
<ul class="article-tag-list" itemprop="keywords"><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/pwn/" rel="tag">pwn</a></li></ul>
</footer>
</div>
</article>
</section>
<aside id="sidebar">
<div class="widget-wrap">
<h3 class="widget-title">Categories</h3>
<div class="widget">
<ul class="category-list"><li class="category-list-item"><a class="category-list-link" href="/categories/pwn/">pwn</a></li></ul>
</div>
</div>
<div class="widget-wrap">
<h3 class="widget-title">Tags</h3>
<div class="widget">
<ul class="tag-list" itemprop="keywords"><li class="tag-list-item"><a class="tag-list-link" href="/tags/WP/" rel="tag">WP</a></li><li class="tag-list-item"><a class="tag-list-link" href="/tags/adword/" rel="tag">adword</a></li><li class="tag-list-item"><a class="tag-list-link" href="/tags/ctf/" rel="tag">ctf</a></li><li class="tag-list-item"><a class="tag-list-link" href="/tags/pwn/" rel="tag">pwn</a></li><li class="tag-list-item"><a class="tag-list-link" href="/tags/%E6%A0%BC%E5%BC%8F%E5%8C%96%E5%AD%97%E7%AC%A6%E4%B8%B2%E6%BC%8F%E6%B4%9E/" rel="tag">格式化字符串漏洞</a></li></ul>
</div>
</div>
<div class="widget-wrap">
<h3 class="widget-title">Tag Cloud</h3>
<div class="widget tagcloud">
<a href="/tags/WP/" style="font-size: 10px;">WP</a> <a href="/tags/adword/" style="font-size: 10px;">adword</a> <a href="/tags/ctf/" style="font-size: 10px;">ctf</a> <a href="/tags/pwn/" style="font-size: 20px;">pwn</a> <a href="/tags/%E6%A0%BC%E5%BC%8F%E5%8C%96%E5%AD%97%E7%AC%A6%E4%B8%B2%E6%BC%8F%E6%B4%9E/" style="font-size: 10px;">格式化字符串漏洞</a>
</div>
</div>
<div class="widget-wrap">
<h3 class="widget-title">Archives</h3>
<div class="widget">
<ul class="archive-list"><li class="archive-list-item"><a class="archive-list-link" href="/archives/2022/06/">June 2022</a></li><li class="archive-list-item"><a class="archive-list-link" href="/archives/2021/10/">October 2021</a></li><li class="archive-list-item"><a class="archive-list-link" href="/archives/2021/09/">September 2021</a></li></ul>
</div>
</div>
<div class="widget-wrap">
<h3 class="widget-title">Recent Posts</h3>
<div class="widget">
<ul>
<li>
<a href="/2022/06/28/adworld-pwn/">攻防世界-新手区</a>
</li>
<li>
<a href="/2022/06/22/Format%20String%20Vulnerailites/">格式化字符串漏洞</a>
</li>
<li>
<a href="/2021/10/11/BO9-shellcode/">shell code</a>
</li>
<li>
<a href="/2021/10/09/BO8-%E6%A0%88%E7%BC%93%E5%86%B2%E5%8C%BA%E6%BA%A2%E5%87%BA/">栈缓冲区溢出</a>
</li>
<li>
<a href="/2021/10/09/BO7-%E6%A0%88%E6%93%8D%E4%BD%9C/">栈操作</a>
</li>
</ul>
</div>
</div>
</aside>
</div>
<footer id="footer">
<div class="outer">
<div id="footer-info" class="inner">
© 2022 John Doe<br>
Powered by <a href="https://hexo.io/" target="_blank">Hexo</a>
</div>
</div>
</footer>
</div>
<nav id="mobile-nav">
<a href="/" class="mobile-nav-link">Home</a>
<a href="/archives" class="mobile-nav-link">Archives</a>
</nav>
<script src="/js/jquery-3.4.1.min.js"></script>
<script src="/fancybox/jquery.fancybox.min.js"></script>
<script src="/js/script.js"></script>
</div>
</body>
</html>