-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathbook.json
45 lines (45 loc) · 1022 Bytes
/
book.json
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
{
"title": "WgpSec POC文库",
"author": "WgpSec",
"description": "由WgpSec狼组安全团队维护的公开POC库,主要由@peiqi师傅负责",
"language": "zh-hans",
"theme-default": {
"showLevel": true
},
"plugins": [
"back-to-top-button",
"expandable-chapters",
"theme-comscore",
"splitter",
"alerts",
"chapter-fold",
"code",
"github",
"favicon",
"accordion",
"-lunr",
"-search",
"search-pro",
"emphasize",
"-sharing",
"sharing-plus",
"tbfed-pagefooter",
"lightbox",
"flexible-alerts",
"pageview-count",
"baidu-tongji"
],
"pluginsConfig": {
"github": {
"url":"https://github.com/wgpsec/wiki"
},
"tbfed-pagefooter": {
"copyright":"WgpSec POC文库",
"modify_label": "文件更新时间:",
"modify_format": "YYYY-MM-DD HH:mm:ss"
},
"baidu-tongji": {
"token": "61e462bec0d8564bc1ffefa14359f095"
}
}
}