mirror of
https://github.com/nganhkhoa/CTF-All-In-One.git
synced 2025-06-23 03:35:03 +07:00
add new chapter 7 exploit
This commit is contained in:
@ -1,8 +0,0 @@
|
||||
# 第七章 附录篇
|
||||
|
||||
- [7.1 更多 Linux 工具](doc/7.1_Linuxtools.md)
|
||||
- [7.2 更多 Windows 工具](doc/7.2_wintools.md)
|
||||
- [7.3 更多资源](doc/7.3_books&blogs.md)
|
||||
- [7.4 习题 write-up](doc/7.4_writeup.md)
|
||||
- [7.5 Linux x86-64 系统调用表](doc/7.5_syscall.md)
|
||||
- [7.6 幻灯片](doc/7.6_slides.md)
|
1
doc/7_exploit.md
Normal file
1
doc/7_exploit.md
Normal file
@ -0,0 +1 @@
|
||||
# 第七篇 实战篇
|
@ -1,4 +1,4 @@
|
||||
# 7.1 更多 Linux 工具
|
||||
# 8.1 更多 Linux 工具
|
||||
|
||||
- [dd](#dd)
|
||||
- [file](#file)
|
@ -1,4 +1,4 @@
|
||||
# 7.2 更多 Windows 工具
|
||||
# 8.2 更多 Windows 工具
|
||||
|
||||
- [010 Editor](#010-editor)
|
||||
- [DIE](#die)
|
||||
@ -10,6 +10,7 @@
|
||||
- [wxHexEditor](#wxhexeditor)
|
||||
- [x64Dbg](#x64dbg)
|
||||
|
||||
|
||||
## 010 Editor
|
||||
https://www.sweetscape.com/010editor/
|
||||
|
@ -1,4 +1,4 @@
|
||||
# 7.3 更多资源
|
||||
# 8.3 更多资源
|
||||
|
||||
- [课程](#课程)
|
||||
- [站点](#站点)
|
@ -1,4 +1,4 @@
|
||||
# 7.4 习题答案
|
||||
# 8.4 习题答案
|
||||
|
||||
|
||||
## 3.3.1 格式化字符串漏洞
|
@ -1,3 +1,3 @@
|
||||
# 7.5 Linux x86-64 系统调用表
|
||||
# 8.5 Linux x86-64 系统调用表
|
||||
|
||||
http://blog.rchapman.org/posts/Linux_System_Call_Table_for_x86_64/
|
@ -1,4 +1,4 @@
|
||||
# 7.6 幻灯片
|
||||
# 8.6 幻灯片
|
||||
|
||||
这些是我在 XDSEC 做分享的 PPT,主要内容取自 CTF-All-In-One,可作为辅助学习。
|
||||
|
8
doc/8_appendix.md
Normal file
8
doc/8_appendix.md
Normal file
@ -0,0 +1,8 @@
|
||||
# 第八章 附录篇
|
||||
|
||||
- [8.1 更多 Linux 工具](8.1_Linuxtools.md)
|
||||
- [8.2 更多 Windows 工具](8.2_wintools.md)
|
||||
- [8.3 更多资源](8.3_books&blogs.md)
|
||||
- [8.4 习题 write-up](8.4_writeup.md)
|
||||
- [8.5 Linux x86-64 系统调用表](8.5_syscall.md)
|
||||
- [8.6 幻灯片](8.6_slides.md)
|
Reference in New Issue
Block a user