-
Notifications
You must be signed in to change notification settings - Fork 1
/
germancorner.html
258 lines (218 loc) · 9.04 KB
/
germancorner.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="author" content="Matthias Altmann">
<meta name="description" content="German Corner / ">
<title>German Corner</title>
<!-- Bootstrap core CSS -->
<link href="/blog/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom fonts for this template -->
<link href="/blog/vendor/fontawesome-free-web/css/all.css" rel="stylesheet" type="text/css">
<link href='/blog/vendor/fonts-googleapis/lora.css' rel='stylesheet' type='text/css'>
<link href='/blog/vendor/fonts-googleapis/opensans.css' rel='stylesheet' type='text/css'>
<!-- Custom styles for this template -->
<link href="/blog/css/clean-blog.min.css" rel="stylesheet">
<link href="/blog/css/svganimations.css" rel="stylesheet">
<link rel="shortcut icon" href="/blog/assets/img/favicon.ico" type="image/x-icon">
<link rel="icon" href="/blog/assets/img/favicon.ico" type="image/x-icon">
<!-- For atom rss feed that browser can detect rss on side -->
<link href="/blog/feed.xml" type="application/atom+xml" rel="alternate" title="Sitewide Atom feed" />
<script src="/blog/vendor/jquery/jquery.min.js"></script>
<script src="/blog/vendor/highlight/highlight.pack.js"></script>
<link href="/blog/vendor/highlight/styles/default.css" rel="stylesheet" type="text/css">
<script>hljs.initHighlightingOnLoad();</script>
</head>
<body>
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-light fixed-top" id="mainNav">
<div class="container px-4 px-lg-5">
<a class="navbar-brand" href="/blog/index.html">~/sec/f00tprint</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
Menu
<i class="fa fa-bars"></i>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ms-auto py-4 py-lg-0">
<li class="nav-item">
<a class="nav-link px-lg-3 py-3 py-lg-4" href="/blog/index.html">Posts</a>
</li>
<li class="nav-item">
<a class="nav-link px-lg-3 py-3 py-lg-4" href="/blog/germancorner.html">German Corner</a>
</li>
<li class="nav-item">
<a class="nav-link px-lg-3 py-3 py-lg-4" href="/blog/hhc/2022/writeup/en">Last Post</a>
</li>
<li class="nav-item">
<a class="nav-link px-lg-3 py-3 py-lg-4" href="/blog/about.html">About</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Page Header -->
<header class="masthead" style="background-image:url('/blog/assets/img/post_backgrounds/about-me-meetup3.png')">
<div class="overlay"></div>
<div class="container position-relative px-4 px-lg-5">
<div class="row gx-4 gx-lg-5 justify-content-center">
<div class="col-md-10 col-lg-8 col-xl-7">
<div class="site-heading">
<h1>German Corner</h1>
</div>
</div>
</div>
</div>
</header>
<!-- Content -->
<article>
<div class="container">
<div class="row">
<div class="col-lg-8 col-md-10 mx-auto">
<style>
.list-group-item:hover {
background-color: lightgray;
}
</style>
<div class="row" style="display:inline">
<ul class="list-group">
<h4>Blog Artikel</h4>
<a href="/blog/hhc/2020/writeup/de">
<li class="list-group-item">
<b> SANS Holiday Hack Challenge 2020 Writeup</b>
<p style="margin:2px">
Vollständiger Walktrough
</p>
</li>
</a>
<a href="/blog/securecode/deps/de">
<li class="list-group-item">
<b> Secure Software Development durch CI</b>
<p style="margin:2px">
Teil I - Abhängigkeiten
</p>
</li>
</a>
<a href="/blog/securecode/dast/de">
<li class="list-group-item">
<b> Secure Software Development durch CI</b>
<p style="margin:2px">
Teil II - Web Application Scanning / DAST
</p>
</li>
</a>
</ul>
</div>
<div class="row" style="display:inline">
<ul class="list-group">
<h4>Webseiten außerhalb</h4>
<a href="https://www.heise.de/hintergrund/SQL-Injection-Gezielte-Massnahmen-statt-Block-Lists-6067640.html" target="_blank" rel="noopener noreferrer">
<li class="list-group-item">
<b>SQL Injection: Gezielte Maßnahmen statt Block Lists <br>Heise Developer</b>
</li>
</a>
<a href="https://www.heise.de/developer/artikel/File-Inclusions-kleiner-Programmierfehler-fatale-Wirkung-Teil-1-4570773.html" target="_blank" rel="noopener noreferrer">
<li class="list-group-item">
<b>File Inclusions: kleiner Programmierfehler, fatale Wirkung <br>Heise Developer</b>
<p style="margin:2px">Teil I</p>
</li>
</a>
<a href="https://www.heise.de/developer/artikel/File-Inclusions-kleiner-Programmierfehler-fatale-Wirkung-Teil-1-4570773.html" target="_blank" rel="noopener noreferrer">
<li class="list-group-item">
<b>File Inclusions: kleiner Programmierfehler, fatale Wirkung <br>Heise Developer</b>
<p style="margin:2px">Teil II</p>
</li>
</a>
</ul>
</div>
<div class="row" style="display:inline">
<ul class="list-group">
<h4>Zeitschriften</h4>
<li class="list-group-item">
<a href="assets/documents/ijug_01_2021.pdf">
<b>Sqlmap – so minimieren wir das Risiko von SQL-Injections<br>Java aktuell 01 2021</b>
</a>
<br>
(Magazin des <a href="http://ijug.eu" target="_blank" rel="noopener noreferrer">iJUG</a>)
</li>
<li class="list-group-item">
<a href="assets/documents/ijug_06_2020.pdf">
<b>NoSQL Injections und wie sie verhindert werden können<br>Java aktuell 04 2020</b>
</a>
<br>
(Magazin des <a href="http://ijug.eu" target="_blank" rel="noopener noreferrer">iJUG</a>)
</li>
<a href="https://www.it-daily.net/download/22890-cybersecurity-aktion-und-reaktion" target="_blank" rel="noopener noreferrer">
<li class="list-group-item">
<b>Quantencomputer und die IT-Sicherheit <br>it security it-daily 2019 </b>
</li>
</a>
</ul>
</div>
<div class="row" style="display:inline">
<ul class="list-group">
<h4>Zeitungen</h4>
<a href="https://www.hna.de/kassel/europaeischer-datenschutztag-tipps-vom-internet-experten-11544994.html" target="_blank" rel="noopener noreferrer">
<li class="list-group-item">
<b>Datenschutz: Mit diesen Tipps sind sie im Netz sicherer unterwegs <br>HNA</b>
</li>
</a>
</ul>
</div>
<div class="row" style="display:inline">
<ul class="list-group">
<h4>Präsentationen</h4>
<a href="https://www.youtube.com/watch?v=-Sdc3RmD0i4" target="_blank" rel="noopener noreferrer">
<li class="list-group-item">
<b>Einführung in die Kryptanalyse - Tech Talk</b>
</li>
</a>
</ul>
</div>
</div>
</div>
</div>
</article>
<hr>
<!-- Footer -->
<footer>
<div class="container">
<div class="row">
<div class="col-lg-8 col-md-10 mx-auto">
<ul class="list-inline text-center">
<li class="list-inline-item">
<a href="https://secf00tprint.github.io/feed.xml">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-rss fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
<li class="list-inline-item">
<a href="https://github.com/secf00tprint" target="_blank" rel="noopener noreferrer">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fab fa-github fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
<li class="list-inline-item">
<a href="https://www.xing.com/profile/Matthias_Altmann9" target="_blank" rel="noopener noreferrer">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fab fa-xing fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
</ul>
<p class="copyright text-muted">©2024 <a href="/blog/legal/legalstuff.html">Legal Stuff</a></p>
</div>
</div>
</div>
</footer>
<!-- Bootstrap core JavaScript -->
<script src="/blog/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Custom scripts for this template -->
<script src="/blog/js/clean-blog.min.js"></script>
</body>
</html>