-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
173 lines (111 loc) · 6.48 KB
/
index.html
File metadata and controls
173 lines (111 loc) · 6.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
<!DOCTYPE html>
<html>
<head>
<meta name="generator" content="Hugo 0.60.1" />
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>
blog.kanbach.org
</title>
<meta name="HandheldFriendly" content="True" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link href="https://blog.kanbach.org/index.xml" rel="alternate" type="application/rss+xml" title="blog.kanbach.org" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="blog.kanbach.org" />
<meta name="twitter:creator" content="_bka_" />
<meta property="og:url" content="https://blog.kanbach.org/" />
<meta property="og:title" content="blog.kanbach.org" />
<meta property="og:description" content=" IT-Security and stuff - blog.kanbach.org " />
<link rel="stylesheet" type="text/css" href="/assets/css/normalize.css" />
<link rel="stylesheet" type="text/css" href="/assets/css/icons.css" />
<link rel="stylesheet" type="text/css" href="/assets/css/screen.css" />
<link href="https://fonts.loli.net/css?family=Bree+Serif|Lato:100,100i,300,300i,400,400i,700,700i|Source+Code+Pro:300,400,500,700" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/jquery@1.12.4/dist/jquery.min.js"></script>
<script type="text/javascript" src="/assets/bigfoot/dist/bigfoot.js"></script>
<link rel="stylesheet" type="text/css" href="/assets/bigfoot/dist/bigfoot-number.css" />
<script type="text/javascript">
$.bigfoot();
</script>
</head>
<body class="">
<header class="main-header">
<div class="main-header-content">
<h1 class="blog-title">
<a href="/">
blog.kanbach.org
</a>
</h1>
<h2 class="blog-description">IT-Security and stuff</h2>
</div>
<div class="nav">
<a class="nav- " role="presentation" href="/post/escaping-from-mozilla-firefox-in-restricted-environments/">Escaping from Mozilla Firefox in Restricted Environments</a>
<a class="nav- " role="presentation" href="/post/firewalls-under-the-hood-ufw/">Firewalls under the hood - UFW</a>
<a class="nav- " role="presentation" href="/post/how-to-permanently-change-a-mac-address-using-ethtool/">How to permanently change a MAC address using ethtool</a>
<a class="nav- " role="presentation" href="/post/network-security-implications-of-host-models/">Network Security Implications of Host Models</a>
<a class="nav- " role="presentation" href="/post/windows-oobe-breakout-revived/">Windows OOBE Breakout Revived</a>
<a class="nav- " role="presentation" href="/about/">About</a>
</div>
</header>
<main class="content" role="main">
<div class="extra-pagination">
<nav class="pagination" role="navigation">
<span class="page-number">Page 1 of 2</span>
<a class="older-posts" href="/page/2/">Older Posts →</a>
</nav>
</div>
<article class="post">
<header class="post-header">
<h2 class="post-title"><a href="/post/windows-oobe-breakout-revived/">Windows OOBE Breakout Revived</a></h2>
</header>
<section class="post-excerpt">
<p>
This is a short story that describes an alternative way of breaking out of the Windows Out-of-Box-Experience (OOBE) and gaining access to the command line of Windows with the privileges of the user defaultuser0 who is part of the local Administrators group.
What is OOBE? To get everyone on board, I would like to briefly describe what OOBE is, and when these screens appear to the user.
The Windows Out-of-Box-Experience is a series of screens that the user is presented when Windows is initially started after its installation. … <a class="read-more" href="/post/windows-oobe-breakout-revived/">»</a>
</p>
</section>
<footer class="post-meta">
<time class="post-date">2025-08-12</time>
</footer>
</article>
<article class="post">
<header class="post-header">
<h2 class="post-title"><a href="/post/firewalls-under-the-hood-ufw/">Firewalls under the hood - UFW</a></h2>
</header>
<section class="post-excerpt">
<p>
This blogpost aims to explain some of the inner workings of the “uncomplicated firewall” (ufw) that is available for Ubuntu installations since 8.04 LTS and for Debian installations since 10.
Before going into detail, ufw is not a firewall but a frontend for iptables. Iptables is a frontend for the netfilter kernel module that is performing packet filtering within the Linux kernel. Therefore all actions that are performed via ufw can be directly queried using the iptables command. … <a class="read-more" href="/post/firewalls-under-the-hood-ufw/">»</a>
</p>
</section>
<footer class="post-meta">
<time class="post-date">2022-12-07</time>
</footer>
</article>
<article class="post">
<header class="post-header">
<h2 class="post-title"><a href="/post/escaping-from-mozilla-firefox-in-restricted-environments/">Escaping from Mozilla Firefox in Restricted Environments</a></h2>
</header>
<section class="post-excerpt">
<p>
How to execute operating system commands by leveraging legitimate functions of Mozilla Firefox.
Software environments in which users should only be able to perform a limited amount of tasks often use Kiosk applications to reduce the opportunities of a user to interact with the system. In many environments, only a few pre-defined applications are published to the user, like web browsers or POS software, depending on what the user needs to do. … <a class="read-more" href="/post/escaping-from-mozilla-firefox-in-restricted-environments/">»</a>
</p>
</section>
<footer class="post-meta">
<time class="post-date">2022-08-07</time>
</footer>
</article>
<nav class="pagination" role="navigation">
<span class="page-number">Page 1 of 2</span>
<a class="older-posts" href="/page/2/">Older Posts →</a>
</nav>
</main>
<footer class="site-footer">
<section class="rss"><a class="subscribe-button icon-feed" href="/index.xml"></a></section>
<section class="twitter"><a class="icon-twitter" href="https://x.com/_bka_"> _bka_</a></section>
<section class="copyright">© 2025 blog.kanbach.org</section>
<section class="poweredby"><a href="http://thedarkroast.com/arabica">Arabica</a> theme by Sean Lunsford. Published with <a href="https://gohugo.io">Hugo</a>.</section>
</footer>
</body>
</html>