File tree Expand file tree Collapse file tree 3 files changed +27
-23
lines changed Expand file tree Collapse file tree 3 files changed +27
-23
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ $red: #ed5454;
2
2
$blue : #73ead3 ;
3
3
$body-font : ' Overpass Mono' , monospace ;
4
4
$title-font : ' Inconsolata' , monospace ;
5
- $body-font-size : 14 px ;
5
+ $body-font-size : 13 px ;
6
6
7
7
body {
8
8
background-color : #333333 ;
@@ -37,26 +37,33 @@ body {
37
37
padding-top : 50px ;
38
38
margin : 0 auto ;
39
39
text-align : center ;
40
+ font-size : 15px ;
40
41
}
41
42
42
43
.section {
43
44
font-size : $body-font-size ;
44
45
}
45
46
46
- h3 {
47
- padding-top : 10px ;
48
- }
49
-
50
- p {
51
- font-size : $body-font-size * 0.9 ;
52
- }
53
-
54
47
#logo {
55
48
height : 100% ;
56
49
float : left ;
57
50
padding-right : 35px ;
58
51
}
59
52
53
+ footer {
54
+ margin-bottom : 25px ;
55
+ }
56
+
57
+ h1 {
58
+ padding-top : 10px ;
59
+ text-align : center ;
60
+ }
61
+
62
+ h2 {
63
+ padding-top : 10px ;
64
+ font-size : 17px ;
65
+ }
66
+
60
67
footer {
61
68
padding-top : 30px ;
62
69
text-align : center ;
@@ -72,17 +79,14 @@ a:hover {
72
79
text-decoration-style : wavy ;
73
80
}
74
81
75
- h1 {
76
- padding-top : 10px
77
- }
78
-
79
82
@media only screen and (max-width : 600px ) {
80
83
#container {
81
84
width : 100% ;
82
85
}
83
86
84
87
#title-section {
85
88
text-align : center ;
89
+ height : auto ;
86
90
}
87
91
88
92
#logo {
93
97
padding-bottom : 35px ;
94
98
}
95
99
96
- #title- section {
97
- height : auto ;
98
- padding : 50 px ;
100
+ . section {
101
+ margin : 0 auto 25 px ;
102
+ width : 95 % ;
99
103
}
100
104
}
Original file line number Diff line number Diff line change @@ -5,14 +5,14 @@ title: FAQ | CTF @ UBC
5
5
6
6
# FAQ
7
7
8
- ### What are CTFs?
8
+ ## What are CTFs?
9
9
10
10
CTFs are computer security competitions that contain challenges that must
11
11
be solved in order to recover a "flag" (a specially-formatted string). These
12
12
challenges often require knowledge in fields such as reverse engineering,
13
13
cryptanalysis, scripting, and binary exploitation.
14
14
15
- ### How should I get started?
15
+ ## How should I get started?
16
16
17
17
[ picoCTF] ( https://picoctf.com ) is an excellent beginner CTF, as it contains
18
18
many different types of problems, with more gradually unlocking as you become
Original file line number Diff line number Diff line change @@ -5,19 +5,19 @@ title: Resources | CTF @ UBC
5
5
6
6
# Resources
7
7
8
- ### General Knowledge
8
+ ## General Knowledge
9
9
10
10
- [ https://wiki.skullsecurity.org/ ] ( https://wiki.skullsecurity.org/ )
11
11
- [ http://ctfs.github.io/resources/ ] ( http://ctfs.github.io/resources/ )
12
12
13
- ### Starter CTFs
13
+ ## Starter CTFs
14
14
15
15
- [ http://captf.com/practice-ctf/ ] ( http://captf.com/practice-ctf/ ) -- list of CTFs
16
16
- [ picoCTF] ( https://picoctf.com/ )
17
17
- [ pwnable.kr] ( https://pwnable.kr/ )
18
18
19
19
20
- ### Reverse Engineering
20
+ ## Reverse Engineering
21
21
22
22
- [ Ghidra] ( https://ghidra-sre.org ) -- disassembler and decompiler
23
23
- [ Luyten] ( https://github.com/deathmarine/Luyten ) -- Java decompiler GUI
@@ -26,14 +26,14 @@ title: Resources | CTF @ UBC
26
26
- [ dotPeek] ( https://www.jetbrains.com/decompiler ) -- .NET decompiler
27
27
28
28
29
- ### Forensics
29
+ ## Forensics
30
30
31
31
- [ Binwalk] ( https://github.com/ReFirmLabs/binwalk ) -- extract files within files
32
32
- [ Hachoir] ( https://hachoir.readthedocs.io/en/latest/ ) -- analyze binary files
33
33
- [ Stegsolve] ( https://github.com/zardus/ctf-tools/tree/master/stegsolve ) -- decode image steganography
34
34
- [ Wireshark] ( https://www.wireshark.org ) -- analyze network traffic
35
35
36
36
37
- ### Miscellaneous
37
+ ## Miscellaneous
38
38
39
39
- [ z3] ( https://github.com/Z3Prover/z3 ) -- theorem prover
You can’t perform that action at this time.
0 commit comments