-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
369 lines (353 loc) · 19.7 KB
/
index.html
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
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>0x7085 / TOBS</title>
<meta name="keywords" content="0x7085, security, hacking, vulnerability, bug, pentest, ctf, exploit, cve">
<meta name="description" content="Projects and write-ups featuring mainly topics about cyber security, exploits and vulnerabilities that I discovered.">
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; img-src 'self' data:; object-src 'none'">
<meta http-equiv="X-Content-Type-Options" content="nosniff">
<meta http-equiv="Referrer-Policy" content="strict-origin-when-cross-origin">
<!-- <meta http-equiv="X-Frame-Options" content="deny"> -->
<!-- <meta http-equiv="Strict-Transport-Security" content="max-age=31536000; includeSubDomains"> -->
<link rel="icon" href="favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="assets/css/style.css">
<link rel="stylesheet" href="assets/css/codestyle.css">
<script src="assets/js/main.js"></script>
</head>
<body>
<div class="background"></div>
<div class="logo-background-wrapper">
<div class="logo-background"></div>
</div>
<div class="moon"></div>
<div class="mountains">
<svg viewBox="0 0 200 100" xmlns="http://www.w3.org/2000/svg">
<polygon points="0,100 15,95 25,85 40,80 55,85 65,72 80,65 90,90 100,95 125,90 140,80 150,90 170,76 190,95 200,100"></polygon>
<polygon fill="#ccc" points="0,100 15,95 25,85 40,80 38,85 30,90 25,100"></polygon>
<polygon fill="#ccc" points="42,100 50,92 55,85 65,72 80,65 77,70 70,74 60,100"></polygon>
<polygon fill="#ccc" points="95,100 100,95 125,90 140,80 130,90 125,90 105,100"></polygon>
<polygon fill="#ccc" points="138,100 145,98 150,90 170,76 168,80 160,85 155,100"></polygon>
</svg>
</div>
<div class="crt"></div>
<div class="body-wrapper">
<div class="container-horizontal logo-wrapper">
<a href="#/home" class="logo-link">
<svg viewBox="0 0 118 40" class="logo-svg" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="grad" gradientTransform="rotate(90)">
<stop offset="0%" stop-color="#18191a" />
<stop offset="15%" stop-color="#2e0ecd" />
<stop offset="50%" stop-color="#4be2f7" />
<stop offset="50%" stop-color="#151516" />
<stop offset="100%" stop-color="#431294" />
</linearGradient>
</defs>
<g fill="transparent" stroke="url(#grad)" stroke-linecap="square" stroke-width="5">
<path d="m 10,10 h 20 v 20" />
<path d="m 36,10 h 20 v 20 h -20 z" />
<path d="m 62,20 v -10 h 20 v 20 h -20 v -10 h 20" />
<path d="m 108,10 h -20 v 10 h 20 v 10 h -20" />
</g>
</svg>
<!--
██████████ ██████████ ██████████ ██████████
██ ██ ██ ██ ██ ██
██ ██ ██ ██████████ ██████████
██ ██ ██ ██ ██ ██
██ ██████████ ██████████ ██████████
-->
</a>
</div>
<div class="container-vertical nav">
<ul>
<li><a href="#/blog">Blog</a></li>
<li><a href="#/vulnerabilities">Vulnerabilities</a></li>
<li><a href="#/about">About</a></li>
</ul>
</div>
<div class="container-vertical content" id="content-container"></div>
<div class="container-horizontal footer">
<span>
© Tobias S. Fink
</span>
<span>
<a class="social-link" href="https://twitter.com/0x7085" target="_blank" rel="noopener">
<img height="16" width="16" src="data:image/svg+xml;base64,PHN2ZyByb2xlPSJpbWciIHZpZXdCb3g9IjAgMCAyNCAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsPSIjZWVlIiBkPSJNMjMuOTU0IDQuNTY5Yy0uODg1LjM4OS0xLjgzLjY1NC0yLjgyNS43NzUgMS4wMTQtLjYxMSAxLjc5NC0xLjU3NCAyLjE2My0yLjcyMy0uOTUxLjU1NS0yLjAwNS45NTktMy4xMjcgMS4xODQtLjg5Ni0uOTU5LTIuMTczLTEuNTU5LTMuNTkxLTEuNTU5LTIuNzE3IDAtNC45MiAyLjIwMy00LjkyIDQuOTE3IDAgLjM5LjA0NS43NjUuMTI3IDEuMTI0QzcuNjkxIDguMDk0IDQuMDY2IDYuMTMgMS42NCAzLjE2MWMtLjQyNy43MjItLjY2NiAxLjU2MS0uNjY2IDIuNDc1IDAgMS43MS44NyAzLjIxMyAyLjE4OCA0LjA5Ni0uODA3LS4wMjYtMS41NjYtLjI0OC0yLjIyOC0uNjE2di4wNjFjMCAyLjM4NSAxLjY5MyA0LjM3NCAzLjk0NiA0LjgyNy0uNDEzLjExMS0uODQ5LjE3MS0xLjI5Ni4xNzEtLjMxNCAwLS42MTUtLjAzLS45MTYtLjA4Ni42MzEgMS45NTMgMi40NDUgMy4zNzcgNC42MDQgMy40MTctMS42OCAxLjMxOS0zLjgwOSAyLjEwNS02LjEwMiAyLjEwNS0uMzkgMC0uNzc5LS4wMjMtMS4xNy0uMDY3IDIuMTg5IDEuMzk0IDQuNzY4IDIuMjA5IDcuNTU3IDIuMjA5IDkuMDU0IDAgMTMuOTk5LTcuNDk2IDEzLjk5OS0xMy45ODYgMC0uMjA5IDAtLjQyLS4wMTUtLjYzLjk2MS0uNjg5IDEuOC0xLjU2IDIuNDYtMi41NDhsLS4wNDctLjAyeiIvPjwvc3ZnPg==" />
</a>
<a class="social-link" href="https://github.com/7085" target="_blank" rel="noopener">
<img height="16" width="16" src="data:image/svg+xml;base64,PHN2ZyByb2xlPSJpbWciIHZpZXdCb3g9IjAgMCAyNCAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsPSIjZWVlIiBkPSJNMTIgLjI5N2MtNi42MyAwLTEyIDUuMzczLTEyIDEyIDAgNS4zMDMgMy40MzggOS44IDguMjA1IDExLjM4NS42LjExMy44Mi0uMjU4LjgyLS41NzcgMC0uMjg1LS4wMS0xLjA0LS4wMTUtMi4wNC0zLjMzOC43MjQtNC4wNDItMS42MS00LjA0Mi0xLjYxQzQuNDIyIDE4LjA3IDMuNjMzIDE3LjcgMy42MzMgMTcuN2MtMS4wODctLjc0NC4wODQtLjcyOS4wODQtLjcyOSAxLjIwNS4wODQgMS44MzggMS4yMzYgMS44MzggMS4yMzYgMS4wNyAxLjgzNSAyLjgwOSAxLjMwNSAzLjQ5NS45OTguMTA4LS43NzYuNDE3LTEuMzA1Ljc2LTEuNjA1LTIuNjY1LS4zLTUuNDY2LTEuMzMyLTUuNDY2LTUuOTMgMC0xLjMxLjQ2NS0yLjM4IDEuMjM1LTMuMjItLjEzNS0uMzAzLS41NC0xLjUyMy4xMDUtMy4xNzYgMCAwIDEuMDA1LS4zMjIgMy4zIDEuMjMuOTYtLjI2NyAxLjk4LS4zOTkgMy0uNDA1IDEuMDIuMDA2IDIuMDQuMTM4IDMgLjQwNSAyLjI4LTEuNTUyIDMuMjg1LTEuMjMgMy4yODUtMS4yMy42NDUgMS42NTMuMjQgMi44NzMuMTIgMy4xNzYuNzY1Ljg0IDEuMjMgMS45MSAxLjIzIDMuMjIgMCA0LjYxLTIuODA1IDUuNjI1LTUuNDc1IDUuOTIuNDIuMzYuODEgMS4wOTYuODEgMi4yMiAwIDEuNjA2LS4wMTUgMi44OTYtLjAxNSAzLjI4NiAwIC4zMTUuMjEuNjkuODI1LjU3QzIwLjU2NSAyMi4wOTIgMjQgMTcuNTkyIDI0IDEyLjI5N2MwLTYuNjI3LTUuMzczLTEyLTEyLTEyIi8+PC9zdmc+" />
</a>
</span>
</div>
</div>
<!-- templates -->
<template id="template-index">
<h2>Recent posts:</h2>
<ul class="post-link-wrapper"></ul>
</template>
<template id="template-vulnerabilities">
<h1>Vulnerabilities</h1>
This page lists vulnerabilities in public software that I have found.
However, for some of them I won't or can't publish the details or a writeup.
<h2>Public</h2>
<div class="vuln-wrapper">
<div>
<h3>Apache CXF</h3>
<table>
<thead>
<tr><th>Type</th><th>CVE</th><th>Details</th><th>Notes</th></tr>
</thead>
<tbody>
<tr><td>SSRF / LFI</td><td><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-28752" target="_blank" rel="noopener">CVE-2024-28752</a></td><td><a href="https://cxf.apache.org/security-advisories.data/CVE-2024-28752.txt?version=2&modificationDate=1710431346000&api=v2" target="_blank" rel="noopener">Advisory</a></td><td>Aegis Databinding</td></tr>
</tbody>
</table>
<p>
<strong>Links:</strong>
<ul>
<li><a href="https://cxf.apache.org/" target="_blank" rel="noopener">Project Website</a></li>
<li><a href="https://github.com/apache/cxf/" target="_blank" rel="noopener">Github</a></li>
</ul>
</p>
</div>
<div>
<h3>draw.io / diagrams.net</h3>
<table>
<thead>
<tr><th>Type</th><th>CVE</th><th>Details</th><th>Notes</th></tr>
</thead>
<tbody>
<tr><td>RCE</td><td><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-2014" target="_blank" rel="noopener">CVE-2022-2014</a></td><td><a href="https://huntr.dev/bounties/911a4ada-7fd6-467a-a464-b88604b16ffc/" target="_blank" rel="noopener">Write-up</a></td><td>Multi Vulnerability Chain</td></tr>
<tr><td>Stored XSS</td><td><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-2015" target="_blank" rel="noopener">CVE-2022-2015</a></td><td><a href="https://huntr.dev/bounties/0d32f448-155c-4b71-9291-9e8bcd522b37/" target="_blank" rel="noopener">Write-up</a></td><td></td></tr>
<tr><td>RCE</td><td><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-1727" target="_blank" rel="noopener">CVE-2022-1727</a></td><td><a href="https://huntr.dev/bounties/b242e806-fc8c-41c0-aad7-e0c9c37ecdee/" target="_blank" rel="noopener">Write-up</a></td><td></td></tr>
<tr><td>SSRF</td><td><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-1711" target="_blank" rel="noopener">CVE-2022-1711</a></td><td><a href="https://huntr.dev/bounties/c32afff5-6ad5-4d4d-beea-f55ab4925797/" target="_blank" rel="noopener">Write-up</a></td><td></td></tr>
<tr><td>Path traversal</td><td><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-1721" target="_blank" rel="noopener">CVE-2022-1711</a></td><td><a href="https://huntr.dev/bounties/000931cc-6d0e-4a4f-b4d8-4ba46ba0e699/" target="_blank" rel="noopener">Write-up</a></td><td></td></tr>
<tr><td>LFI+SSRF (dup)</td><td></td><td><a href="https://huntr.dev/bounties/f4b3bb39-6e4b-449f-b5e8-59f4b993e37f/" target="_blank" rel="noopener">Write-up</a></td><td></td></tr>
<tr><td>RCE</td><td><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-1575" target="_blank" rel="noopener">CVE-2022-1575</a></td><td><a href="https://huntr.dev/bounties/033d3423-eb05-4b53-a747-1bfcba873127/" target="_blank" rel="noopener">Write-up</a></td><td></td></tr>
</tbody>
</table>
<p>
<strong>Links:</strong>
<ul>
<li><a href="https://www.diagrams.net/" target="_blank" rel="noopener">Project Website</a></li>
<li><a href="https://github.com/jgraph/drawio" target="_blank" rel="noopener">Github</a></li>
<li><a href="https://github.com/jgraph/drawio-desktop" target="_blank" rel="noopener">Github (Desktop App)</a></li>
</ul>
</p>
<p>
<strong>Popularity:</strong>
<ul>
<li>Github Stars: 41k</li>
</ul>
</p>
<p>
<strong>Comments:</strong>
Very responsive security contact, fast fixes, others should take as an example
</p>
</div>
<div>
<h3>fast-xml-parser</h3>
<table>
<thead>
<tr><th>Type</th><th>CVE</th><th>Details</th><th>Notes</th></tr>
</thead>
<tbody>
<tr><td>Regex Injection / DoS</td><td><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-34104" target="_blank" rel="noopener">CVE-2023-34104</a></td><td><a href="https://huntr.dev/bounties/b40e4fa1-124e-403a-bde7-a7a6eef7e0f7/" target="_blank" rel="noopener">Write-up</a></td><td></td></tr>
</tbody>
</table>
<p>
<strong>Links:</strong>
<ul>
<li><a href="https://www.npmjs.com/package/fast-xml-parser" target="_blank" rel="noopener">NPM Project Website</a></li>
<li><a href="https://github.com/NaturalIntelligence/fast-xml-parser" target="_blank" rel="noopener">Github</a></li>
</ul>
</p>
<p>
<strong>Popularity:</strong>
<ul>
<li>Github Stars: 2k</li>
<li>Downloads (Github): 444Mio</li>
<li>Downloads (NPM): 11Mio weekly</li>
</ul>
</p>
</div>
<div>
<h3>Insomnia Desktop App</h3>
<table>
<thead>
<tr><th>Type</th><th>CVE</th><th>Details</th><th>Notes</th></tr>
</thead>
<tbody>
<tr><td>RCE 4</td><td></td><td><a href="/#/blog/2020-12-30-rce-vulnerabilities-in-insomnia-discovered:~:text=RCE%20THROUGH%20MISSING%20CONTEXTISOLATION">Write-up</a></td><td></td></tr>
<tr><td>RCE 3</td><td></td><td><a href="/#/blog/2020-12-30-rce-vulnerabilities-in-insomnia-discovered:~:text=RCE%20THROUGH%20UNHANDLED%20MIDDLE%20MOUSE%20CLICKS%20AND%20MALICIOUS%20LINKS">Write-up</a></td><td></td></tr>
<tr><td>RCE 2</td><td></td><td><a href="/#/blog/2020-12-30-rce-vulnerabilities-in-insomnia-discovered:~:text=RCE%20THROUGH%20INSECURE%20USE%20OF%20SHELL.OPENEXTERNAL()">Write-up</a></td></tr>
<tr><td>RCE 1</td><td></td><td><a href="/#/blog/2020-12-30-rce-vulnerabilities-in-insomnia-discovered:~:text=RCE%20THROUGH%20MISSING%20SANITIZATION%20/%20ENCODING%20UPON%20PROJECT%20IMPORT">Write-up</a></td><td></td></tr>
</tbody>
</table>
<p>
<strong>Links:</strong>
<ul>
<li><a href="https://insomnia.rest/" target="_blank" rel="noopener">Project Website</a></li>
<li><a href="https://github.com/Kong/insomnia" target="_blank" rel="noopener">Github</a></li>
</ul>
</p>
<p>
<strong>Popularity:</strong>
<ul>
<li>Github Stars: 28k</li>
</ul>
</p>
</div>
<div>
<h3>Obsidian Desktop App</h3>
<table>
<thead>
<tr><th>Type</th><th>CVE</th><th>Details</th><th>Notes</th></tr>
</thead>
<tbody>
<tr><td>RCE 3</td><td></td><td><a href="/#/blog/2022-02-03-rce-vulnerabilities-in-obsidian-discovered:~:text=IFRAME%20SANDBOX%20BYPASS%20AND%20PATH%20TRAVERSAL%20TO%20RCE">Write-up</a></td><td>Multi Vulnerability Chain</td></tr>
<tr><td>RCE 2</td><td></td><td><a href="/#/blog/2022-02-03-rce-vulnerabilities-in-obsidian-discovered:~:text=URL%20SANITIZATION%20BYPASS%20WITH%20MATHJAX%20TO%20RCE">Write-up</a></td><td></td></tr>
<tr><td>RCE 1</td><td></td><td><a href="/#/blog/2022-02-03-rce-vulnerabilities-in-obsidian-discovered:~:text=UNSAFE%20LINK%20HANDLING%20TO%20RCE">Write-up</a></td><td></td></tr>
</tbody>
</table>
<p>
<strong>Links:</strong>
<ul>
<li><a href="https://obsidian.md/" target="_blank" rel="noopener">Project Website</a></li>
</ul>
</p>
</div>
<div>
<h3>PlantUML (Library)</h3>
<table>
<thead>
<tr><th>Type</th><th>CVE</th><th>Details</th><th>Notes</th></tr>
</thead>
<tbody>
<tr><td>Sandbox Bypass</td><td><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-1379" target="_blank" rel="noopener">CVE-2022-1379</a></td><td><a href="https://huntr.dev/bounties/0d737527-86e1-41d1-9d37-b2de36bc063a/" target="_blank" rel="noopener">Write-up</a></td><td></td></tr>
<tr><td>Stored XSS</td><td><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-1231" target="_blank" rel="noopener">CVE-2022-1231</a></td><td><a href="https://huntr.dev/bounties/27db9509-6cd3-4148-8d70-5942f3837604/" target="_blank" rel="noopener">Write-up</a></td><td></td></tr>
</tbody>
</table>
<p>
<strong>Links:</strong>
<ul>
<li><a href="http://www.plantuml.com/" target="_blank" rel="noopener">Project Website</a></li>
<li><a href="https://github.com/plantuml/plantuml" target="_blank" rel="noopener">Github</a></li>
</ul>
</p>
<p>
<strong>Popularity:</strong>
<ul>
<li>Github Stars: 8k</li>
<li>Downloads (Github): 2,6Mio</li>
</ul>
</p>
</div>
<div>
<h3>Wordpress Plugins</h3>
<table>
<thead>
<tr><th>Plugin</th><th>Popularity</th><th>Type</th><th>CVE</th><th>Details</th><th>Notes</th></tr>
</thead>
<tbody>
<tr><td><a href="https://wordpress.org/plugins/events-manager/" target="_blank" rel="noopener">Events Manager</a></td><td>Installs: 100,000+</td><td>Stored XSS</td><td><a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-16523" target="_blank" rel="noopener">CVE-2019-16523</a></td><td><a href="https://github.com/sbaresearch/advisories/tree/public/2019/SBA-ADV-20190913-03_WordPress_Plugin_Events_Manager" target="_blank" rel="noopener">Write-up</a></td><td></td></tr>
<tr><td><a href="https://wordpress.org/plugins/eu-cookie-law/" target="_blank" rel="noopener">EU Cookie Law</a></td><td>Installs: 100,000+</td><td>Stored XSS</td><td><a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-16522" target="_blank" rel="noopener">CVE-2019-16522</a></td><td><a href="https://github.com/sbaresearch/advisories/tree/public/2019/SBA-ADV-20190913-01_WordPress_Plugin_EU_Cookie_Law" target="_blank" rel="noopener">Write-up</a></td><td></td></tr>
<tr><td><a href="https://wordpress.org/plugins/broken-link-checker/" target="_blank" rel="noopener">Broken Link Checker</a></td><td>Installs: 700,000+</td><td>Stored XSS</td><td><a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-16521" target="_blank" rel="noopener">CVE-2019-16521</a></td><td><a href="https://github.com/sbaresearch/advisories/tree/public/2019/SBA-ADV-20190913-02_WordPress_Plugin_Broken_Link_Checker" target="_blank" rel="noopener">Write-up</a></td><td></td></tr>
<tr><td><a href="https://wordpress.org/plugins/all-in-one-seo-pack/" target="_blank" rel="noopener">All in One SEO Pack</a></td><td>Installs: 2,000,000+</td><td>Stored XSS</td><td><a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-16520" target="_blank" rel="noopener">CVE-2019-16520</a></td><td><a href="https://github.com/sbaresearch/advisories/tree/public/2019/SBA-ADV-20190913-04_WordPress_Plugin_All_in_One_SEO_Pack" target="_blank" rel="noopener">Write-up</a></td><td></td></tr>
</tbody>
</table>
</div>
</div>
<p></p>
<h2>Confidential</h2>
<div class="vuln-wrapper">
<div>
<h3>Rocket Chat</h3>
<table>
<thead>
<tr><th>Type</th><th>CVE</th><th>Details</th><th>Notes</th></tr>
</thead>
<tbody>
<tr><td>Stored XSS</td><td></td><td></td><td></td></tr>
<tr><td>DoS</td><td></td><td></td><td>One Request Server Crash</td></tr>
</tbody>
</table>
<p>
<strong>Links:</strong>
<ul>
<li><a href="https://www.rocket.chat/" target="_blank" rel="noopener">Project Website</a></li>
</ul>
</p>
</div>
<div>
<h3>Zulip</h3>
<table>
<thead>
<tr><th>Type</th><th>CVE</th><th>Details</th><th>Notes</th></tr>
</thead>
<tbody>
<tr><td>Stored XSS (dup)</td><td></td><td></td><td></td></tr>
<tr><td>RCE</td><td></td><td></td><td></td></tr>
</tbody>
</table>
<p>
<strong>Links:</strong>
<ul>
<li><a href="https://zulip.com/" target="_blank" rel="noopener">Project Website</a></li>
</ul>
</p>
</div>
</div>
</template>
<template id="template-about">
<h1>About</h1>
<p>Hi, my name is Tobias or short "Tobs" as many call me.</p>
<p>
I'm interested in IT security (web, rev, forensics, stego related stuff),
code and performance optimization, programming, computer graphics (design, programming, digital painting) and gaming.
</p>
<p>
Apart from those computer related topics I enjoy taking a walk in nature (especially in winter landscapes).
I like playing board games with friends, cycling, hiking and skiing.
<br>
Furthermore I'm a volunteer fire fighter in my hometown since 2005.
<br>
Since 2015 I occasionally play CTF with the <a href="https://w0y.at/" target="_blank" rel="noopener">WE_0WN_Y0U</a> or <a href="https://defbra.at/" target="_blank" rel="noopener">defragmented.brains</a> teams.
</p>
<p>You can contact me on <a href="https://twitter.com/0x7085" target="_blank" rel="noopener">Twitter</a>.</p>
<h2>Short CV</h2>
<div class="cv-wrapper">
<div>2020 - now</div>
<div>Cyber Security Analyst & Penetration Tester at <a href="https://rise-world.com/" target="_blank" rel="noopener">RISE</a></div>
<div>2019 </div>
<div>Certification: <strong>Offensive Security Certified Professional (OSCP)</strong></div>
<div>2018 - 2020</div>
<div>Cyber Security Analyst & Penetration Tester at <a href="https://sba-research.org" target="_blank" rel="noopener">SBA Research</a></div>
<div>2014 - 2018</div>
<div>
<strong>Diplomingenieur (DI) / MSc</strong> in <em>Software Engineering & Internet Computing</em>, TU Wien. <br />
Focus: Advanced Security, Computer Languages, Efficiency and Performance of Programs
</div>
<div>2010 - 2014</div>
<div>
<strong>Bachelor of Science (BSc)</strong> in <em>Media Informatics & Visual Computing</em>, TU Wien. <br />
Focus: Security, Computer Graphics
</div>
<div>2009 - 2010</div>
<div>Military Service (Austrian Armed Forces / Bundesheer): Jägerbataillon 12, 3. JgKp, Amstetten</div>
</div>
</template>
<template id="template-blog">
<h1>Blog</h1>
</template>
<template id="template-blog-entry">
<div class="blog-entry"></div>
</template>
<template id="template-error">
<h1>Error</h1>
<p></p>
</template>
</body>
</html>