-
-
Notifications
You must be signed in to change notification settings - Fork 37
/
config.toml
41 lines (34 loc) · 867 Bytes
/
config.toml
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
baseURL = "https://0xffsec.com/handbook"
languageCode = "en-us"
title = "0xffsec Handbook"
theme = "book"
canonifyURLs = true
googleAnalytics = "G-8XT169B9C6"
enableGitInfo = true
enableEmoji = true
enableRobotsTXT = true
titleCaseStyle = "Go"
[markup]
[markup.highlight]
style = "native"
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[[menu.after]]
name = "GitHub"
url = "https://github.com/0xffsec/handbook"
[params]
images = ["/handbook/images/banner.png"]
BookLogo = '/images/logo.png'
BookRepo = "https://github.com/0xffsec/handbook"
BookEditPath = 'edit/master/content'
BookSection = '/'
[params.war]
rhost = "10.0.0.3"
rcidr = "10.0.0.0/24"
rdomain = "example.com"
ldomain = "example.evil"
lhost = "10.0.0.1"
lport = "1234"
liface = "wlan0"
tfile = "filename.ext"