<?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>ROOT ON FIRE &#187; Hacking</title>
	<atom:link href="http://www.root-on-fire.com/tag/hacking/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.root-on-fire.com</link>
	<description>Linux, Windows, Tools, Open Source, WWW, Hardware, Security, Monitoring, Networking</description>
	<lastBuildDate>Thu, 01 Jul 2010 11:54:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>hostmap &#8211; hosts discovery tool</title>
		<link>http://www.root-on-fire.com/2010/01/04/hostmap-hosts-discovery-tool/</link>
		<comments>http://www.root-on-fire.com/2010/01/04/hostmap-hosts-discovery-tool/#comments</comments>
		<pubDate>Mon, 04 Jan 2010 12:04:59 +0000</pubDate>
		<dc:creator>Moritz TANZER</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Hacking]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://www.root-on-fire.com/?p=1060</guid>
		<description><![CDATA[
hostmap ist ein Open Source Tool von  &#8230; <a href="http://www.root-on-fire.com/2010/01/04/hostmap-hosts-discovery-tool/">Weiterlesen <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://hostmap.lonerunners.net" target="_blank"><img src="http://www.root-on-fire.com/wp-content/uploads/2010/01/hostmap.jpg" alt="" title="hostmap" width="399" height="158" class="alignleft size-full wp-image-1063" /></a><br />
<a href="http://hostmap.lonerunners.net" target="_blank" class="liexternal">hostmap</a> ist ein Open Source Tool von<br />
Alessandro `jekil` Tanasi das zu einer IP-Adresse alle dazugehörigen Hostnamen und die konfigurierten <a href="http://de.wikipedia.org/wiki/Host_%28Informationstechnik%29#Virtuelle_Hosts" target="_blank" rel="nofollow" class="liwikipedia">virtuellen Hosts</a> ausgibt. hostmap ist in <a href="http://www.ruby-lang.org" target="_blank" class="liexternal">Ruby</a> geschrieben und somit plattformunabhängig.<br />
Eine genaue Erklärung der verschiedenen Scan-Techniken und Möglichkeiten findet man in der offiziellen Dokumentation: <a href="http://hostmap.lonerunners.net/doc/README.pdf" class="lipdf">hier</a></p>
<p>Einfaches Beispiel, mit dem Parameter <strong>-t</strong> definiert man das Ziel (target):</p>
<div class="codecolorer-container text default batch" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">r-o-f:~/hostmap-0.2.1# ruby hostmap.rb -t 64.13.134.52<br />
hostmap 0.2.1 codename fissatina<br />
Coded by Alessandro `jekil` Tanasi &lt;alessandro@tanasi.it&gt;<br />
<br />
[2010-01-04 13:18] Found new hostname scanme.nmap.org<br />
[2010-01-04 13:18] Found new domain nmap.org<br />
[2010-01-04 13:18] Found new hostname scanme.insecure.org<br />
[2010-01-04 13:18] Found new domain insecure.org<br />
[2010-01-04 13:24] Skipping DNS Zone transfer because it is disabled by default, you must enable it from from command line.<br />
[2010-01-04 13:24] Found new nameserver ns1.titan.net<br />
[2010-01-04 13:24] Skipping DNS Zone transfer because it is disabled by default, you must enable it from from command line.<br />
<br />
Results for 64.13.134.52<br />
Served by name server (probably)<br />
&nbsp; &nbsp; &nbsp; &nbsp; ns1.titan.net<br />
Served by mail exchange (probably)<br />
No results found.Hostnames:<br />
&nbsp; &nbsp; &nbsp; &nbsp; scanme.insecure.org<br />
&nbsp; &nbsp; &nbsp; &nbsp; scanme.nmap.org</div></div>
<p>Der Parameter <strong>&#8211;without-bruteforce</strong> beschleunigt den Scan deutlich, die Wahrscheinlichkeit einige Hostsnicht zu erkennen steigt dadurch.<br />
Wer seine Homepage bei einem Webhostinganbieter hostet, kann mit diesem Tool auch überprüfen welche Webseiten bzw. Dienste noch über dessen Server laufen.</p>
<p>Offizielle Homepage: <a href="http://hostmap.lonerunners.net" target="_blank" class="liexternal">http://hostmap.lonerunners.net</a><br />
sourceforge: <a href="http://sourceforge.net/projects/hostmap/" target="_blank" class="liexternal">http://sourceforge.net/projects/hostmap/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.root-on-fire.com/2010/01/04/hostmap-hosts-discovery-tool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FirePassword &#8211; Firefox Passwörter auslesen</title>
		<link>http://www.root-on-fire.com/2010/01/02/firepassword-firefox-passworter-auslesen/</link>
		<comments>http://www.root-on-fire.com/2010/01/02/firepassword-firefox-passworter-auslesen/#comments</comments>
		<pubDate>Sat, 02 Jan 2010 19:17:23 +0000</pubDate>
		<dc:creator>Moritz TANZER</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[Hacking]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://www.root-on-fire.com/?p=1007</guid>
		<description><![CDATA[FirePassword ist ein kostenloses Windows &#8230; <a href="http://www.root-on-fire.com/2010/01/02/firepassword-firefox-passworter-auslesen/">Weiterlesen <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://securityxploded.com/firepassword.php" target="_blank" class="liexternal">FirePassword</a> ist ein kostenloses Windows Konsolen-Tool das die Benutzernamen und Passwörter aus dem <a href="http://www.mozilla-europe.org" target="_blank" class="liexternal">Firefox</a> Passwort-Manager ausliest. Seit der Version 3.5 (released 27.12.09) wird auch Windows 7 unterstützt. Firefox muss dabei nicht wie bei vielen ähnlichen Tools gestartet sein, auch können Benutzernamen und die dazugehörigen Passwörtern aus verschiedenen Profilen von anderen Computern und Betriebssystemen entschlüsselt werden.<br />
Bei den Firefox Versionen 0.x bis 1.x wurden die Passwörter im Profilordner verschlüsselt in der signons.txt im Profilordner gespeichert, ab Version 1.5.x &#038; 2.x in signons2.txt un ab der Version 3.x in der signons3.txt. Seit der Version 3.5.x werden die Benutzer und Zugangsdaten verschlüsselt in der SQLite Datenbank signons.sqlite abgelegt. </p>
<p>FirePassword kann unter Windows ohne weitere Parameter aus einem Command Promt aufgerufen werden:<br />
<a href="http://securityxploded.com/firepassword.php" target="_blank"><img src="http://www.root-on-fire.com/wp-content/uploads/2010/01/firepassword.jpg" alt="firepassword" title="firepassword" width="677" height="522" class="aligncenter size-full wp-image-1015" /></a></p>
<p>Tool Homepage: <a href="http://securityxploded.com/firepassword.php" target="_blank" class="liexternal">http://securityxploded.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.root-on-fire.com/2010/01/02/firepassword-firefox-passworter-auslesen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The History of Hacking</title>
		<link>http://www.root-on-fire.com/2009/12/12/the-history-of-hacking/</link>
		<comments>http://www.root-on-fire.com/2009/12/12/the-history-of-hacking/#comments</comments>
		<pubDate>Sat, 12 Dec 2009 00:52:31 +0000</pubDate>
		<dc:creator>Moritz TANZER</dc:creator>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[Hacking]]></category>
		<category><![CDATA[www]]></category>

		<guid isPermaLink="false">http://www.root-on-fire.com/?p=874</guid>
		<description><![CDATA[Interessante Timeline von 1960 bis heute &#8230; <a href="http://www.root-on-fire.com/2009/12/12/the-history-of-hacking/">Weiterlesen <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Interessante Timeline von 1960 bis heute &#8211;> weiterlesen</p>
<div class="mceTemp mceIEcenter"><span id="more-874"></span></div>
<div id="attachment_876" class="wp-caption aligncenter" style="width: 610px"><img class="size-full wp-image-876" title="hacking" src="http://www.root-on-fire.com/wp-content/uploads/2009/12/hacking.jpg" alt="The History of Hacking" width="600" height="7500" /><p class="wp-caption-text">The History of Hacking</p></div>
<p><a href="http://www.focus.com/fyi/it-security/history-hacking/" target="_blank" class="liexternal">via</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.root-on-fire.com/2009/12/12/the-history-of-hacking/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
