-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
248 lines (211 loc) · 7.92 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="google-site-verification" content="hrZTUeI8XEaseEjDvWwx98tcaxUI0HnTCVR18hvKaN8" />
<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="~/sec/f00tprint / ">
<title>~/sec/f00tprint</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/home-matrix.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>~/sec/f00tprint</h1>
<h2 class="subheading">My blog on security related topics</h2>
</div>
</div>
</div>
</div>
</header>
<!-- Post Content -->
<article>
<div class="container">
<div class="row">
<div class="col-lg-8 col-md-10 mx-auto">
<div class="post-preview">
<a href="/blog/hhc/2022/writeup/en">
<h4 class="post-title"> SANS Holiday Hack Challenge 2022 Writeup</h4>
<h5 class="post-description">
Walkthrough
</h5>
</a>
</div>
<hr>
<div class="post-preview">
<a href="/blog/hhc/2021/writeup/en">
<h4 class="post-title"> SANS Holiday Hack Challenge 2021 Writeup</h4>
<h5 class="post-description">
Walkthrough
</h5>
</a>
</div>
<hr>
<div class="post-preview">
<a href="/blog/passwords/onlinecracker/testcontainer/en">
<h4 class="post-title"> Docker Test Container for Online Password Crackers</h4>
<h5 class="post-description">
Test and Debug an Online Password Cracker - a Password Brute Force - like hydra, medusa and ncrack using Docker
</h5>
</a>
</div>
<hr>
<div class="post-preview">
<a href="/blog/devops/docker/nginx/reverseproxy/en">
<h4 class="post-title"> Reverse Proxy Nginx Docker Template</h4>
<h5 class="post-description">
Short description on how to set up a reverse proxy using docker
</h5>
</a>
</div>
<hr>
<div class="post-preview">
<a href="/blog/passwords/crunch/advanced/en">
<h4 class="post-title"> Crunch Wordlist Generator - Create Single Characters</h4>
<h5 class="post-description">
Using crunch to create single characters
</h5>
</a>
</div>
<hr>
<div class="post-preview">
<a href="/blog/hhc/2020/writeup/en">
<h4 class="post-title"> SANS Holiday Hack Challenge 2020 Writeup</h4>
<h5 class="post-description">
Complete walkthrough
</h5>
</a>
</div>
<hr>
<div class="post-preview">
<a href="/blog/git/config/en">
<h4 class="post-title"> Switching Git Configs</h4>
<h5 class="post-description">
Don't leak your username and email
</h5>
</a>
</div>
<hr>
<div class="post-preview">
<a href="/blog/payload-tester/lfirfi/en">
<h4 class="post-title"> LFI / RFI</h4>
<h5 class="post-description">
Local File Inclusion / Remote File Inclusion in practical examples
</h5>
</a>
</div>
<hr>
<div class="post-preview">
<a href="/blog/securecode/deps/en">
<h4 class="post-title"> Secure Software Development using CI</h4>
<h5 class="post-description">
Part I - Dependencies
</h5>
</a>
</div>
<hr>
<div class="post-preview">
<a href="/blog/securecode/dast/en">
<h4 class="post-title"> Secure Software Development using CI</h4>
<h5 class="post-description">
Part II - Web Application Scanning / DAST
</h5>
</a>
</div>
<hr>
</div>
</div>
</div>
</article>
<!-- 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/jquery/jquery.min.js"></script>
<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>