add new chapter 7 exploit

This commit is contained in:
firmianay
2017-12-07 09:30:58 +08:00
parent 7b743fc91e
commit 228b9c9d7a
13 changed files with 49 additions and 42 deletions

View File

@ -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
View File

@ -0,0 +1 @@
# 第七篇 实战篇

View File

@ -1,4 +1,4 @@
# 7.1 更多 Linux 工具
# 8.1 更多 Linux 工具
- [dd](#dd)
- [file](#file)

View 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/

View File

@ -1,4 +1,4 @@
# 7.3 更多资源
# 8.3 更多资源
- [课程](#课程)
- [站点](#站点)

View File

@ -1,4 +1,4 @@
# 7.4 习题答案
# 8.4 习题答案
## 3.3.1 格式化字符串漏洞

View File

@ -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/

View File

@ -1,4 +1,4 @@
# 7.6 幻灯片
# 8.6 幻灯片
这些是我在 XDSEC 做分享的 PPT主要内容取自 CTF-All-In-One可作为辅助学习。

8
doc/8_appendix.md Normal file
View 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)