<?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>Der PCFreak Blog</title>
	<atom:link href="http://blog.pcfreak.de/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.pcfreak.de</link>
	<description>Hardware - Software - Repair</description>
	<lastBuildDate>Wed, 15 Feb 2012 08:11:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>open-vm-tools unter Debian Squeeze installieren</title>
		<link>http://blog.pcfreak.de/2012/02/15/open-vm-tools-unter-debian-squeeze-installieren/</link>
		<comments>http://blog.pcfreak.de/2012/02/15/open-vm-tools-unter-debian-squeeze-installieren/#comments</comments>
		<pubDate>Wed, 15 Feb 2012 08:11:46 +0000</pubDate>
		<dc:creator>pcfreak</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Virtualisierung]]></category>

		<guid isPermaLink="false">http://blog.pcfreak.de/?p=894</guid>
		<description><![CDATA[Ich hatte mit der aktuellsten VMware Workstation für Windows Probleme die mitgelieferten VMware Tools unter Debian Squeeze zu installieren (Fehler: gcc und kernel header nicht gefunden) und habe mich kurzerhand entschlossen, die open-vm-tools zu installieren und so gehts: Zunächst muss in der Datei /etc/apt/sources.list das &#8220;contrib&#8221; Archiv hinzugefügt werden, dazu fügt man einfachden Text &#8220;contrib&#8221; [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.pcfreak.de%2F2012%2F02%2F15%2Fopen-vm-tools-unter-debian-squeeze-installieren%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.pcfreak.de%2F2012%2F02%2F15%2Fopen-vm-tools-unter-debian-squeeze-installieren%2F&amp;source=petermurr&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Ich hatte mit der aktuellsten VMware Workstation für Windows Probleme die mitgelieferten VMware Tools unter Debian Squeeze zu installieren (Fehler: gcc und kernel header nicht gefunden) und habe mich kurzerhand entschlossen, die open-vm-tools zu installieren und so gehts:</p>
<p>Zunächst muss in der Datei /etc/apt/sources.list das &#8220;contrib&#8221; Archiv hinzugefügt werden, dazu fügt man einfach<br />den Text &#8220;contrib&#8221; an das Ende der entsprechenden Zeilen an:</p>
<p><font face="Courier New">&nbsp; deb http://ftp.de.debian.org/debian/ squeeze main <b><font color="#FF0000">contrib</font></b><br />&nbsp; deb-src http://ftp.de.debian.org/debian/ squeeze main <b><font color="#FF0000">contrib</font></b></font></p>
<p>Durch</p>
<p><font face="Courier New">&nbsp; apt-get update</font></p>
<p>wird die Liste der Software aktualisiert und wir können nun mit</p>
<p><font face="Courier New">&nbsp; apt-get install open-vm-tools</font></p>
<p>die open-vm-tools installieren.</p>
<p>Es kann ggf. zu folgendem Fehler kommen:</p>
<p><font face="Courier New">&nbsp; Loading open-vm-tools modules: vmhgfsFATAL: Module vmhgfs not found.<br />&nbsp;&nbsp; vmmemctlFATAL: Module vmmemctl not found.<br />&nbsp;&nbsp; vmsyncFATAL: Module vmsync not found.</font></p>
<p>Das ist kein großes Problem, da wir noch einige Kernel-Module installieren müssen. Dies wird automatisch<br />durch die Eingabe von</p>
<p><font face="Courier New">&nbsp; module-assistant auto-install open-vm -i</font></p>
<p>erledigt.</p>
<p>Sicherheitshalber einmal rebooten.</p>
<p>Wer grafische Tools braucht, z.B. weil er einen X-Server installiert hat, der sollte zusätzlich die GUI-Tools<br />mit</p>
<p><font face="Courier New">&nbsp; apt-get install open-vm-toolbox</font></p>
<p>installieren.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.pcfreak.de/2012/02/15/open-vm-tools-unter-debian-squeeze-installieren/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fehlender Schlüssel HKCU\Software\Classes &#8211; ACCESS DENIED</title>
		<link>http://blog.pcfreak.de/2012/02/14/fehlender-schlussel-hkcusoftwareclasses-access-denied/</link>
		<comments>http://blog.pcfreak.de/2012/02/14/fehlender-schlussel-hkcusoftwareclasses-access-denied/#comments</comments>
		<pubDate>Tue, 14 Feb 2012 11:12:49 +0000</pubDate>
		<dc:creator>pcfreak</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://blog.pcfreak.de/?p=891</guid>
		<description><![CDATA[Ich hatte das Problem, dass bei einem Windows 7 System der Schlüssel &#8220;HKEY_CURRENT_USER\Software\Classes&#8221; nicht zugänglich war. Aufgefallen ist das aber erst bei der Installation eines neuen Programms. Da ich wegen der Fehleranalyse sowieso schon den Process Monitor von Sysinternals angeworfen hatte, dache ich mir, das Problem wirst du jetzt lösen. Zunächst aber ein paar Hintergrundinformationen: [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.pcfreak.de%2F2012%2F02%2F14%2Ffehlender-schlussel-hkcusoftwareclasses-access-denied%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.pcfreak.de%2F2012%2F02%2F14%2Ffehlender-schlussel-hkcusoftwareclasses-access-denied%2F&amp;source=petermurr&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><img style="max-width: 800px;" src="http://blog.pcfreak.de/wp-content/uploads/2012/02/hkcu_classes_missing.png" /></p>
<p>Ich hatte das Problem, dass bei einem Windows 7 System der Schlüssel &#8220;HKEY_CURRENT_USER\Software\Classes&#8221; nicht zugänglich war. Aufgefallen ist das aber erst bei der Installation eines neuen Programms. Da ich wegen der Fehleranalyse sowieso schon den <a href="http://technet.microsoft.com/en-us/sysinternals/bb896645" target="_blank">Process Monitor von Sysinternals</a> angeworfen hatte, dache ich mir, das Problem wirst du jetzt lösen.</p>
<p>Zunächst aber ein paar Hintergrundinformationen:</p>
<p>&#8220;HKEY_CURRENT_USER\Software\Classes&#8221; ist kein Registry-Schlüssel sondern ein Registry-Link, der beim Anmelden des Benutzers durch die &#8220;Winlogon.exe&#8221; erzeugt wird. Das kann man ganz leicht nachprüfen, da sich in der Datei &#8220;ntuser.dat&#8221; (ruhig mal von einem anderen Account aus als Hive laden) dieser Schlüssel nicht befindet.</p>
<p>Der Registry Link &#8220;HKEY_CURRENT_USER\Software\Classes&#8221; zeigt eigentlich auf &#8220;HKEY_USERS\&lt;user-SID&gt;_Classes&#8221;. &#8220;HKEY_USERS\&lt;user-SID&gt;_Classes&#8221; wiederum kommt aus der Datei &#8220;%userprofile%\AppData\Local\Microsoft\Windows\UsrClass.dat&#8221;.</p>
<p>Nun also zurück zu meinem Problem:<br />Bei meinem Benutzeraccount fehlten sämtliche Unterschlüssel von &#8220;HKEY_CURRENT_USER\Software\Classes&#8221;. Der Schlüssel &#8220;HKEY_USERS\&lt;user-SID&gt;_Classes&#8221; für diesen Benutzer war aber vorhanden und konnte mit einem administrativen Account eingesehen werden.</p>
<p>Ich vermutete ein Rechte-Problem und habe (während ich mit Process Monitor die Registry auf ACCESS_DENIED prüfte) einfach mal im Schlüssel &#8220;HKEY_USERS\&lt;user-SID&gt;_Classes&#8221; versucht, die Berechtigungen komplett durchzuvererben.</p>
<p>Tatsächlich spuckte der Process Monitor bei einigen Schlüsseln einen &#8220;ACCESS_DENIED&#8221;-Fehler aus. In meinem Fall waren es einige Schlüssel unterhalb von &#8220;HKEY_USERS\&lt;user-SID&gt;_Classes\VirtualStore\MACHINE\SOFTWARE\Wow6432Node&#8221;.</p>
<p>Für die betroffenen Schlüssel musste ich zunächst den Besitz übernehmen und dann die Rechte abändern. Zum Schluss lief dann die Rechtevererbung ohne Fehler durch und der Process Monitor zeigte auch keine Probleme mehr an.</p>
<p>Zusätzlich habe ich noch überprüft, ob der Benutzer überhaupt Schreibrechte für die Datei &#8220;%userprofile%\AppData\Local\Microsoft\Windows\UsrClass.dat&#8221; hat, das war der Fall.</p>
<p>Nachdem ich den Benutzer abgemeldet und neu angemeldet hatte, waren wieder alle Unterschlüssel unter &#8220;HKEY_CURRENT_USER\Software\Classes&#8221; vorhanden.</p>
<p>Ich vermute das Problem kam dadurch, dass jemand eine etwas betagte Software als Domänen-Administrator installiert hatte. Ich bin froh, dass es jetzt funktioniert.</p>
<p>Dieser Artikel hat mich auf die richtige Spur geführt, deswegen möchte ich ihn hier auch nochmal erwähnen:<br /><a target="_blank" href="http://www.dabcc.com/article.aspx?id=9762">Troubleshooting the Missing Classes Root Key&#8230;</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.pcfreak.de/2012/02/14/fehlender-schlussel-hkcusoftwareclasses-access-denied/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Check if VBScript runs with correct interpreter cscript.exe/wscript.exe</title>
		<link>http://blog.pcfreak.de/2012/02/10/check-if-vbscript-runs-with-correct-interpreter-cscript-exewscript-exe/</link>
		<comments>http://blog.pcfreak.de/2012/02/10/check-if-vbscript-runs-with-correct-interpreter-cscript-exewscript-exe/#comments</comments>
		<pubDate>Fri, 10 Feb 2012 15:12:25 +0000</pubDate>
		<dc:creator>pcfreak</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://blog.pcfreak.de/?p=884</guid>
		<description><![CDATA[If you ever want to make sure, that your VBScript gets executed with the correct interpreter, just add the following code to your script header: &#160; Set args = WScript.Arguments&#160;&#160; &#8216;check if executed with cscript&#160;&#160; if UCASE(right(wscript.fullname,11)) &#60;&#62; &#8220;CSCRIPT.EXE&#8221; then&#160;&#160; &#8216;Thanks to PCFreak from germany for that!&#160;&#160; Msgbox &#8220;Make your life easier and run this [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.pcfreak.de%2F2012%2F02%2F10%2Fcheck-if-vbscript-runs-with-correct-interpreter-cscript-exewscript-exe%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.pcfreak.de%2F2012%2F02%2F10%2Fcheck-if-vbscript-runs-with-correct-interpreter-cscript-exewscript-exe%2F&amp;source=petermurr&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><a target="_blank" href="http://blog.pcfreak.de/wp-content/uploads/2012/02/blogging-wscript-protection.jpg"><img style="max-width: 800px; float: right; margin-top: 10px; margin-bottom: 10px; margin-left: 10px;" src="http://blog.pcfreak.de/wp-content/uploads/2012/02/blogging-wscript-protection.jpg" height="166" width="213" /></a></p>
<p>If you ever want to make sure, that your VBScript gets executed with the correct interpreter, just add the following code to your script header:</p>
<p><font face="Courier New">&nbsp; Set args = WScript.Arguments<br />&nbsp;&nbsp; &#8216;check if executed with cscript<br />&nbsp;&nbsp; if UCASE(right(wscript.fullname,11)) &lt;&gt; &#8220;CSCRIPT.EXE&#8221; then<br />&nbsp;&nbsp; &#8216;Thanks to PCFreak from germany for that!<br />&nbsp;&nbsp; Msgbox &#8220;Make your life easier and run this script with cscript.exe&#8221;<br />&nbsp;&nbsp; WScript.Quit<br />&nbsp; end if</font></p>
<p>This will prevent the ugly popups! Change &#8220;CSCRIPT.EXE&#8221; to &#8220;WSCRIPT.EXE&#8221; if you want to check the other way.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.pcfreak.de/2012/02/10/check-if-vbscript-runs-with-correct-interpreter-cscript-exewscript-exe/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Most sophisticated utilman exploit for Teensy and other HID emulators</title>
		<link>http://blog.pcfreak.de/2012/02/08/most-sophisticated-utilman-exploit-for-teensy-and-other-hid-emulators/</link>
		<comments>http://blog.pcfreak.de/2012/02/08/most-sophisticated-utilman-exploit-for-teensy-and-other-hid-emulators/#comments</comments>
		<pubDate>Wed, 08 Feb 2012 17:27:07 +0000</pubDate>
		<dc:creator>pcfreak</dc:creator>
				<category><![CDATA[DIY - Do it yourself]]></category>
		<category><![CDATA[Exploits]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://blog.pcfreak.de/2012/02/08/most-sophisticated-utilman-exploit-for-teensy-and-other-hid-emulators/</guid>
		<description><![CDATA[These days it is very cheap and easy to to build your own &#8220;evil&#8221; USB-dongle that emulates a USB HID (Human Interface Device) and sends keystrokes. You could use the very easy to program &#8220;USB Rubber Ducky&#8221; or the cheaper &#8220;Teensy USB Development Board&#8220;. So you now have a very nice &#8220;Phantom Keystroker&#8221; that you [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.pcfreak.de%2F2012%2F02%2F08%2Fmost-sophisticated-utilman-exploit-for-teensy-and-other-hid-emulators%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.pcfreak.de%2F2012%2F02%2F08%2Fmost-sophisticated-utilman-exploit-for-teensy-and-other-hid-emulators%2F&amp;source=petermurr&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><a href="http://youtu.be/ghp2_BmZZU8" target="_blank"><img style="max-width: 800px; float: right; margin-top: 10px; margin-bottom: 10px; margin-left: 10px;" src="http://blog.pcfreak.de/wp-content/uploads/2012/02/preview.jpg" alt="" /></a>These days it is very cheap and easy to to build your own &#8220;evil&#8221; USB-dongle that emulates a USB HID (Human Interface Device) and sends keystrokes. You could use the very easy to program &#8220;<a href="http://www.usbrubberducky.com/" target="_blank">USB Rubber Ducky</a>&#8221; or the cheaper &#8220;<a href="http://www.pjrc.com/teensy/index.html" target="_blank">Teensy USB Development Board</a>&#8220;. So you now have a very nice &#8220;Phantom Keystroker&#8221; that you can use for pen testing.</p>
<p>You could find many <a href="https://github.com/hak5darren/USB-Rubber-Ducky/wiki/Payloads" target="_blank">payloads for the &#8220;Ducky&#8221;</a> and <a href="http://www.irongeek.com/i.php?page=security/programmable-hid-usb-keystroke-dongle" target="_blank">also for the &#8220;Teensy&#8221;</a> on the internet. For me, the most interesting payload was the &#8220;Utilman exploit&#8221; for Windows 7, but I was not comfortable with the way it worked.</p>
<ul>
<li>take ownership fo utilman.exe</li>
<li>change permissons of utilman.exe</li>
<li>replace utilman.exe with something else (cmd.exe)</li>
</ul>
<p>A sample payload, that does exactly this can be found here: <a href="https://github.com/hak5darren/USB-Rubber-Ducky/wiki/Payload---utilman-exploit" target="_blank">Utilman Exploiter by Xcellerator for the &#8220;Ducky&#8221;</a></p>
<p>This is a huge change to the operating system and you leave your marks on the target system. So how could we do the same without going to deep into the target system? &#8230;.. I remembered a registry key that could exactly do that!!!</p>
<p>If you want to run CMD.EXE everytime the system tries to execute UTILMAN.EXE just add the following registry key:</p>
<p>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\Utilman.exe<br />
REG_SZ: Debugger VALUE: cmd.exe</p>
<p>Now every try to execute UTILMAN.EXE will result in opening CMD.EXE instead. It even works if you type UTILMAN (without the extension).</p>
<p>Based on this knowledge, it is now very easy to write a payload for our &#8220;Phantom Keystroker&#8221;, that:</p>
<ul>
<li>Press WIN key</li>
<li>Enter &#8220;cmd.exe&#8221;</li>
<li>Press &#8220;APP&#8221; key</li>
<li>press &#8220;a&#8221; (will do Run as Administr<span style="text-decoration: underline;">a</span>tor)</li>
<li>press &#8220;LEFT&#8221; (brings cursor on YES on UAC prompt)</li>
<li>press &#8220;ENTER&#8221; (to open the administrative CMD.EXE)</li>
<li>enter a command that sets the registry key</li>
<li>enter EXIT to close the command prompt</li>
</ul>
<p>This was very easy to accomplish by using the Teensy 2.0.</p>
<p>Here you can download the working exploit for Teensy 2.0 here: <a href="http://blog.pcfreak.de/wp-content/upload/most_sophisticated_utilman_exploit.zip" target="_blank">Most_Sophisticated_Utilman_Exploit.zip</a></p>
<p>&nbsp;</p>
<p>Here a post in the hak5-Forum with a <a title="sophisticated utilman exploit for Rubberducky" href="http://forums.hak5.org/index.php?showtopic=25518" target="_blank">working exploit for the USB Ruberducky</a>.</p>
<p>The following video will show you how to run CMD.EXE instead of UTILMAN.EXE just by adding a registry key!</p>
<p>Video of a possible attack.</p>
<div class="youtube-video"><object id="flashfirebug_1328721793031" width="425" height="355" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="wmode" value="transparent" /><param name="src" value="http://www.youtube.com/v/ghp2_BmZZU8&amp;feature=youtube_gdata_player" /><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><embed id="flashfirebug_1328721793031" width="425" height="355" type="application/x-shockwave-flash" src="http://www.youtube.com/v/ghp2_BmZZU8&amp;feature=youtube_gdata_player" wmode="transparent" allowfullscreen="true" allowscriptaccess="always" /> </object></div>
<p><iframe src="http://www.youtube.com/embed/ghp2_BmZZU8" frameborder="0" width="560" height="315"></iframe></p>
<p>Links<br />
<a title="Inside 'Image File Execution Options' debugging" href="http://blogs.msdn.com/b/greggm/archive/2005/02/21/377663.aspx">Inside &#8216;Image File Execution Options&#8217; debugging</a><br />
<a title="Launching the debugger automatically" href="http://msdn.microsoft.com/en-us/library/a329t4ed(vs.71).aspx" target="_blank">Launching the debugger automatically</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.pcfreak.de/2012/02/08/most-sophisticated-utilman-exploit-for-teensy-and-other-hid-emulators/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gegen ACTA &#8211; wenn das Internet überleben soll!</title>
		<link>http://blog.pcfreak.de/2012/01/31/gegen-acta-wenn-das-internet-uberleben-soll/</link>
		<comments>http://blog.pcfreak.de/2012/01/31/gegen-acta-wenn-das-internet-uberleben-soll/#comments</comments>
		<pubDate>Tue, 31 Jan 2012 09:06:39 +0000</pubDate>
		<dc:creator>pcfreak</dc:creator>
				<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://blog.pcfreak.de/2012/01/31/gegen-acta-wenn-das-internet-uberleben-soll/</guid>
		<description><![CDATA[Seit gut zwei Jahren wird ein Abkommen mit dem Namen ACTA verhandelt. Es wird durch die beteiligten Parteien im GEheimen vorangetrieben. Die Auswirkungen werden uns alle betreffen! Mehr Information auf stopp-acta.infound in diesem Video. Jetzt ist die Zeit, die E-Petition zu unterzeichnen: E-Petition Was ist ACTA?]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.pcfreak.de%2F2012%2F01%2F31%2Fgegen-acta-wenn-das-internet-uberleben-soll%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.pcfreak.de%2F2012%2F01%2F31%2Fgegen-acta-wenn-das-internet-uberleben-soll%2F&amp;source=petermurr&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Seit gut zwei Jahren wird ein Abkommen mit dem Namen ACTA verhandelt. Es wird durch die beteiligten Parteien im GEheimen vorangetrieben. Die Auswirkungen werden uns alle betreffen!</p>
<p>Mehr Information auf <a href="http://stopp-acta.info/" target="_blank">stopp-acta.info</a><br />und <a href="http://www.youtube.com/v/yWqta3S9vcc" target="_blank">in diesem Video</a>.</p>
<p>Jetzt ist die Zeit, die E-Petition zu unterzeichnen: <a href="http://www.avaaz.org/de/eu_save_the_internet_spread/?fp" target="_blank">E-Petition</a></p>
<p><iframe src="http://www.youtube.com/embed/yWqta3S9vcc" allowfullscreen="" frameborder="0" height="315" width="560"></iframe></p>
<div class="youtube-video"> 
<div class="youtube-video"><object height="355" width="425"><param name="movie" value="http://www.youtube.com/v/yWqta3S9vcc&amp;feature=youtube_gdata_player"></param><param name="wmode" value="transparent"></param> <embed allowfullscreen="true" allowscriptaccess="always" id="flashfirebug_1328000510010" src="http://www.youtube.com/v/yWqta3S9vcc&amp;feature=youtube_gdata_player" type="application/x-shockwave-flash" wmode="transparent" height="355" width="425"></embed><br />  </object></div>
<p></div>
<p>Was ist ACTA?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.pcfreak.de/2012/01/31/gegen-acta-wenn-das-internet-uberleben-soll/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PCFreak mentioned at HAK5 podcast</title>
		<link>http://blog.pcfreak.de/2012/01/19/pcfreak-mentioned-at-hak5-podcast/</link>
		<comments>http://blog.pcfreak.de/2012/01/19/pcfreak-mentioned-at-hak5-podcast/#comments</comments>
		<pubDate>Thu, 19 Jan 2012 17:44:14 +0000</pubDate>
		<dc:creator>pcfreak</dc:creator>
				<category><![CDATA[BlogAbout]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://blog.pcfreak.de/2012/01/19/pcfreak-mentioned-at-hak5-podcast/</guid>
		<description><![CDATA[My opinion always is and was &#8220;Give the internet something back&#8221;, so I decided to write to feedback@hak5.org and tell them about the tool I wrote to fix the LNK-File problem. See also my previous article &#8220;Release the explorer handbrake&#8220;. I was very impressed when I got back the email from Darren telling me: &#62; [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.pcfreak.de%2F2012%2F01%2F19%2Fpcfreak-mentioned-at-hak5-podcast%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.pcfreak.de%2F2012%2F01%2F19%2Fpcfreak-mentioned-at-hak5-podcast%2F&amp;source=petermurr&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>My opinion always is and was &#8220;Give the internet something back&#8221;, so I decided to write to <a href="mailto:feedback@hak5.org">feedback@hak5.org</a> and tell them about the tool I wrote to fix the LNK-File problem. See also my previous article &#8220;<a href="http://blog.pcfreak.de/2010/06/08/release-the-explorer-handbrake/" target="_blank">Release the explorer handbrake</a>&#8220;.</p>
<p>I was very impressed when I got back the email from Darren telling me:</p>
<p>&gt; Dude thanks so much for sending this by it&#8217;s awesome. I&#8217;ll be<br />
&gt; featuring it on an upcoming show. I used to always run into that<br />
&gt; problem when I was a sysadmin. Hated XP for that. You&#8217;re doing a great<br />
&gt; service to everyone <img src='http://blog.pcfreak.de/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> …</p>
<p>So here it is, he read my mail on the Hak5 podcast. Thank you HAK5 for taking my post.<br />
Take a look at 03m36s.</p>
<p>Link: <a href="http://www.youtube.com/watch?v=5uffKsNuev8&#038;feature=player_embedded#t=3m36s" target="_blank">HAK5 podcast episode 1018.1 at 03m36s</a></p>
<p><iframe width="560" height="315" src="http://www.youtube.com/embed/5uffKsNuev8" frameborder="0" allowfullscreen></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.pcfreak.de/2012/01/19/pcfreak-mentioned-at-hak5-podcast/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Warning wallpaper for administrative users</title>
		<link>http://blog.pcfreak.de/2012/01/10/warning-wallpaper-for-administrative-users/</link>
		<comments>http://blog.pcfreak.de/2012/01/10/warning-wallpaper-for-administrative-users/#comments</comments>
		<pubDate>Tue, 10 Jan 2012 09:57:52 +0000</pubDate>
		<dc:creator>pcfreak</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://blog.pcfreak.de/2012/01/10/warning-wallpaper-for-administrative-users/</guid>
		<description><![CDATA[I liked the idea of having a &#8220;bomb&#8221; as wallpaper if a user has administrative rights to show the user: &#8220;Be careful what you do!&#8221;. I saw this on some linux distributions when you logged on to the X-Server as user &#8220;root&#8221; you get bombs as wallpaper to remind you about your responsiblity. I created [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.pcfreak.de%2F2012%2F01%2F10%2Fwarning-wallpaper-for-administrative-users%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.pcfreak.de%2F2012%2F01%2F10%2Fwarning-wallpaper-for-administrative-users%2F&amp;source=petermurr&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><a href="http://blog.pcfreak.de/wp-content/uploads/2012/01/bombwallpaper.png" target="_blank"><img style="max-width: 800px;" src="http://blog.pcfreak.de/wp-content/uploads/2012/01/bombwallpaper.png" alt="" width="221" height="167" /></a><br />
I liked the idea of having a &#8220;bomb&#8221; as wallpaper if a user has administrative rights to show the user: &#8220;Be careful what you do!&#8221;.<br />
I saw this on some linux distributions when you logged on to the X-Server as user &#8220;root&#8221; you get bombs as wallpaper to remind you about your responsiblity.</p>
<p>I created a small AutoIT Script that includes a wallpaper image of a &#8220;bomb&#8221;. When executed it checks:</p>
<ol>
<li>Has the user administrative rights?<br />
If so, we set the &#8220;bomb&#8221; wallpaper and exit</li>
<li>If the user has no administrative rights (maybe if UAC is turned on)<br />
we check if the user is member of the group with the SID S-1-5-32-544.<br />
This is the representation of the localized Administrators group.<br />
If the user is a member of this group we also set the &#8220;bomb&#8221;!</li>
</ol>
<p>To setup this eg. on a server machine, just place the executable in the autostart folder for &#8220;All Users&#8221; and logon. If one of the 2 checks applies you will see a &#8220;bomb&#8221; as wallpaper. The wallpaper is set per user.</p>
<p>A great challenge was to get the name of the local administrators group via the SID to make sure this program will work on any localized version of windows, too. The source code is included. Use the program at your own risk!</p>
<p>Downloadlink: <a href="http://blog.pcfreak.de/wp-content/upload/bomb_wallpaper_for_admins_with_UAC.zip" target="_blank">bomb_wallpaper_for_admins (with UAC).zip</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.pcfreak.de/2012/01/10/warning-wallpaper-for-administrative-users/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Trick17: Netzteilstecker passend machen</title>
		<link>http://blog.pcfreak.de/2011/12/21/trick17-netzteilstecker-passend-machen/</link>
		<comments>http://blog.pcfreak.de/2011/12/21/trick17-netzteilstecker-passend-machen/#comments</comments>
		<pubDate>Wed, 21 Dec 2011 19:47:57 +0000</pubDate>
		<dc:creator>pcfreak</dc:creator>
				<category><![CDATA[Hardware]]></category>

		<guid isPermaLink="false">http://blog.pcfreak.de/2011/12/21/trick17-netzteilstecker-passend-machen/</guid>
		<description><![CDATA[Heute habe ich ein altes Lex Board, welches einmal als Firewall diente reaktivieren wollen. Leider war das Netzteil (12V/2A) abhanden gekommen. Ich machte mich also auf die Suche nach einem passenden Netzteil in meiner &#8220;Rumpelkammer&#8221; und tats&#228;chlich fand ich ein sehr kleines Netzteil (12V/4,16A). Leider passte der Stecker nicht ganz in die Stromanschlussbuchse des Lex [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.pcfreak.de%2F2011%2F12%2F21%2Ftrick17-netzteilstecker-passend-machen%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.pcfreak.de%2F2011%2F12%2F21%2Ftrick17-netzteilstecker-passend-machen%2F&amp;source=petermurr&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><img style="vertical-align: baseline;" src="http://blog.pcfreak.de/wp-content/uploads/2011/12/heizpistole.png" alt="Hei&szlig;luftpistole" width="191" height="191" /><br />
Heute habe ich ein altes Lex Board, welches einmal als Firewall diente reaktivieren wollen. Leider war das Netzteil (12V/2A) abhanden gekommen. Ich machte mich also auf die Suche nach einem passenden Netzteil in meiner &#8220;Rumpelkammer&#8221; und tats&auml;chlich fand ich ein sehr kleines Netzteil (12V/4,16A). Leider passte der Stecker nicht ganz in die Stromanschlussbuchse des Lex Boards. Ich musste unbedingt die Kiste ans Laufen bringen, darum &uuml;berlegte ich andauernd, wie ich dieses Netzteil verwenden k&ouml;nnte, ohne irgendetwas uml&ouml;ten zu m&uuml;ssen.</p>
<p>Pl&ouml;tzlich kam mir die Idee! &#8211; Ich holte mir die Hei&szlig;luftpistole und heizte damit den ausgangsseitigen Stecker des Netzteils</p>
<p><img style="vertical-align: baseline;" src="http://blog.pcfreak.de/wp-content/uploads/2011/12/steckeramnetzteil.png" alt="Stecker des Netzteils" width="112" height="137" /></p>
<p>an, vor allem den Bereich vorne, da der Innendurchmesser ein klein wenig zu gering war.<br />
Als der Stecker sch&ouml;n warm war, habe ich ihn am Lex Board angesteck und w&auml;hrend des Abk&uuml;hlens leicht hin- und hergedreht.</p>
<p>Der Stecker passt nun einwandfrei und ich habe wieder ein Spitzennetzteil f&uuml;r das Board. Nat&uuml;rlich ist das ein ganz schmutziger Workarround, aber er funktioniert. Bitte beim Nachmachen nicht vergessen, die Polung des Netzteils zu checken.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.pcfreak.de/2011/12/21/trick17-netzteilstecker-passend-machen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NetDrive &#8211; FTP und WebDAV als Laufwerk einbinden</title>
		<link>http://blog.pcfreak.de/2011/12/12/netdrive-ftp-und-webdav-als-laufwerk-einbinden/</link>
		<comments>http://blog.pcfreak.de/2011/12/12/netdrive-ftp-und-webdav-als-laufwerk-einbinden/#comments</comments>
		<pubDate>Mon, 12 Dec 2011 08:09:16 +0000</pubDate>
		<dc:creator>pcfreak</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://blog.pcfreak.de/2011/12/12/netdrive-ftp-und-webdav-als-laufwerk-einbinden/</guid>
		<description><![CDATA[Die für den Heimgebrauch kostenlose Software NetDrive™ von BiDrive Inc. erlaubt es FTP- oder WebDAV-Server unter Windows als Laufwerke einzubinden. Dadurch kann man mit den Remote-Laufwerken direkt mit dem Windows Explorer arbeiten oder mit anderen Programmen direkt darauf zugreifen. Die Laufwerke können direkt beim Windows Start eingebunden werden. Das Programm ist lauffähig unter Windows XP, [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.pcfreak.de%2F2011%2F12%2F12%2Fnetdrive-ftp-und-webdav-als-laufwerk-einbinden%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.pcfreak.de%2F2011%2F12%2F12%2Fnetdrive-ftp-und-webdav-als-laufwerk-einbinden%2F&amp;source=petermurr&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><a target="_blank" href="http://www.netdrive.net"><img alt="NetDrive" title="" style="max-width: 800px; float: right; margin-top: 10px; margin-bottom: 10px; margin-left: 10px;" src="http://blog.pcfreak.de/wp-content/uploads/2011/12/netdrive.png" /></a>Die für den Heimgebrauch kostenlose Software <a target="_blank" href="http://www.netdrive.net/">NetDrive™</a> von <a target="_blank" href="http://www.netdrive.net/company.html">BiDrive Inc.</a> erlaubt es FTP- oder WebDAV-Server unter Windows als Laufwerke einzubinden. Dadurch kann man mit den Remote-Laufwerken direkt mit dem Windows Explorer arbeiten oder mit anderen Programmen direkt darauf zugreifen. Die Laufwerke können direkt beim Windows Start eingebunden werden. Das Programm ist lauffähig unter Windows XP, VISTA, 7, Windows Server 2003 und Windows Server 2008. Es werden sowohl 32- als auch 64bit-Betriebssysteme unterstützt. Entwickler können auch das käuflich erwerbliche SDK verwenden um die Funktionalitäten in eigene Programme einzubinden.<br />Homepage: <a target="_blank" href="http://www.netdrive.net/">http://www.netdrive.net/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.pcfreak.de/2011/12/12/netdrive-ftp-und-webdav-als-laufwerk-einbinden/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PureSync &#8211; kostenloses Synchronisationstool</title>
		<link>http://blog.pcfreak.de/2011/12/12/puresync-kostenloses-synchronisationstool/</link>
		<comments>http://blog.pcfreak.de/2011/12/12/puresync-kostenloses-synchronisationstool/#comments</comments>
		<pubDate>Mon, 12 Dec 2011 07:55:26 +0000</pubDate>
		<dc:creator>pcfreak</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://blog.pcfreak.de/2011/12/12/puresync-kostenloses-synchronisationstool/</guid>
		<description><![CDATA[PureSync (vormals FireSync) sychronisiert Dateien und Ordner. Die Synchronisation erfolgt entweder automatisch, zeitgesteuert oder manuell. Jeweils vor und nach dem Start der Synchronisation erhält man ein Fenster, welches die Änderungen darstellt. Unter anderem unterstützt das Programm auch den Batchbetrieb und Netzlaufwerke. Es kann das Einstecken eines USB-Sticks automatisch erkennen und dann starten. Eine sehr nette [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.pcfreak.de%2F2011%2F12%2F12%2Fpuresync-kostenloses-synchronisationstool%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.pcfreak.de%2F2011%2F12%2F12%2Fpuresync-kostenloses-synchronisationstool%2F&amp;source=petermurr&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><img style="max-width: 800px; float: left; margin-top: 10px; margin-bottom: 10px; margin-right: 10px;" src="http://blog.pcfreak.de/wp-content/uploads/2011/12/puresync.png" width="184" height="121" /><br /><a target="_blank" href="http://www.jumpingbytes.com/puresync.html">PureSync </a>(vormals FireSync) sychronisiert Dateien und Ordner. Die Synchronisation erfolgt entweder automatisch, zeitgesteuert oder manuell. Jeweils vor und nach dem Start der Synchronisation erhält man ein Fenster, welches die Änderungen darstellt. Unter anderem unterstützt das Programm auch den Batchbetrieb und Netzlaufwerke. Es kann das Einstecken eines USB-Sticks automatisch erkennen und dann starten. Eine sehr nette Funktion, ist die Möglichkeit im Ziel die Dateien anhand ihres Datums in Ordner zu strukturieren. Das ist sehr hilfreich beim Herunterladen von Bildern, z.B. von einer Kamera. Das Programm ist mehrsprachig, es stehen die Sprachen Deutsch, Englisch, Spanisch, Französisch, Italienisch, Holländisch, Norwegisch, Slowakisch und Schwedisch zur Verfügung. Für den privaten Gebrauch ist das Programm kostenlos. Mehr dazu auf der <a target="_blank" href="http://www.jumpingbytes.com/puresync.html">Homepage von PureSync</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.pcfreak.de/2011/12/12/puresync-kostenloses-synchronisationstool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

