-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstatic.paths.ts
More file actions
176 lines (164 loc) · 7.48 KB
/
static.paths.ts
File metadata and controls
176 lines (164 loc) · 7.48 KB
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
export const ROUTES = [
/* Generic routes */
'/',
'/whoami/',
'/posts/',
'/calendar/',
'/wip/',
'/walkthroughs/',
'/copyright/',
'/404/',
'/privacy-policy/',
/* Authors */
'/authors/',
'/authors/AtomicMaya/',
/* Tags */
'/tags/',
'/tags/academia/',
'/tags/appsec/',
'/tags/chaos-events/',
'/tags/cloud/',
'/tags/community/',
'/tags/conference/',
'/tags/cryptocurrency/',
'/tags/cryptography/',
'/tags/ctf/',
'/tags/cybersec/',
'/tags/development/',
'/tags/devops/',
'/tags/hacking/',
'/tags/infosec/',
'/tags/iot/',
'/tags/media/',
'/tags/mobile/',
'/tags/osint/',
'/tags/personal/',
'/tags/privacy/',
'/tags/professional/',
'/tags/programming/',
'/tags/reverse-engineering/',
'/tags/responsible-disclosure/',
'/tags/talks/',
'/tags/travel/',
'/tags/volunteering/',
'/tags/web/',
'/tags/write-up/',
/* Posts: 2020 */
'/post/2020/2020_10_15+hello-world/',
'/post/2020/2020_10_19+i-participated-in-the-conint-ctf/',
'/post/2020/2020_11_02+i-gave-a-talk-at-beercon2/',
'/post/2020/2020_11_09+i-talked-at-bsides-islamabad/',
'/post/2020/2020_11_12+mentoring/',
'/post/2020/2020_11_12+reading-materials/',
'/post/2020/2020_12_12+security-coffeehouse-bc2-speaker-interviews/',
//'/post/2020/2020_12_16+osint-software-development-ideas/',
//'/post/2020/2020_12_27+heap-override-ctf-challenge-js-reversal-adventures/',
/* Posts: 2021 */
'/post/2021/2021_01_02+goodbye-2020-new-year-party/',
'/post/2021/2021_01_03+mental-health/',
'/post/2021/2021_01_05+osint-on-gateway/',
'/post/2021/2021_01_08+whatsapp-privacy-policy-changes-analysis/',
'/post/2021/2021_01_09+whatsapp-privacy-policy-changes-discussion-at-hack-south/',
'/post/2021/2021_01_19+enca-interview-on-the-whatsapp-privacy-policy-changes/',
'/post/2021/2021_01_20+talking-at-leeds-ehs/',
'/post/2021/2021_01_23+website-design-choices/',
'/post/2021/2021_01_31+talking-at-defcon-worcester/',
'/post/2021/2021_02_01+organising-a-conference/',
'/post/2021/2021_02_06+building-dos-website/',
'/post/2021/2021_02_26+tracelabs-ctf-with-hacksouth/',
'/post/2021/2021_03_07+much-ado-about-passwords/',
'/post/2021/2021_04_20+central-infosec-ctf-all/',
'/post/2021/2021_04_20+central-infosec-ctf-python/',
'/post/2021/2021_04_20+central-infosec-ctf-hack-the-static-hard/',
'/post/2021/2021_04_20+central-infosec-ctf-hack-the-maze-hard/',
'/post/2021/2021_04_29+digital-overdose-conference/',
'/post/2021/2021_07_20+the-2021-halfway-mark/',
'/post/2021/2021_08_31+enumerating-the-lightshot-cdn/',
'/post/2021/2021_10_11+digital-overdose-official-writeup-1-outage/',
'/post/2021/2021_10_11+digital-overdose-official-writeup-2-a-lying-cake/',
'/post/2021/2021_10_11+digital-overdose-official-writeup-3-c4/',
'/post/2021/2021_11_15+happy-birthday-to-this-blog/',
'/post/2021/2021_11_25+speaking-at-conint/',
/* Posts: 2022 */
'/post/2022/2022_01_15+catching-covid/',
'/post/2022/2022_01_29+knight-ctf-2022-all-writeups/',
'/post/2022/2022_01_30+knight-ctf-2022-cryptography-writeups/',
'/post/2022/2022_01_30+knight-ctf-2022-misc-writeups/',
'/post/2022/2022_01_30+knight-ctf-2022-programming-writeups/',
'/post/2022/2022_01_30+knight-ctf-2022-reverse-writeups/',
'/post/2022/2022_02_18+starting-a-new-job/',
'/post/2022/2022_04_26+running-the-digital-overdose-conference-again/',
'/post/2022/2022_05_04+building-a-raspi-private-web-server/',
'/post/2022/2022_05_15+winning-the-wavegame/',
'/post/2022/2022_07_29+heading-to-Amsterdam-and-going-to-MCH/',
'/post/2022/2022_08_30+heading-for-DEFCON/',
'/post/2022/2022_09_30+travelling-to-scotland/',
'/post/2022/2022_10_15+beercon4/',
'/post/2022/2022_11_17+going-to-korea/',
'/post/2022/2022_12_20+going-to-bsides-london/',
/* Posts: 2023 */
'/post/2023/2023_02_15+msc-fun/',
'/post/2023/2023_02_16+going-to-bsides-cymru/',
'/post/2023/2023_02_17+gender-paradigm-shift/',
'/post/2023/2023_03_09+revamping-my-bsc-project/',
'/post/2023/2023_04_12+yet-another-new-job/',
'/post/2023/2023_05_11+a-phishing-expedition/',
'/post/2023/2023_07_12+javascript-war-crimes-at-steelcon/',
'/post/2023/2023_08_20+i-went-to-defcon-31/',
'/post/2023/2023_08_21+i-went-to-c3camp/',
'/post/2023/2023_09_30+attending-bonclesides/',
'/post/2023/2023_10_15+its-been-3-years/',
'/post/2023/2023_10_20+making-this-blog-easier-to-deploy/',
'/post/2023/2023_12_13+speaking-at-bsides-london/',
'/post/2023/2023_12_31+i-went-to-c3-congress/',
/* Posts: 2024 */
'/post/2024/2024_01_02+new-year-new-stuff/',
'/post/2024/2024_04_18+whoops-thats-some-pii/',
'/post/2024/2024_06_30+electromagnetic-fields/',
'/post/2024/2024_07_27+startup-whiplash-at-steelcon/',
'/post/2024/2024_08_15+pnw-adventures/',
'/post/2024/2024_08_24+defcon32-new-experiences/',
'/post/2024/2024_10_15+bsides-newcastle/',
'/post/2024/2024_12_23+bsides-london/',
/* Posts: 2025 */
'/post/2025/2025_01_09+maya-went-to-38c3',
'/post/2025/2025_02_21+maya-does-an-infrastruktur/',
'/post/2025/2025_03_22+a-world-on-fire/',
'/post/2025/2025_04_29+hack-glasgow/',
'/post/2025/2025_05_27+a-trip-to-montreal/',
'/post/2025/2025_07_12+a-semester-in-review/',
'/post/2025/2025_08_31+why2025-a-dutch-hacker-camp-experience/',
'/post/2025/2025_09_27+returning-this-silly-little-blog-to-the-era-of-small-internet/',
'/post/2025/2025_11_15+things-ive-been-up-to/',
'/post/2025/2025_12_17+once-more-to-bsides-london/',
/* Posts: 2026 */
/* Platforms */
'/walkthrough/platforms/tryhackme/',
/* Walkthroughs: 2022 */
/** Walkthroughs: AoC 2022 */
'/walkthrough/tryhackme/2022/2022_12_01+advent-of-cyber-2022/',
'/walkthrough/tryhackme/2022/2022_12_01+advent-of-cyber-2022-day-01/',
'/walkthrough/tryhackme/2022/2022_12_02+advent-of-cyber-2022-day-02/',
'/walkthrough/tryhackme/2022/2022_12_03+advent-of-cyber-2022-day-03/',
'/walkthrough/tryhackme/2022/2022_12_04+advent-of-cyber-2022-day-04/',
'/walkthrough/tryhackme/2022/2022_12_05+advent-of-cyber-2022-day-05/',
'/walkthrough/tryhackme/2022/2022_12_06+advent-of-cyber-2022-day-06/',
'/walkthrough/tryhackme/2022/2022_12_07+advent-of-cyber-2022-day-07/',
'/walkthrough/tryhackme/2022/2022_12_08+advent-of-cyber-2022-day-08/',
'/walkthrough/tryhackme/2022/2022_12_09+advent-of-cyber-2022-day-09/',
'/walkthrough/tryhackme/2022/2022_12_10+advent-of-cyber-2022-day-10/',
'/walkthrough/tryhackme/2022/2022_12_11+advent-of-cyber-2022-day-11/',
'/walkthrough/tryhackme/2022/2022_12_12+advent-of-cyber-2022-day-12/',
'/walkthrough/tryhackme/2022/2022_12_13+advent-of-cyber-2022-day-13/',
'/walkthrough/tryhackme/2022/2022_12_14+advent-of-cyber-2022-day-14/',
'/walkthrough/tryhackme/2022/2022_12_15+advent-of-cyber-2022-day-15/',
'/walkthrough/tryhackme/2022/2022_12_16+advent-of-cyber-2022-day-16/',
// '/walkthrough/tryhackme/2022/2022_12_17+advent-of-cyber-2022-day-17',
// '/walkthrough/tryhackme/2022/2022_12_18+advent-of-cyber-2022-day-18',
// '/walkthrough/tryhackme/2022/2022_12_19+advent-of-cyber-2022-day-19',
// '/walkthrough/tryhackme/2022/2022_12_20+advent-of-cyber-2022-day-20',
// '/walkthrough/tryhackme/2022/2022_12_21+advent-of-cyber-2022-day-21',
// '/walkthrough/tryhackme/2022/2022_12_22+advent-of-cyber-2022-day-22',
// '/walkthrough/tryhackme/2022/2022_12_23+advent-of-cyber-2022-day-23',
// '/walkthrough/tryhackme/2022/2022_12_24+advent-of-cyber-2022-day-24'
];