收藏
# CTF
- name: buuoj
desc: buuctf在线评测平台
avatar: https://cdn.jsdelivr.net/gh/Zephyrccc/ImageHostingService/blog/buuoj.png
link: https://buuoj.cn/ # 可选
# bgColor: '#CBEAFA' # 可选,默认var(--bodyBg)。颜色值有#号时请添加单引号
# textColor: '#6854A1' # 可选,默认var(--textColor)
- name: CTFHub
desc: CTF知识、赛事信息、技能平台
avatar: https://cdn.jsdelivr.net/gh/Zephyrccc/ImageHostingService/blog/ctfhub_logo.svg
link: https://www.ctfhub.com
# bgColor: '#FCDBA0'
# textColor: '#A05F2C'
- name: jarvisoj
desc: 浙大ctf在线评测平台
avatar: https://cdn.jsdelivr.net/gh/Zephyrccc/ImageHostingService/blog/jarvisoj.png
link: https://www.jarvisoj.com
# bgColor: '#FCDBA0'
# textColor: '#A05F2C'
- name: XCTF
desc: XCTF攻防世界
avatar: https://cdn.jsdelivr.net/gh/Zephyrccc/ImageHostingService/blog/xctf.png
link: https://adworld.xctf.org.cn
# bgColor: '#FCDBA0'
# textColor: '#A05F2C'
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# 文档资料
- name: CTF Wiki
desc: CTF技术文档
avatar: https://cdn.jsdelivr.net/gh/Zephyrccc/ImageHostingService/blog/ctf-wiki.png
link: https://ctf-wiki.org
# bgColor: '#FCDBA0'
# textColor: '#A05F2C'
- name: C++文档
desc: C++ API 参考手册
avatar: https://cdn.jsdelivr.net/gh/Zephyrccc/ImageHostingService/blog/c++.jpeg # 可选
link: https://www.cplusplus.com/reference/ # 可选
# bgColor: '#CBEAFA' # 可选,默认var(--bodyBg)。颜色值有#号时请添加单引号
# textColor: '#6854A1' # 可选,默认var(--textColor)
- name: how2heap
desc: 堆利用学习文档
avatar: https://cdn.jsdelivr.net/gh/Zephyrccc/ImageHostingService/blog/github.jpeg
link: https://github.com/shellphish/how2heap
# bgColor: '#718971'
# textColor: '#fff'
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 工具链接
- name: libc search
desc: libc版本查找
avatar: https://cdn.jsdelivr.net/gh/Zephyrccc/ImageHostingService/blog/libc.jpeg
link: https://libc.blukat.me
# bgColor: '#718971'
# textColor: '#fff'
- name: shell-storm
desc: 各类shellcode代码
avatar: https://cdn.jsdelivr.net/gh/Zephyrccc/ImageHostingService/blog/heap.jpeg # 可选
link: http://shell-storm.org # 可选
# bgColor: '#CBEAFA' # 可选,默认var(--bodyBg)。颜色值有#号时请添加单引号
# textColor: '#6854A1' # 可选,默认var(--textColor)
- name: glibc文档
desc: 各版本glibc源码
avatar: https://cdn.jsdelivr.net/gh/Zephyrccc/ImageHostingService/blog/libc.jpeg
link: https://elixir.bootlin.com/glibc/glibc-2.23/source/malloc/malloc.c
# bgColor: '#718971'
# textColor: '#fff'
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
上次更新: 2022/06/29, 14:29:11