<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ADMinLIFE</title>
	<atom:link href="http://www.admlife.de/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.admlife.de</link>
	<description>... aus dem Leben eines Sysadmins</description>
	<lastBuildDate>Sat, 25 Feb 2012 22:36:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Defending against &amp; having fun with WebLOIC</title>
		<link>http://www.admlife.de/2012/02/25/defending-against-having-fun-with-webloic/</link>
		<comments>http://www.admlife.de/2012/02/25/defending-against-having-fun-with-webloic/#comments</comments>
		<pubDate>Sat, 25 Feb 2012 21:59:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[english]]></category>
		<category><![CDATA[fun]]></category>
		<category><![CDATA[Rechenzentrum]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[DDOS]]></category>
		<category><![CDATA[DOS]]></category>
		<category><![CDATA[WebLOIC]]></category>

		<guid isPermaLink="false">http://www.admlife.de/?p=492</guid>
		<description><![CDATA[Lately, one of the websites under my protection was being DDoSed by a well-known trouble-making party whose name shall not be released and stay anonymous. Another party that is monitoring the web for threats against our websites notified me that &#8230; <a href="http://www.admlife.de/2012/02/25/defending-against-having-fun-with-webloic/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><img class="alignleft" title="LOIC" src="http://cache.gawkerassets.com/assets/images/4/2011/11/eaaa9117926feaf3cc737b09e51ef4b1.jpg" alt="" width="204" height="112" />Lately, one of the websites under my protection was being DDoSed by a well-known trouble-making party whose name shall not be released and stay anonymous. Another party that is monitoring the web for threats against our websites notified me that a DDoS was currently being  started. It seemed that the attackers were spamming a link to an automatically starting WebLOIC via mail and tricked others with a variation of methods to open the URL so that they would automatically participate in the DDoS.</p>
<p style="text-align: justify;">Let&#8217;s move to the technical side: it was a pretty small DDoS, with about 50MBit/s &#8211; we probably wouldn&#8217;t have noticed as it just looked like a normal traffic spike and did not endanger the availability of the website at all. We&#8217;ve handled much larger legitimate traffic spikes for that site already.</p>
<p style="text-align: justify;">A quick investigation showed that WebLOIC was being used and was &#8216;hosted&#8217; on a nopaste service. Requests looked like this:</p>
<p style="text-align: justify;"><code>GET /?id=1300380622178&amp;msg=We%20Are%20Legion! HTTP/1.1<br />
Host: XXXXXXXXX<br />
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:8.0) Gecko/20100101 Firefox/8.0<br />
Accept: image/png,image/*;q=0.8,*/*;q=0.5<br />
Accept-Language: en-us,en;q=0.5<br />
Accept-Encoding: gzip, deflate<br />
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7<br />
Connection: keep-alive<br />
Referer: http://xxxxxxxxx.html</code></p>
<p style="text-align: justify;">Quickly checking out the referer gave me the sourcecode; the id consists of a timestamp and the request id. The &#8216;msg&#8217; is a user-changable text, but &#8216;id&#8217; is javascript-generated.</p>
<p style="text-align: justify;"><strong>How to block it?</strong><br />
- Use a regular expression for the query string (very easy)<br />
- Block users with a referer from that nopaste service (very easy, too)<br />
- Block users that do more than X connections within a minute (easy if you have a decent firewall), side-effects might cause large NAT gateways from mobile providers to be blocked, but that&#8217;s better than being completely offline, right?</p>
<p style="text-align: justify;"><strong>Where to block:</strong><br />
- block as early as possible: in your DPI firewall, web application firewall or loadbalancer<br />
- *not* in every single webserver</p>
<p style="text-align: justify;"><strong>Having Fun: </strong><br />
As the WebLOIC runs in the attacker&#8217;s browser, there are lots of possibilites:<br />
- redirect attackers to a site known to be monitored by the FBI (explosives, terrorism etc.)<br />
- CSRF, make them post something on a service like facebook or twitter (#iDDoS-site.tdl) and search for their posts. Kindly ask them to stop.<br />
- redirect the attackers to do lots of google searches &#8211; they will quickly be blocked by google services<br />
- send a gzip-encoded stream that consumes lots of cpu time and memory on their side, this might even crash the browser<br />
- &#8216;reflect&#8217; the DDoS to somewhere else (sending 301/302 redirects is pretty low-bandwidth for you)</p>
<p style="text-align: justify;">So in total, WebLOIC was a good idea, but right now rather inefficient and its usage might have unwanted sideeffects&#8230; <img src='http://www.admlife.de/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.admlife.de/2012/02/25/defending-against-having-fun-with-webloic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox kopiert Protokoll aus der Adressleiste mit</title>
		<link>http://www.admlife.de/2012/02/07/firefox-kopiert-protokoll-aus-der-adressleiste-mit/</link>
		<comments>http://www.admlife.de/2012/02/07/firefox-kopiert-protokoll-aus-der-adressleiste-mit/#comments</comments>
		<pubDate>Tue, 07 Feb 2012 00:12:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Info]]></category>

		<guid isPermaLink="false">http://www.admlife.de/?p=472</guid>
		<description><![CDATA[Das ganze ist wirklich nervig, wenn man öfter mal nur die Domain ohne führendes http:// und abschließenden Slash kopieren möchte. Ändern kann man es wie folgt: about:config browser.urlbar.trimURLs Doppelklick.]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" title="Firefox Logo" src="http://www.vhxn.com/wp-content/uploads/2009/04/firefox309.jpg" alt="" width="153" height="153" />Das ganze ist wirklich nervig, wenn man öfter mal nur die Domain ohne führendes http:// und abschließenden Slash kopieren möchte. Ändern kann man es wie folgt:</p>
<pre><a>about:config
browser.urlbar.trimURLs
Doppelklick. </a></pre>
]]></content:encoded>
			<wfw:commentRss>http://www.admlife.de/2012/02/07/firefox-kopiert-protokoll-aus-der-adressleiste-mit/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Gentoo-Wiki</title>
		<link>http://www.admlife.de/2011/11/15/gentoo-wiki/</link>
		<comments>http://www.admlife.de/2011/11/15/gentoo-wiki/#comments</comments>
		<pubDate>Tue, 15 Nov 2011 21:00:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Gentoo]]></category>
		<category><![CDATA[Info]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[gentoo]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.admlife.de/?p=461</guid>
		<description><![CDATA[Für alle, die es noch nicht mitbekommen haben: es gibt nun endlich ein offizielles Gentoo Linux Wiki! Langsam, aber sicher wird nun also das inoffizielle abgelöst. Ein schöner Schritt, denn mit dem inoffiziellen gab es in der Vergangenheit diverse Probleme. &#8230; <a href="http://www.admlife.de/2011/11/15/gentoo-wiki/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><img class="alignleft" title="Gentoo Logo" src="http://www.gentoo.org/images/gtop-www.jpg" alt="" width="110" height="77" />Für alle, die es noch nicht mitbekommen haben: es gibt nun endlich ein <a title="Gentoo Wiki" href="http://wiki.gentoo.org">offizielles Gentoo Linux Wiki</a>! Langsam, aber sicher wird nun also das <a title="inoffizielles Gentoo Wiki " href="http://www.gentoo-wiki.com">inoffizielle</a> abgelöst. Ein schöner Schritt, denn mit dem inoffiziellen gab es in der Vergangenheit <a href="http://en.gentoo-wiki.com/outage-10-08.html">diverse Probleme</a>. Damit, dass das Neue unter der Verwaltung des <a href="http://www.gentoo.org/proj/en/infrastructure/">Gentoo Infrastructure Teams</a> liegt, sind so Sachen wie Backups und bessere Verfügbarkeit gesichert. <img src='http://www.admlife.de/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.admlife.de/2011/11/15/gentoo-wiki/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gentoo Linux Security Weekend</title>
		<link>http://www.admlife.de/2011/10/14/gentoo-linux-security-weekend/</link>
		<comments>http://www.admlife.de/2011/10/14/gentoo-linux-security-weekend/#comments</comments>
		<pubDate>Thu, 13 Oct 2011 23:56:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[english]]></category>
		<category><![CDATA[Gentoo]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[cve]]></category>
		<category><![CDATA[gentoo]]></category>
		<category><![CDATA[glsa]]></category>
		<category><![CDATA[glsamaker]]></category>
		<category><![CDATA[glsamaker2]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://www.admlife.de/?p=423</guid>
		<description><![CDATA[Last weekend, Gentoo Linux developers a3li and keytoaster came around and with help from p-y and underling via IRC, we killed the huge backlog of open CVEs in our tracker, voted on about 100 security bugs, drafted several dozens of &#8230; <a href="http://www.admlife.de/2011/10/14/gentoo-linux-security-weekend/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Last weekend, <a title="Gentoo" href="http://www.gentoo.org">Gentoo Linux</a> developers a3li and keytoaster came around and with help from p-y and underling via IRC, we killed the huge backlog of open CVEs in our tracker, voted on about 100 security bugs, drafted several dozens of GLSAs and were hunting bugs on GLSAMaker2. We also had good company from (non-security) developer idl0r on saturday. <img src='http://www.admlife.de/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>During the week, we polished up some GLSAs and since sunday, we send these (a lot more to come!):</p>
<p><a href="http://www.gentoo.org/security/en/glsa/glsa-201110-01.xml">OpenSSL: Multiple vulnerabilities</a><br />
<a href="http://www.gentoo.org/security/en/glsa/glsa-201110-02.xml">Wireshark: Multiple vulnerabilities </a><br />
<a href="http://www.gentoo.org/security/en/glsa/glsa-201110-03.xml">Bugzilla: Multiple vulnerabilities </a><br />
<a href="http://www.gentoo.org/security/en/glsa/glsa-201110-04.xml">Dovecot: Multiple vulnerabilities </a><br />
<a href="http://www.gentoo.org/security/en/glsa/glsa-201110-05.xml">GnuTLS: Multiple vulnerabilities </a><br />
<a href="http://www.gentoo.org/security/en/glsa/glsa-201110-06.xml">PHP: Multiple vulnerabilities </a><br />
<a href="http://www.gentoo.org/security/en/glsa/glsa-201110-07.xml">vsftpd: Denial of Service </a><br />
<a href="http://www.gentoo.org/security/en/glsa/glsa-201110-08.xml">feh: Multiple vulnerabilities </a><br />
<a href="http://www.gentoo.org/security/en/glsa/glsa-201110-09.xml">Conky: Privilege escalation </a><br />
<a href="http://www.gentoo.org/security/en/glsa/glsa-201110-10.xml">Wget: User-assisted file creation or overwrite </a><br />
<a href="http://www.gentoo.org/security/en/glsa/glsa-201110-11.xml">Adobe Flash Player: Multiple vulnerabilities </a></p>
<p style="text-align: justify;">Thanks for helping out, everyone!</p>
<p style="text-align: justify;">Here are some impressions:</p>
<p><a href="http://www.admlife.de/wp-content/uploads/2011/10/P1010006.jpg"><img title="P1010006" src="http://www.admlife.de/wp-content/uploads/2011/10/P1010006-300x225.jpg" alt="" width="300" height="225" /></a><a href="http://www.admlife.de/wp-content/uploads/2011/10/P1010009.jpg"><img class="alignleft size-medium wp-image-429" title="P1010009" src="http://www.admlife.de/wp-content/uploads/2011/10/P1010009-300x225.jpg" alt="" width="300" height="225" /></a></p>
<p><a href="http://www.admlife.de/wp-content/uploads/2011/10/P1010013.jpg"><img class="alignright" title="P1010013" src="http://www.admlife.de/wp-content/uploads/2011/10/P1010013-225x300.jpg" alt="" width="225" height="300" /></a><a href="http://www.admlife.de/wp-content/uploads/2011/10/P1010010.jpg"><img class="alignleft size-medium wp-image-452" title="P1010010" src="http://www.admlife.de/wp-content/uploads/2011/10/P1010010-300x225.jpg" alt="" width="300" height="225" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><a href="http://www.admlife.de/wp-content/uploads/2011/10/P1010017.jpg"><img class="alignleft size-medium wp-image-431" title="P1010017" src="http://www.admlife.de/wp-content/uploads/2011/10/P1010017-225x300.jpg" alt="" width="225" height="300" /></a></p>
<p><a href="http://www.admlife.de/wp-content/uploads/2011/10/P1010027.jpg"><img class="alignright size-medium wp-image-433" title="P1010027" src="http://www.admlife.de/wp-content/uploads/2011/10/P1010027-300x225.jpg" alt="" width="300" height="225" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.admlife.de/2011/10/14/gentoo-linux-security-weekend/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>byebye, SLES 9</title>
		<link>http://www.admlife.de/2011/09/02/byebye-sles-9/</link>
		<comments>http://www.admlife.de/2011/09/02/byebye-sles-9/#comments</comments>
		<pubDate>Fri, 02 Sep 2011 20:49:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Rechenzentrum]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[lifecycle]]></category>
		<category><![CDATA[novell]]></category>
		<category><![CDATA[SLES]]></category>
		<category><![CDATA[sles9]]></category>
		<category><![CDATA[suse]]></category>

		<guid isPermaLink="false">http://www.admlife.de/?p=409</guid>
		<description><![CDATA[Heute kam wenig überraschend eine Mail von Novell, dass der SLES 9 Support nun nach 7 Jahren zu Ende ist &#8211; außer man ist LTS Kunde &#8211; was wohl ziemlich teuer wird und nur für Großunternehmen Sinn macht. SLES9 ist &#8230; <a href="http://www.admlife.de/2011/09/02/byebye-sles-9/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://www.pinguin.at/pictures/normal/sles9_boxshot.jpg" alt="" width="132" height="146" />Heute kam wenig überraschend eine Mail von Novell, dass der SLES 9 Support nun nach 7 Jahren zu Ende ist &#8211; außer man ist LTS Kunde &#8211; was wohl ziemlich teuer wird und nur für Großunternehmen Sinn macht. SLES9 ist so dermaßen angegraut, beim Blick auf die Paketversionen wird man schon leicht Nostalgisch&#8230; ;D</p>
<p>&nbsp;</p>
<p>Interessant sind die Statistiken:</p>
<p>Gesamte Updates: 1565<br />
Security: 767<br />
Empfohlen: 718<br />
Optional: 72<br />
YaST: 8</p>
<p>Das CVE-Tracking war im ersten Jahr nicht vollständig, daher sind die Nummer eigentlich etwas höher.</p>
<p>Insgesamte CVE-Einträge: 1447</p>
<p>Top CVE-Kanidaten:</p>
<p>127 IBM Java 5<br />
125 IBM Java 1.4.2<br />
84 kernel<br />
66 SUN Java 1.4.2<br />
76 clamav<br />
68 ethereal<br />
58 mozilla<br />
44 cups<br />
32 mysql<br />
31 libpng<br />
28 freetype2<br />
24 ruby<br />
21 XFree86<br />
20 libexif<br />
18 mailman<br />
18 horde<br />
16 quagga<br />
17 tomcat<br />
16 apache2<br />
15 openssh<br />
15 gd<br />
14 python<br />
13 yast2-packagemanager-devel<br />
13 km_nss<br />
12 openssl<br />
12 samba<br />
11 tk<br />
10 pcre</p>
<p style="text-align: justify;">Interessant, dass der Kernel sogar schlimmer als Mozilla war&#8230;ich dachte das wäre unmöglich&#8230; :/ Clamav mit 76 Löchern finde ich aber auch eine ziemliche Katastrophe, zumal das ja auch oftmals auf Mailgateways läuft&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.admlife.de/2011/09/02/byebye-sles-9/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Linux TCP-Sequenznummern</title>
		<link>http://www.admlife.de/2011/08/31/linux-tcp-sequenznummern/</link>
		<comments>http://www.admlife.de/2011/08/31/linux-tcp-sequenznummern/#comments</comments>
		<pubDate>Wed, 31 Aug 2011 15:47:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[fragment]]></category>
		<category><![CDATA[fragmentierung]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[sequence]]></category>
		<category><![CDATA[sequenz]]></category>
		<category><![CDATA[tcp]]></category>

		<guid isPermaLink="false">http://www.admlife.de/?p=404</guid>
		<description><![CDATA[Linux benutzt nun mit diesem Commit endlich kein MD4 mehr, sondern MD5 bei Sequenznummern und Fragment IDs, nachdem Dan Kaminsky das Ganze auf dem Chaos Communication Camp in seinem Talk thematisiert hat. Schön, dass dort schnell reagiert wurde.]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Linux benutzt nun mit <a href="http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=6e5714eaf77d79ae1c8b47e3e040ff5411b717ec">diesem</a> Commit endlich kein MD4 mehr, sondern MD5 bei Sequenznummern und Fragment IDs, nachdem Dan Kaminsky das Ganze auf dem <a href="http://events.ccc.de/2010/08/10/chaos-communication-camp-2011/">Chaos Communication Camp</a> in seinem <a href="http://media.ccc.de/browse/conferences/camp2011/cccamp11-4555-black_ops_of_tcpip_2011-en.html#">Talk</a> thematisiert hat.</p>
<p style="text-align: justify;">Schön, dass dort schnell reagiert wurde. <img src='http://www.admlife.de/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.admlife.de/2011/08/31/linux-tcp-sequenznummern/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FreeDOS usb boot</title>
		<link>http://www.admlife.de/2011/08/30/freedos-usb-boot/</link>
		<comments>http://www.admlife.de/2011/08/30/freedos-usb-boot/#comments</comments>
		<pubDate>Mon, 29 Aug 2011 23:36:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Info]]></category>
		<category><![CDATA[Rechenzentrum]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[boot]]></category>
		<category><![CDATA[bootbar]]></category>
		<category><![CDATA[command.com]]></category>
		<category><![CDATA[freedos]]></category>
		<category><![CDATA[kernel.sys]]></category>
		<category><![CDATA[usb]]></category>
		<category><![CDATA[usbstick]]></category>

		<guid isPermaLink="false">http://www.admlife.de/?p=381</guid>
		<description><![CDATA[Jeder kennt das Problem: immer wieder mal benötigt man einen USB Stick mit einem DOS wegen BIOS Updates, muss einen zickigen RAID-Controller flashen oder sonstiges&#8230; hier eine Kurzanleitung dazu, wie man einen bootbaren USB-Stick mit FreeDOS erstellt. Vorbereiten der Umgebung &#8230; <a href="http://www.admlife.de/2011/08/30/freedos-usb-boot/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" title="FreeDOS whale" src="http://www.freedos.org/freedos/images/logos/thumbs/fdfish-color-url.jpg" alt="" width="170" height="133" />
<p style="text-align: justify;">Jeder kennt das Problem: immer wieder mal benötigt man einen USB Stick mit einem DOS wegen BIOS Updates, muss einen zickigen RAID-Controller flashen oder sonstiges&#8230; hier eine Kurzanleitung dazu, wie man einen bootbaren USB-Stick mit FreeDOS erstellt.</p>
<p>Vorbereiten der Umgebung</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">mkdir</span> <span style="color: #660033;">-p</span> <span style="color: #000000; font-weight: bold;">/</span>tmp<span style="color: #000000; font-weight: bold;">/</span>usbboot<span style="color: #000000; font-weight: bold;">/</span>exec<span style="color: #000000; font-weight: bold;">/</span>file-system
<span style="color: #7a0874; font-weight: bold;">cd</span> <span style="color: #000000; font-weight: bold;">/</span>tmp<span style="color: #000000; font-weight: bold;">/</span>usbboot
<span style="color: #c20cb9; font-weight: bold;">mkdir</span> build <span style="color: #000000; font-weight: bold;">&amp;&amp;</span> <span style="color: #7a0874; font-weight: bold;">cd</span> build</pre></div></div>

<p style="text-align: justify;">Tool zum Schreiben der Daten auf USB-Stick herunterladen, entpacken, compilieren</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">wget</span> <span style="color: #ff0000;">&quot;http://prdownloads.sourceforge.net/advancemame/makebootfat-1.4.tar.gz?download&quot;</span> <span style="color: #660033;">-O</span> - <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">tar</span> <span style="color: #660033;">-xvzf</span> -
<span style="color: #7a0874; font-weight: bold;">cd</span> makebootfat<span style="color: #000000; font-weight: bold;">*</span>
.<span style="color: #000000; font-weight: bold;">/</span>configure <span style="color: #000000; font-weight: bold;">&amp;&amp;</span> <span style="color: #c20cb9; font-weight: bold;">make</span>
<span style="color: #c20cb9; font-weight: bold;">cp</span> makebootfat ..<span style="color: #000000; font-weight: bold;">/</span>..<span style="color: #000000; font-weight: bold;">/</span><span style="color: #7a0874; font-weight: bold;">exec</span>
<span style="color: #7a0874; font-weight: bold;">cd</span> ..</pre></div></div>

<p>Nötige FreeDOS-Binaries und MBR herunterladen</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">wget</span> http:<span style="color: #000000; font-weight: bold;">//</span>www.ibiblio.org<span style="color: #000000; font-weight: bold;">/</span>pub<span style="color: #000000; font-weight: bold;">/</span>micro<span style="color: #000000; font-weight: bold;">/</span>pc-stuff<span style="color: #000000; font-weight: bold;">/</span>freedos<span style="color: #000000; font-weight: bold;">/</span>files<span style="color: #000000; font-weight: bold;">/</span>distributions<span style="color: #000000; font-weight: bold;">/</span><span style="color: #000000;">1.0</span><span style="color: #000000; font-weight: bold;">/</span>pkgs<span style="color: #000000; font-weight: bold;">/</span>kernels.zip
<span style="color: #c20cb9; font-weight: bold;">wget</span> http:<span style="color: #000000; font-weight: bold;">//</span>www.ibiblio.org<span style="color: #000000; font-weight: bold;">/</span>pub<span style="color: #000000; font-weight: bold;">/</span>micro<span style="color: #000000; font-weight: bold;">/</span>pc-stuff<span style="color: #000000; font-weight: bold;">/</span>freedos<span style="color: #000000; font-weight: bold;">/</span>files<span style="color: #000000; font-weight: bold;">/</span>distributions<span style="color: #000000; font-weight: bold;">/</span><span style="color: #000000;">1.0</span><span style="color: #000000; font-weight: bold;">/</span>pkgs<span style="color: #000000; font-weight: bold;">/</span>commandx.zip
<span style="color: #c20cb9; font-weight: bold;">wget</span> http:<span style="color: #000000; font-weight: bold;">//</span>www.ibiblio.org<span style="color: #000000; font-weight: bold;">/</span>pub<span style="color: #000000; font-weight: bold;">/</span>micro<span style="color: #000000; font-weight: bold;">/</span>pc-stuff<span style="color: #000000; font-weight: bold;">/</span>freedos<span style="color: #000000; font-weight: bold;">/</span>files<span style="color: #000000; font-weight: bold;">/</span>distributions<span style="color: #000000; font-weight: bold;">/</span><span style="color: #000000;">1.0</span><span style="color: #000000; font-weight: bold;">/</span>pkgs<span style="color: #000000; font-weight: bold;">/</span>unstablx.zip
<span style="color: #666666; font-style: italic;"># Kernel.org hat derzeit noch nicht wieder alle Inhalte online; daher Mirror nutzen</span>
<span style="color: #666666; font-style: italic;">#wget http://www.kernel.org/pub/linux/utils/boot/syslinux/syslinux-4.04.tar.gz -O - | tar -xzvf - syslinux-4.04/mbr/mbr.bin</span>
<span style="color: #c20cb9; font-weight: bold;">wget</span> http:<span style="color: #000000; font-weight: bold;">//</span>ftp.uni-ulm.de<span style="color: #000000; font-weight: bold;">/</span>mirrors<span style="color: #000000; font-weight: bold;">/</span>kernel.org<span style="color: #000000; font-weight: bold;">/</span>boot<span style="color: #000000; font-weight: bold;">/</span>syslinux<span style="color: #000000; font-weight: bold;">/</span><span style="color: #000000;">4</span>.xx<span style="color: #000000; font-weight: bold;">/</span>syslinux-<span style="color: #000000;">4.04</span>.tar.gz <span style="color: #660033;">-O</span> - <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">tar</span> <span style="color: #660033;">-xzvf</span> - syslinux-<span style="color: #000000;">4.04</span><span style="color: #000000; font-weight: bold;">/</span>mbr<span style="color: #000000; font-weight: bold;">/</span>mbr.bin
<span style="color: #c20cb9; font-weight: bold;">mv</span> syslinux-<span style="color: #000000;">4.04</span><span style="color: #000000; font-weight: bold;">/</span>mbr<span style="color: #000000; font-weight: bold;">/</span>mbr.bin ..<span style="color: #000000; font-weight: bold;">/</span><span style="color: #7a0874; font-weight: bold;">exec</span></pre></div></div>

<p>Nun extrahiert man die relevanten Dateien aus den .zips und kopiert sie an die passende Stelle:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">unzip</span> kernels.zip
<span style="color: #c20cb9; font-weight: bold;">unzip</span> commandx.zip 
<span style="color: #c20cb9; font-weight: bold;">unzip</span> unstablx.zip
<span style="color: #c20cb9; font-weight: bold;">find</span> .<span style="color: #000000; font-weight: bold;">/</span> <span style="color: #660033;">-name</span> command.com <span style="color: #660033;">-exec</span> <span style="color: #c20cb9; font-weight: bold;">mv</span> <span style="color: #ff0000;">'{}'</span> ..<span style="color: #000000; font-weight: bold;">/</span>exec<span style="color: #000000; font-weight: bold;">/</span>file-system <span style="color: #ff0000;">';'</span>
<span style="color: #c20cb9; font-weight: bold;">find</span> .<span style="color: #000000; font-weight: bold;">/</span> <span style="color: #660033;">-name</span> kernel.sys <span style="color: #660033;">-exec</span> <span style="color: #c20cb9; font-weight: bold;">mv</span> <span style="color: #ff0000;">'{}'</span> ..<span style="color: #000000; font-weight: bold;">/</span>exec<span style="color: #000000; font-weight: bold;">/</span>file-system <span style="color: #ff0000;">';'</span>
&nbsp;
<span style="color: #000000; font-weight: bold;">for</span> <span style="color: #c20cb9; font-weight: bold;">file</span> <span style="color: #000000; font-weight: bold;">in</span> fat12.bin fat16.bin fat32lba.bin
<span style="color: #000000; font-weight: bold;">do</span>
	<span style="color: #c20cb9; font-weight: bold;">find</span> .<span style="color: #000000; font-weight: bold;">/</span> <span style="color: #660033;">-name</span> <span style="color: #007800;">$file</span> <span style="color: #660033;">-exec</span> <span style="color: #c20cb9; font-weight: bold;">mv</span> <span style="color: #ff0000;">'{}'</span> ..<span style="color: #000000; font-weight: bold;">/</span><span style="color: #7a0874; font-weight: bold;">exec</span> <span style="color: #ff0000;">';'</span>
<span style="color: #000000; font-weight: bold;">done</span>
&nbsp;
<span style="color: #7a0874; font-weight: bold;">cd</span> .. <span style="color: #000000; font-weight: bold;">&amp;&amp;</span> <span style="color: #c20cb9; font-weight: bold;">rm</span> <span style="color: #660033;">-fr</span> build <span style="color: #000000; font-weight: bold;">&amp;&amp;</span> <span style="color: #7a0874; font-weight: bold;">cd</span> <span style="color: #7a0874; font-weight: bold;">exec</span></pre></div></div>

<p style="text-align: justify;">An dieser Stelle kopiert man alle Dateien, die nachher auf dem Stick liegen sollen nach ./file-system. Daraufhin befüllt man den USB-Stick per makebootfat und räumt auf.</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">.<span style="color: #000000; font-weight: bold;">/</span>makebootfat <span style="color: #660033;">-o</span> <span style="color: #000000; font-weight: bold;">/</span>dev<span style="color: #000000; font-weight: bold;">/</span>sdb <span style="color: #660033;">-E</span> <span style="color: #000000;">255</span> <span style="color: #660033;">-1</span> fat12.bin <span style="color: #660033;">-2</span> fat16.bin <span style="color: #660033;">-3</span> fat32lba.bin <span style="color: #660033;">-m</span> mbr.bin .<span style="color: #000000; font-weight: bold;">/</span>file-system
<span style="color: #7a0874; font-weight: bold;">cd</span> ..<span style="color: #000000; font-weight: bold;">/</span>..<span style="color: #000000; font-weight: bold;">/</span>
<span style="color: #c20cb9; font-weight: bold;">rm</span> <span style="color: #660033;">-fr</span> usbboot</pre></div></div>

<p style="text-align: justify;">Getestet zuletzt am 29.08.2011 &#8211; sofern es nicht mehr funktioniert, bitte kurz kommentiere, dann aktualisiere ich ggfs. den Blogeintrag.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.admlife.de/2011/08/30/freedos-usb-boot/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Bitcoin Botnet in the Wild</title>
		<link>http://www.admlife.de/2011/08/04/bitcoin-botnet-in-the-wild/</link>
		<comments>http://www.admlife.de/2011/08/04/bitcoin-botnet-in-the-wild/#comments</comments>
		<pubDate>Thu, 04 Aug 2011 18:20:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[bitcoin]]></category>
		<category><![CDATA[botnet]]></category>
		<category><![CDATA[malware]]></category>

		<guid isPermaLink="false">http://www.admlife.de/?p=376</guid>
		<description><![CDATA[F-Secure hat das erste Botnet entdeckt, das nun auch Bitcoins mined. Wurde ja auch langsam mal Zeit&#8230;das Konzept von Bitcoin ist ja eigentlich auch sowieso schon für den Eimer &#8211; schade eigentlich. Ich sehe derzeit auch keine Möglichkeit es zu &#8230; <a href="http://www.admlife.de/2011/08/04/bitcoin-botnet-in-the-wild/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.f-secure.com/weblog/archives/00002207.html"><img class="alignleft" src="http://www.bitcoin.org/img/logo.png" alt="" width="139" height="29" />F-Secure</a> hat das erste Botnet entdeckt, das nun auch Bitcoins mined. Wurde ja  auch langsam mal Zeit&#8230;das Konzept von Bitcoin ist ja eigentlich  auch sowieso schon für den Eimer &#8211; schade eigentlich. Ich sehe derzeit auch keine Möglichkeit es zu beheben, denn man müßte dazu wohl irgendwie das Mining von bitcoins pro Person beschränken &#8211; in der Praxis meiner Meinung nach unumsetzbar. Hat jemand sonst eine andere Idee?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.admlife.de/2011/08/04/bitcoin-botnet-in-the-wild/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Happy Sysadmin Day</title>
		<link>http://www.admlife.de/2011/07/28/happy-sysadmin-day/</link>
		<comments>http://www.admlife.de/2011/07/28/happy-sysadmin-day/#comments</comments>
		<pubDate>Thu, 28 Jul 2011 21:33:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[fun]]></category>
		<category><![CDATA[Info]]></category>
		<category><![CDATA[Kuchen]]></category>
		<category><![CDATA[Sysadmin]]></category>

		<guid isPermaLink="false">http://www.admlife.de/?p=367</guid>
		<description><![CDATA[Fröhlichen Sysadmin Day an alle betroffenen! Für alle anderen: Geschenkvorschläge findet ihr hier. &#160; &#160;]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Fröhlichen <a title="Sysadmin day" href="http://www.sysadminday.com/">Sysadmin Day</a> an alle betroffenen! Für alle anderen: Geschenkvorschläge findet ihr <a title="Sysadmin day gifts" href="http://www.sysadminday.com/gifts.html">hier</a>. <img src='http://www.admlife.de/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p style="text-align: justify;"><a href="http://www.admlife.de/wp-content/uploads/2011/07/Cake.jpg"><img class="size-medium wp-image-370 alignnone" title="Cake" src="http://www.admlife.de/wp-content/uploads/2011/07/Cake-300x279.jpg" alt="" width="300" height="279" /></a></p>
<p style="text-align: justify;">&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.admlife.de/2011/07/28/happy-sysadmin-day/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>A message from 70 years ago</title>
		<link>http://www.admlife.de/2011/07/21/a-message-from-70-years-ago/</link>
		<comments>http://www.admlife.de/2011/07/21/a-message-from-70-years-ago/#comments</comments>
		<pubDate>Thu, 21 Jul 2011 22:15:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Info]]></category>
		<category><![CDATA[charly chaplin]]></category>
		<category><![CDATA[hitler]]></category>
		<category><![CDATA[speech]]></category>
		<category><![CDATA[The Great Dictator]]></category>

		<guid isPermaLink="false">http://www.admlife.de/?p=360</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><iframe width="425" height="349" src="http://www.youtube.com/embed/9TG4RTwctlw" frameborder="0" allowfullscreen></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://www.admlife.de/2011/07/21/a-message-from-70-years-ago/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

