<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Hackosis</title>
	
	<link>http://hackosis.chiefcrash.com</link>
	<description>abnormal process or condition of hack</description>
	<lastBuildDate>Fri, 29 Aug 2008 23:14:19 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/Hackosis" /><feedburner:info uri="hackosis" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><creativeCommons:license>http://creativecommons.org/licenses/by-nd/3.0/</creativeCommons:license><feedburner:emailServiceId>Hackosis</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>Snort: Simple Rule To Block HTTP Brute Force</title>
		<link>http://feedproxy.google.com/~r/Hackosis/~3/PHavQh3JYTE/</link>
		<comments>http://hackosis.chiefcrash.com/2008/08/29/snort-simple-rule-to-block-http-brute-force/#comments</comments>
		<pubDate>Fri, 29 Aug 2008 23:07:04 +0000</pubDate>
		<dc:creator>Shane</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Web development]]></category>
		<category><![CDATA[Brute force]]></category>
		<category><![CDATA[HTTP]]></category>
		<category><![CDATA[Rule]]></category>
		<category><![CDATA[Snort]]></category>

		<guid isPermaLink="false">http://www.hackosis.com/?p=1848</guid>
		<description><![CDATA[I got hacked not too long ago, so I decided to setup snort patched with snortsam to stop the intruders. This acually works very well.
They got in by brute forcing a log in page for the web mail interface. The intruders also used the compose mail page to send spam after they broke in.
I wrote [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://hackosis.chiefcrash.com/wp-content/uploads/2008/08/snort-logo.gif" alt="" title="Snort Logo" width="225" height="128" class="alignleft size-full wp-image-1850" />I got hacked not too long ago, so I decided to setup <a href="https://www.snort.org">snort</a> patched with <a href="http://www.snortsam.net/">snortsam</a> to stop the intruders. This acually works very well.</p>
<p>They got in by brute forcing a log in page for the web mail interface. The intruders also used the compose mail page to send spam after they broke in.</p>
<p>I wrote my own snort rule to detect and block brute forcing and sending spam through the web mail (It will only block if you have snortsam properly setup). This rule blocks anyone that does an <a href="http://developers.sun.com/mobility/midp/ttips/HTTPPost/">HTTP POST</a> more than 30 times within 60 seconds (I believe it is a ratio &#8211; average of 2 times per second).</p>
<div id="code"><tt>alert tcp any any -> X.X.X.X 80 ( content: "POST"; nocase; msg: "Webmail Brute Force Attempt or Spam Attack"; threshold: type both, track by_src, count 30, seconds 60; sid:123456789; rev:1; fwsam: src, 5 minutes;)</tt></div>
<p><em>HINT: Replace X.X.X.X with the IP of your web server. Take out the &#8220;fwsam: src, 5 minutes;&#8221; if you are not using snortsam (you should be ;p). Replace 123456789 with your own custom ID and make it large so it doesn&#8217;t conflict with default snort rules.</em></p>
<p><em><strong>Have you wrote any custom snort rules or do you have a suggestion to improve this rule? Show us in the comments.</strong></em></p>

<span class="slashdigglicious">
<a href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F08%2F29%2Fsnort-simple-rule-to-block-http-brute-force%2F&amp;title=Snort%3A+Simple+Rule+To+Block+HTTP+Brute+Force" title="Slashdot It!"><img src="http://slashdot.org/favicon.ico" height="16" width="16" alt="[Slashdot]" /></a>
<a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F08%2F29%2Fsnort-simple-rule-to-block-http-brute-force%2F&amp;title=Snort%3A+Simple+Rule+To+Block+HTTP+Brute+Force" title="Digg This Story"><img src="http://digg.com/favicon.ico" width="16" height="16" alt="[Digg]" /></a>
<a href="http://reddit.com/submit?url=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F08%2F29%2Fsnort-simple-rule-to-block-http-brute-force%2F&amp;title=Snort%3A+Simple+Rule+To+Block+HTTP+Brute+Force" title="Reddit"><img src="http://reddit.com/favicon.ico" width="16" height="16" alt="[Reddit]" /></a>
<a href="http://del.icio.us/post?url=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F08%2F29%2Fsnort-simple-rule-to-block-http-brute-force%2F&amp;title=Snort%3A+Simple+Rule+To+Block+HTTP+Brute+Force" title="Save to del.icio.us" onclick="window.open('http://del.icio.us/post?v=4&amp;noui&amp;jump=close&amp;url=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F08%2F29%2Fsnort-simple-rule-to-block-http-brute-force%2F&amp;title=Snort%3A+Simple+Rule+To+Block+HTTP+Brute+Force', 'delicious', 'toolbar=no,width=700,height=400'); return false;"><img src="http://images.del.icio.us/static/img/delicious.small.gif" width="16" height="16" alt="[del.icio.us]" /></a>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F08%2F29%2Fsnort-simple-rule-to-block-http-brute-force%2F" title="Share on Facebook"><img src="http://www.facebook.com/favicon.ico" width="16" height="16" alt="[Facebook]" /></a>
<a href="http://technorati.com/faves?add=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F08%2F29%2Fsnort-simple-rule-to-block-http-brute-force%2F" title="Add to my Technorati Favorites"><img src="http://technorati.com/favicon.ico" width="16" height="16" alt="[Technorati]" /></a>
<a href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F08%2F29%2Fsnort-simple-rule-to-block-http-brute-force%2F&amp;title=Snort%3A+Simple+Rule+To+Block+HTTP+Brute+Force" title="Save to Google Bookmarks"><img src="http://www.google.com/favicon.ico" width="16" height="16" alt="[Google]" /></a>
<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F08%2F29%2Fsnort-simple-rule-to-block-http-brute-force%2F&amp;title=Snort%3A+Simple+Rule+To+Block+HTTP+Brute+Force" title="Stumble it!"><img src="http://www.stumbleupon.com/favicon.ico" width="16" height="16" alt="[StumbleUpon]" /></a>
</span><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Hackosis?a=PHavQh3JYTE:PHC2UWzgw_s:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Hackosis?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Hackosis?a=PHavQh3JYTE:PHC2UWzgw_s:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Hackosis?i=PHavQh3JYTE:PHC2UWzgw_s:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Hackosis?a=PHavQh3JYTE:PHC2UWzgw_s:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Hackosis?i=PHavQh3JYTE:PHC2UWzgw_s:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Hackosis?a=PHavQh3JYTE:PHC2UWzgw_s:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Hackosis?i=PHavQh3JYTE:PHC2UWzgw_s:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Hackosis/~4/PHavQh3JYTE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://hackosis.chiefcrash.com/2008/08/29/snort-simple-rule-to-block-http-brute-force/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://hackosis.chiefcrash.com/2008/08/29/snort-simple-rule-to-block-http-brute-force/</feedburner:origLink></item>
		<item>
		<title>Security: Emerging Threats’ Open Snort Rule Sets</title>
		<link>http://feedproxy.google.com/~r/Hackosis/~3/LFYIoq6Wgeg/</link>
		<comments>http://hackosis.chiefcrash.com/2008/08/22/security-emerging-threats-open-snort-rule-sets/#comments</comments>
		<pubDate>Fri, 22 Aug 2008 13:16:50 +0000</pubDate>
		<dc:creator>Shane</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Open source]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Rules]]></category>
		<category><![CDATA[Snort]]></category>

		<guid isPermaLink="false">http://www.hackosis.com/?p=1834</guid>
		<description><![CDATA[Emerging Threats hosts the only open snort rule set.
Emerging Threats is funded by National Science Foundation and the Army Research Office.
You can download the rule sets separately or all at once.
Check out the perl script to automatically update your iptables, Honeywall and Smoothwall configurations, and the inline snort config.
Confused? Read the Emerging Threats documentation site.
What [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.emergingthreats.net"><img src="http://hackosis.chiefcrash.com/wp-content/uploads/2008/08/emergingthreatslogo.gif" alt="" title="emerging threats logo" width="236" height="107" class="alignleft size-full wp-image-1835" /></a><a href="http://www.emergingthreats.net">Emerging Threats</a> hosts the only <a href="http://doc.emergingthreats.net/bin/view/Main/AllRulesets">open snort rule set</a>.</p>
<p>Emerging Threats is funded by National Science Foundation and the Army Research Office.</p>
<p>You can download the rule sets <a href="http://www.emergingthreats.net/content/view/16/38/" class="broken_link" >separately</a> or all at <a href="http://www.emergingthreats.net/rules/emerging-all.rules">once</a>.</p>
<p>Check out the <a href="http://doc.emergingthreats.net/pub/Main/EmergingFirewallRules/emerging-iptables-update.pl.txt">perl script to automatically update your iptables</a>, <a href="http://doc.emergingthreats.net/bin/view/Main/HoneywallSamples">Honeywall and Smoothwall configurations</a>, and the <a href="http://doc.emergingthreats.net/pub/Main/SnortConfSamples/snort_inline.conf">inline snort config</a>.</p>
<p><strong>Confused?</strong> Read the <a href="http://doc.emergingthreats.net/">Emerging Threats documentation site</a>.</p>
<p><strong>What is Snort?</strong></p>
<blockquote><p>SNORT® is an open source network intrusion prevention and detection system utilizing a rule-driven language, which combines the benefits of signature, protocol and anomaly based inspection methods. With millions of downloads to date, Snort is the most widely deployed intrusion detection and prevention technology worldwide and has become the de facto standard for the industry.</p></blockquote>
<p>If you use snort and don&#8217;t already know about Emerging Threats I am sure it will help you out on your intrusion detecting escapade. If you have any tips for using Emerging Threat&#8217;s rules let us know in the comments.</p>

<span class="slashdigglicious">
<a href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F08%2F22%2Fsecurity-emerging-threats-open-snort-rule-sets%2F&amp;title=Security%3A+Emerging+Threats%26%238217%3B+Open+Snort+Rule+Sets" title="Slashdot It!"><img src="http://slashdot.org/favicon.ico" height="16" width="16" alt="[Slashdot]" /></a>
<a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F08%2F22%2Fsecurity-emerging-threats-open-snort-rule-sets%2F&amp;title=Security%3A+Emerging+Threats%26%238217%3B+Open+Snort+Rule+Sets" title="Digg This Story"><img src="http://digg.com/favicon.ico" width="16" height="16" alt="[Digg]" /></a>
<a href="http://reddit.com/submit?url=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F08%2F22%2Fsecurity-emerging-threats-open-snort-rule-sets%2F&amp;title=Security%3A+Emerging+Threats%26%238217%3B+Open+Snort+Rule+Sets" title="Reddit"><img src="http://reddit.com/favicon.ico" width="16" height="16" alt="[Reddit]" /></a>
<a href="http://del.icio.us/post?url=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F08%2F22%2Fsecurity-emerging-threats-open-snort-rule-sets%2F&amp;title=Security%3A+Emerging+Threats%26%238217%3B+Open+Snort+Rule+Sets" title="Save to del.icio.us" onclick="window.open('http://del.icio.us/post?v=4&amp;noui&amp;jump=close&amp;url=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F08%2F22%2Fsecurity-emerging-threats-open-snort-rule-sets%2F&amp;title=Security%3A+Emerging+Threats%26%238217%3B+Open+Snort+Rule+Sets', 'delicious', 'toolbar=no,width=700,height=400'); return false;"><img src="http://images.del.icio.us/static/img/delicious.small.gif" width="16" height="16" alt="[del.icio.us]" /></a>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F08%2F22%2Fsecurity-emerging-threats-open-snort-rule-sets%2F" title="Share on Facebook"><img src="http://www.facebook.com/favicon.ico" width="16" height="16" alt="[Facebook]" /></a>
<a href="http://technorati.com/faves?add=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F08%2F22%2Fsecurity-emerging-threats-open-snort-rule-sets%2F" title="Add to my Technorati Favorites"><img src="http://technorati.com/favicon.ico" width="16" height="16" alt="[Technorati]" /></a>
<a href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F08%2F22%2Fsecurity-emerging-threats-open-snort-rule-sets%2F&amp;title=Security%3A+Emerging+Threats%26%238217%3B+Open+Snort+Rule+Sets" title="Save to Google Bookmarks"><img src="http://www.google.com/favicon.ico" width="16" height="16" alt="[Google]" /></a>
<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F08%2F22%2Fsecurity-emerging-threats-open-snort-rule-sets%2F&amp;title=Security%3A+Emerging+Threats%26%238217%3B+Open+Snort+Rule+Sets" title="Stumble it!"><img src="http://www.stumbleupon.com/favicon.ico" width="16" height="16" alt="[StumbleUpon]" /></a>
</span><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Hackosis?a=LFYIoq6Wgeg:g16XvcmXfo4:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Hackosis?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Hackosis?a=LFYIoq6Wgeg:g16XvcmXfo4:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Hackosis?i=LFYIoq6Wgeg:g16XvcmXfo4:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Hackosis?a=LFYIoq6Wgeg:g16XvcmXfo4:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Hackosis?i=LFYIoq6Wgeg:g16XvcmXfo4:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Hackosis?a=LFYIoq6Wgeg:g16XvcmXfo4:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Hackosis?i=LFYIoq6Wgeg:g16XvcmXfo4:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Hackosis/~4/LFYIoq6Wgeg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://hackosis.chiefcrash.com/2008/08/22/security-emerging-threats-open-snort-rule-sets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://hackosis.chiefcrash.com/2008/08/22/security-emerging-threats-open-snort-rule-sets/</feedburner:origLink></item>
		<item>
		<title>DIY: Create Your Own T-Shirt Designs With Bleach</title>
		<link>http://feedproxy.google.com/~r/Hackosis/~3/sg6IydByVlQ/</link>
		<comments>http://hackosis.chiefcrash.com/2008/08/18/diy-create-your-own-t-shirt-designs-with-bleach/#comments</comments>
		<pubDate>Mon, 18 Aug 2008 17:24:47 +0000</pubDate>
		<dc:creator>Shane</dc:creator>
				<category><![CDATA[DIY]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[Bleach]]></category>
		<category><![CDATA[T-Shirt]]></category>

		<guid isPermaLink="false">http://www.hackosis.com/?p=1818</guid>
		<description><![CDATA[Overspraymag.com covers a process of using bleach to create designs on t-shirts. 
The process was created by Phelyx, a supposed street artist and magician.
Phelyx covers the process from start to finish and will have you making your own t-shirt designs in no time. Just be careful with the bleach!
Have you made any t-shirt designs or [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://hackosis.chiefcrash.com/wp-content/uploads/2008/08/bleacht-shirt.jpg" alt="" title="bleach t-shirt" width="200" height="182" class="code alignright size-full wp-image-1819" /><a href="http://overspraymag.com/blog/?p=490">Overspraymag.com</a> covers a process of using bleach to create designs on t-shirts. </p>
<p>The process was created by <a href="http://www.phelyx.com/">Phelyx</a>, a supposed street artist and magician.</p>
<p>Phelyx covers the process from start to finish and will have you making your own t-shirt designs in no time. Just be careful with the bleach!</p>
<p><em>Have you made any t-shirt designs or maybe you have other methods? Show and tell us in the comments.</em></p>

<span class="slashdigglicious">
<a href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F08%2F18%2Fdiy-create-your-own-t-shirt-designs-with-bleach%2F&amp;title=DIY%3A+Create+Your+Own+T-Shirt+Designs+With+Bleach" title="Slashdot It!"><img src="http://slashdot.org/favicon.ico" height="16" width="16" alt="[Slashdot]" /></a>
<a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F08%2F18%2Fdiy-create-your-own-t-shirt-designs-with-bleach%2F&amp;title=DIY%3A+Create+Your+Own+T-Shirt+Designs+With+Bleach" title="Digg This Story"><img src="http://digg.com/favicon.ico" width="16" height="16" alt="[Digg]" /></a>
<a href="http://reddit.com/submit?url=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F08%2F18%2Fdiy-create-your-own-t-shirt-designs-with-bleach%2F&amp;title=DIY%3A+Create+Your+Own+T-Shirt+Designs+With+Bleach" title="Reddit"><img src="http://reddit.com/favicon.ico" width="16" height="16" alt="[Reddit]" /></a>
<a href="http://del.icio.us/post?url=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F08%2F18%2Fdiy-create-your-own-t-shirt-designs-with-bleach%2F&amp;title=DIY%3A+Create+Your+Own+T-Shirt+Designs+With+Bleach" title="Save to del.icio.us" onclick="window.open('http://del.icio.us/post?v=4&amp;noui&amp;jump=close&amp;url=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F08%2F18%2Fdiy-create-your-own-t-shirt-designs-with-bleach%2F&amp;title=DIY%3A+Create+Your+Own+T-Shirt+Designs+With+Bleach', 'delicious', 'toolbar=no,width=700,height=400'); return false;"><img src="http://images.del.icio.us/static/img/delicious.small.gif" width="16" height="16" alt="[del.icio.us]" /></a>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F08%2F18%2Fdiy-create-your-own-t-shirt-designs-with-bleach%2F" title="Share on Facebook"><img src="http://www.facebook.com/favicon.ico" width="16" height="16" alt="[Facebook]" /></a>
<a href="http://technorati.com/faves?add=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F08%2F18%2Fdiy-create-your-own-t-shirt-designs-with-bleach%2F" title="Add to my Technorati Favorites"><img src="http://technorati.com/favicon.ico" width="16" height="16" alt="[Technorati]" /></a>
<a href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F08%2F18%2Fdiy-create-your-own-t-shirt-designs-with-bleach%2F&amp;title=DIY%3A+Create+Your+Own+T-Shirt+Designs+With+Bleach" title="Save to Google Bookmarks"><img src="http://www.google.com/favicon.ico" width="16" height="16" alt="[Google]" /></a>
<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F08%2F18%2Fdiy-create-your-own-t-shirt-designs-with-bleach%2F&amp;title=DIY%3A+Create+Your+Own+T-Shirt+Designs+With+Bleach" title="Stumble it!"><img src="http://www.stumbleupon.com/favicon.ico" width="16" height="16" alt="[StumbleUpon]" /></a>
</span><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Hackosis?a=sg6IydByVlQ:wzUT4C9OBgc:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Hackosis?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Hackosis?a=sg6IydByVlQ:wzUT4C9OBgc:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Hackosis?i=sg6IydByVlQ:wzUT4C9OBgc:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Hackosis?a=sg6IydByVlQ:wzUT4C9OBgc:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Hackosis?i=sg6IydByVlQ:wzUT4C9OBgc:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Hackosis?a=sg6IydByVlQ:wzUT4C9OBgc:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Hackosis?i=sg6IydByVlQ:wzUT4C9OBgc:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Hackosis/~4/sg6IydByVlQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://hackosis.chiefcrash.com/2008/08/18/diy-create-your-own-t-shirt-designs-with-bleach/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://hackosis.chiefcrash.com/2008/08/18/diy-create-your-own-t-shirt-designs-with-bleach/</feedburner:origLink></item>
		<item>
		<title>Video: How To Hack Any Flash Game</title>
		<link>http://feedproxy.google.com/~r/Hackosis/~3/YjrmAwwToMo/</link>
		<comments>http://hackosis.chiefcrash.com/2008/08/15/video-how-to-hack-any-flash-game/#comments</comments>
		<pubDate>Fri, 15 Aug 2008 16:20:38 +0000</pubDate>
		<dc:creator>Shane</dc:creator>
				<category><![CDATA[Gaming]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Web development]]></category>
		<category><![CDATA[Cheat Engine]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Hack]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://www.hackosis.com/?p=1812</guid>
		<description><![CDATA[ 










]]></description>
			<content:encoded><![CDATA[<p><center><embed src="http://www.metacafe.com/fplayer/1142167/how_to_hack_any_flash_game.swf" width="500" height="400" wmode="transparent" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"> </embed></center></p>

<span class="slashdigglicious">
<a href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F08%2F15%2Fvideo-how-to-hack-any-flash-game%2F&amp;title=Video%3A+How+To+Hack+Any+Flash+Game" title="Slashdot It!"><img src="http://slashdot.org/favicon.ico" height="16" width="16" alt="[Slashdot]" /></a>
<a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F08%2F15%2Fvideo-how-to-hack-any-flash-game%2F&amp;title=Video%3A+How+To+Hack+Any+Flash+Game" title="Digg This Story"><img src="http://digg.com/favicon.ico" width="16" height="16" alt="[Digg]" /></a>
<a href="http://reddit.com/submit?url=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F08%2F15%2Fvideo-how-to-hack-any-flash-game%2F&amp;title=Video%3A+How+To+Hack+Any+Flash+Game" title="Reddit"><img src="http://reddit.com/favicon.ico" width="16" height="16" alt="[Reddit]" /></a>
<a href="http://del.icio.us/post?url=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F08%2F15%2Fvideo-how-to-hack-any-flash-game%2F&amp;title=Video%3A+How+To+Hack+Any+Flash+Game" title="Save to del.icio.us" onclick="window.open('http://del.icio.us/post?v=4&amp;noui&amp;jump=close&amp;url=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F08%2F15%2Fvideo-how-to-hack-any-flash-game%2F&amp;title=Video%3A+How+To+Hack+Any+Flash+Game', 'delicious', 'toolbar=no,width=700,height=400'); return false;"><img src="http://images.del.icio.us/static/img/delicious.small.gif" width="16" height="16" alt="[del.icio.us]" /></a>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F08%2F15%2Fvideo-how-to-hack-any-flash-game%2F" title="Share on Facebook"><img src="http://www.facebook.com/favicon.ico" width="16" height="16" alt="[Facebook]" /></a>
<a href="http://technorati.com/faves?add=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F08%2F15%2Fvideo-how-to-hack-any-flash-game%2F" title="Add to my Technorati Favorites"><img src="http://technorati.com/favicon.ico" width="16" height="16" alt="[Technorati]" /></a>
<a href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F08%2F15%2Fvideo-how-to-hack-any-flash-game%2F&amp;title=Video%3A+How+To+Hack+Any+Flash+Game" title="Save to Google Bookmarks"><img src="http://www.google.com/favicon.ico" width="16" height="16" alt="[Google]" /></a>
<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F08%2F15%2Fvideo-how-to-hack-any-flash-game%2F&amp;title=Video%3A+How+To+Hack+Any+Flash+Game" title="Stumble it!"><img src="http://www.stumbleupon.com/favicon.ico" width="16" height="16" alt="[StumbleUpon]" /></a>
</span><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Hackosis?a=YjrmAwwToMo:u-aDbXOo4fU:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Hackosis?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Hackosis?a=YjrmAwwToMo:u-aDbXOo4fU:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Hackosis?i=YjrmAwwToMo:u-aDbXOo4fU:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Hackosis?a=YjrmAwwToMo:u-aDbXOo4fU:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Hackosis?i=YjrmAwwToMo:u-aDbXOo4fU:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Hackosis?a=YjrmAwwToMo:u-aDbXOo4fU:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Hackosis?i=YjrmAwwToMo:u-aDbXOo4fU:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Hackosis/~4/YjrmAwwToMo" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://hackosis.chiefcrash.com/2008/08/15/video-how-to-hack-any-flash-game/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<feedburner:origLink>http://hackosis.chiefcrash.com/2008/08/15/video-how-to-hack-any-flash-game/</feedburner:origLink></item>
		<item>
		<title>Top 10 Xbox 360 Hacks: The Most For Your Money</title>
		<link>http://feedproxy.google.com/~r/Hackosis/~3/adp2zwYDOk4/</link>
		<comments>http://hackosis.chiefcrash.com/2008/08/12/top-10-xbox-360-hacks-the-most-for-your-money/#comments</comments>
		<pubDate>Tue, 12 Aug 2008 18:37:01 +0000</pubDate>
		<dc:creator>Shane</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Gaming]]></category>
		<category><![CDATA[Hacks]]></category>
		<category><![CDATA[Top]]></category>
		<category><![CDATA[Xbox 360]]></category>

		<guid isPermaLink="false">http://www.hackosis.com/?p=1752</guid>
		<description><![CDATA[Geeks love getting the most out of their gaming consoles. I hope you would agree that the Xbox 360 is the best gaming console on the market. I recently purchased an Xbox 360 so I have been looking into what I can do (I know, kinda late). With that being said, I would like to [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://hackosis.chiefcrash.com/wp-content/uploads/2008/08/xboxlogo.jpg" alt="" title="Xbox 360 Logo" width="150" height="98" class="alignright size-full wp-image-1782" />Geeks love getting the most out of their gaming consoles. I hope you would agree that the <strong>Xbox 360 is the best gaming console on the market</strong>. I recently purchased an Xbox 360 so I have been looking into what I can do (I know, kinda late). With that being said, I would like to share my top 10 hack finds so far.</p>
<ol>
<li><a href="http://www.engadget.com/2007/04/18/how-to-make-an-xbox-360-laptop-part-1/">Turn your Xbox 360 into a Laptop</a> &#8211; Like soldering? Engadget takes us through the steps of turning your Xbox 360 into a portable laptop. How. Cool. Is. That.</li>
<li><a href="http://www.biline.ca/360_mod.htm">Flashing the DVD firmware to play game backups</a> &#8211; If you have owned your Xbox 360 for some time it is possible to flash the firmware on the DVD drive to play game backups (your own backups of course ;)). <em><font color="red">WARNING &#8211; This could ban you from Xbox Live!</font></em></li>
<li><a href="http://www.teamxlink.co.uk/">Play online without Xbox Live for Free</a> &#8211; By using Xlink Kai you can play multiplayer LAN games online for free! MS has put a 30ms ping limit on the Xbox 360, so be sure to close all other internet apps before playing. Check out the <a href="http://www.teamxlink.co.uk/wiki/doku.php">wiki</a> for more details.</li>
<li><a href="http://www.instructables.com/id/Use-your-laptop-as-an-XboxXbox-360-wireless-adap/">Use Your Laptop as a free Xbox Wi-Fi Adapter and save $80</a> &#8211; Use internet connection sharing to wire your Xbox 360 to the internet instead of buying the $80 adapter.</li>
<li><a href="http://www.geeksaresexy.net/2007/10/02/how-to-cheap-wireless-for-your-xbox-360/">DIY Xbox 360 Wifi Adapter</a> &#8211; If you don&#8217;t want a cord from your Xbox 360 hanging out of your laptop all the time you can always follow Geeks Are Sexy&#8217;s guide to a DIY Xbox 360 Wifi adapter.</li>
<li><a href="http://myweb.cableone.net/eluttmann04/projects/vmcNetFlix/default.htm">Stream Netflix Movies</a> &#8211; By using vmcNetFlix you can watch all your favorite movies from your Netflix subscription.</li>
<li><a href="http://www.chadledford.com/?p=50">Use your own HDMI cable and save $40</a> &#8211; Chad shows us how to fit the A/V adapter into the Xbox 360 while using your own HDMI cable instead of buying the $40 official Microsoft cable.</li>
<li><a href="http://www.engadget.com/2006/11/14/how-to-turn-a-standard-xbox-360-video-cable-into-a-vga-cable-fo/">Turn your Xbox A/V cable into a VGA Cable for $7</a> &#8211; Once again, Engadget to the rescue with DIY instructions on how to turn your standard Xbox 360 A/V cable into a VGA cable on the cheap.</li>
<li><a href="http://cybernetnews.com/2008/08/01/cybernotes-best-xbox-360-case-mods-round-2/">Mod your Case</a> &#8211; There are limitless ways you can customize your Xbox 360 case. To start you off you can <a href="http://www.youtube.com/watch?v=WbEeA7CG79Q">paint the face plate</a> and the <a href="http://www.youtube.com/watch?v=9ktDuWsmkms">controller</a>.</li>
<li><a href="http://www.gamersreports.com/news/1293/browse-the-internet-on-your-xbox360/">Surf the web</a> &#8211; If you have Windows Media Center Editon you can surf the web from the comfort of your Xbox 360. Note that this is limited functionality only &#8211; no typing, no sound, etc. Basically just a screen shot from your PC (Good enough for pr0n).</li>
</ol>
<p>Hopefully you ran into something new and there is still more to discover with your Xbox 360. With such an interesting machine to tweak, no wonder everyone has out-done themselves on hacking/modding the Xbox 360.</p>
<p><strong><em>Have a hack or mod that we didn&#8217;t cover? Let us know in the comments.</em></strong></p>

<span class="slashdigglicious">
<a href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F08%2F12%2Ftop-10-xbox-360-hacks-the-most-for-your-money%2F&amp;title=Top+10+Xbox+360+Hacks%3A+The+Most+For+Your+Money" title="Slashdot It!"><img src="http://slashdot.org/favicon.ico" height="16" width="16" alt="[Slashdot]" /></a>
<a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F08%2F12%2Ftop-10-xbox-360-hacks-the-most-for-your-money%2F&amp;title=Top+10+Xbox+360+Hacks%3A+The+Most+For+Your+Money" title="Digg This Story"><img src="http://digg.com/favicon.ico" width="16" height="16" alt="[Digg]" /></a>
<a href="http://reddit.com/submit?url=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F08%2F12%2Ftop-10-xbox-360-hacks-the-most-for-your-money%2F&amp;title=Top+10+Xbox+360+Hacks%3A+The+Most+For+Your+Money" title="Reddit"><img src="http://reddit.com/favicon.ico" width="16" height="16" alt="[Reddit]" /></a>
<a href="http://del.icio.us/post?url=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F08%2F12%2Ftop-10-xbox-360-hacks-the-most-for-your-money%2F&amp;title=Top+10+Xbox+360+Hacks%3A+The+Most+For+Your+Money" title="Save to del.icio.us" onclick="window.open('http://del.icio.us/post?v=4&amp;noui&amp;jump=close&amp;url=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F08%2F12%2Ftop-10-xbox-360-hacks-the-most-for-your-money%2F&amp;title=Top+10+Xbox+360+Hacks%3A+The+Most+For+Your+Money', 'delicious', 'toolbar=no,width=700,height=400'); return false;"><img src="http://images.del.icio.us/static/img/delicious.small.gif" width="16" height="16" alt="[del.icio.us]" /></a>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F08%2F12%2Ftop-10-xbox-360-hacks-the-most-for-your-money%2F" title="Share on Facebook"><img src="http://www.facebook.com/favicon.ico" width="16" height="16" alt="[Facebook]" /></a>
<a href="http://technorati.com/faves?add=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F08%2F12%2Ftop-10-xbox-360-hacks-the-most-for-your-money%2F" title="Add to my Technorati Favorites"><img src="http://technorati.com/favicon.ico" width="16" height="16" alt="[Technorati]" /></a>
<a href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F08%2F12%2Ftop-10-xbox-360-hacks-the-most-for-your-money%2F&amp;title=Top+10+Xbox+360+Hacks%3A+The+Most+For+Your+Money" title="Save to Google Bookmarks"><img src="http://www.google.com/favicon.ico" width="16" height="16" alt="[Google]" /></a>
<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F08%2F12%2Ftop-10-xbox-360-hacks-the-most-for-your-money%2F&amp;title=Top+10+Xbox+360+Hacks%3A+The+Most+For+Your+Money" title="Stumble it!"><img src="http://www.stumbleupon.com/favicon.ico" width="16" height="16" alt="[StumbleUpon]" /></a>
</span><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Hackosis?a=adp2zwYDOk4:drdEBS1lC_E:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Hackosis?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Hackosis?a=adp2zwYDOk4:drdEBS1lC_E:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Hackosis?i=adp2zwYDOk4:drdEBS1lC_E:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Hackosis?a=adp2zwYDOk4:drdEBS1lC_E:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Hackosis?i=adp2zwYDOk4:drdEBS1lC_E:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Hackosis?a=adp2zwYDOk4:drdEBS1lC_E:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Hackosis?i=adp2zwYDOk4:drdEBS1lC_E:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Hackosis/~4/adp2zwYDOk4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://hackosis.chiefcrash.com/2008/08/12/top-10-xbox-360-hacks-the-most-for-your-money/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://hackosis.chiefcrash.com/2008/08/12/top-10-xbox-360-hacks-the-most-for-your-money/</feedburner:origLink></item>
		<item>
		<title>Easy And Portable Anonymity with Tor Browser</title>
		<link>http://feedproxy.google.com/~r/Hackosis/~3/XgXOlXvmQiI/</link>
		<comments>http://hackosis.chiefcrash.com/2008/08/07/easy-and-portable-anonymity-with-tor-browser/#comments</comments>
		<pubDate>Thu, 07 Aug 2008 23:22:03 +0000</pubDate>
		<dc:creator>Shane</dc:creator>
				<category><![CDATA[Download]]></category>
		<category><![CDATA[Open source]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Anonymous]]></category>
		<category><![CDATA[Browser]]></category>
		<category><![CDATA[Portable]]></category>
		<category><![CDATA[Proxy]]></category>
		<category><![CDATA[Tor]]></category>

		<guid isPermaLink="false">http://www.hackosis.com/?p=1732</guid>
		<description><![CDATA[The Tor Browser bundle makes it easy to use Tor without having to install any software on your PC. You can even slap it on your jump drive to use any where you go.
And it is as easy as &#8212; download, extract, run!
From the site:

The Tor software protects you by bouncing your communications around a [...]]]></description>
			<content:encoded><![CDATA[<p><a href="https://www.torproject.org/torbrowser/"><img id="code" src="http://hackosis.chiefcrash.com/wp-content/uploads/2008/08/torlogo.gif" alt="" title="Tor Logo" width="179" height="73" class="alignleft size-full wp-image-1733" /></a>The Tor Browser bundle makes it easy to use Tor without having to install any software on your PC. You can even slap it on your jump drive to use any where you go.</p>
<p>And it is as easy as &#8212; download, extract, run!</p>
<p><strong>From the <a href="https://www.torproject.org/torbrowser/">site</a>:</strong></p>
<blockquote><p>
The Tor software protects you by bouncing your communications around a distributed network of relays run by volunteers all around the world: it prevents somebody watching your Internet connection from learning what sites you visit, it prevents the sites you visit from learning your physical location, and it lets you access sites which are blocked.</p>
<p>The Tor Browser Bundle lets you use Tor on Windows without needing to install any software. It can run off a USB flash drive, comes with a pre-configured web browser and is self contained. The Tor IM Browser Bundle additionally allows instant messaging and chat. If you would prefer to use your existing web browser, install Tor permanently, or if you don&#8217;t use Windows, see the other ways to download Tor.</p></blockquote>
<p>The bundle includes portable Firefox and also <a href="http://www.pidgin.im/">Pidgin IM software</a> with the IM Browser bundle (separate download).</p>
<p>Check out the <a href="https://www.torproject.org/torbrowser/">Tor Browser page</a> for downloads and instructions.<br />
<em><br />
If you like Tor you might want to check out <a href="http://hackosis.chiefcrash.com/2008/01/29/take-control-of-tor-with-vidalia/">Take Control of Tor With Vidalia</a>, <a href="http://hackosis.chiefcrash.com/2007/12/06/windows-browse-anonymously-with-xerobank/">Browse Anonymously with XeroBank</a>, and using <a href="http://hackosis.chiefcrash.com/2007/09/22/security-use-anonymos-to-encrypt-and-anonymize-traffic/">Anonym.OS to encrypt and anonymize traffic</a>.</em></p>

<span class="slashdigglicious">
<a href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F08%2F07%2Feasy-and-portable-anonymity-with-tor-browser%2F&amp;title=Easy+And+Portable+Anonymity+with+Tor+Browser" title="Slashdot It!"><img src="http://slashdot.org/favicon.ico" height="16" width="16" alt="[Slashdot]" /></a>
<a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F08%2F07%2Feasy-and-portable-anonymity-with-tor-browser%2F&amp;title=Easy+And+Portable+Anonymity+with+Tor+Browser" title="Digg This Story"><img src="http://digg.com/favicon.ico" width="16" height="16" alt="[Digg]" /></a>
<a href="http://reddit.com/submit?url=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F08%2F07%2Feasy-and-portable-anonymity-with-tor-browser%2F&amp;title=Easy+And+Portable+Anonymity+with+Tor+Browser" title="Reddit"><img src="http://reddit.com/favicon.ico" width="16" height="16" alt="[Reddit]" /></a>
<a href="http://del.icio.us/post?url=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F08%2F07%2Feasy-and-portable-anonymity-with-tor-browser%2F&amp;title=Easy+And+Portable+Anonymity+with+Tor+Browser" title="Save to del.icio.us" onclick="window.open('http://del.icio.us/post?v=4&amp;noui&amp;jump=close&amp;url=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F08%2F07%2Feasy-and-portable-anonymity-with-tor-browser%2F&amp;title=Easy+And+Portable+Anonymity+with+Tor+Browser', 'delicious', 'toolbar=no,width=700,height=400'); return false;"><img src="http://images.del.icio.us/static/img/delicious.small.gif" width="16" height="16" alt="[del.icio.us]" /></a>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F08%2F07%2Feasy-and-portable-anonymity-with-tor-browser%2F" title="Share on Facebook"><img src="http://www.facebook.com/favicon.ico" width="16" height="16" alt="[Facebook]" /></a>
<a href="http://technorati.com/faves?add=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F08%2F07%2Feasy-and-portable-anonymity-with-tor-browser%2F" title="Add to my Technorati Favorites"><img src="http://technorati.com/favicon.ico" width="16" height="16" alt="[Technorati]" /></a>
<a href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F08%2F07%2Feasy-and-portable-anonymity-with-tor-browser%2F&amp;title=Easy+And+Portable+Anonymity+with+Tor+Browser" title="Save to Google Bookmarks"><img src="http://www.google.com/favicon.ico" width="16" height="16" alt="[Google]" /></a>
<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F08%2F07%2Feasy-and-portable-anonymity-with-tor-browser%2F&amp;title=Easy+And+Portable+Anonymity+with+Tor+Browser" title="Stumble it!"><img src="http://www.stumbleupon.com/favicon.ico" width="16" height="16" alt="[StumbleUpon]" /></a>
</span><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Hackosis?a=XgXOlXvmQiI:WZGvhfveoEA:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Hackosis?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Hackosis?a=XgXOlXvmQiI:WZGvhfveoEA:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Hackosis?i=XgXOlXvmQiI:WZGvhfveoEA:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Hackosis?a=XgXOlXvmQiI:WZGvhfveoEA:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Hackosis?i=XgXOlXvmQiI:WZGvhfveoEA:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Hackosis?a=XgXOlXvmQiI:WZGvhfveoEA:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Hackosis?i=XgXOlXvmQiI:WZGvhfveoEA:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Hackosis/~4/XgXOlXvmQiI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://hackosis.chiefcrash.com/2008/08/07/easy-and-portable-anonymity-with-tor-browser/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://hackosis.chiefcrash.com/2008/08/07/easy-and-portable-anonymity-with-tor-browser/</feedburner:origLink></item>
		<item>
		<title>Share Mouse and Keyboard Across The Network w/ Synergy</title>
		<link>http://feedproxy.google.com/~r/Hackosis/~3/CwOKpKQ_G6c/</link>
		<comments>http://hackosis.chiefcrash.com/2008/08/07/share-mouse-and-keyboard-across-the-network-w-synergy/#comments</comments>
		<pubDate>Thu, 07 Aug 2008 16:09:34 +0000</pubDate>
		<dc:creator>Shane</dc:creator>
				<category><![CDATA[Download]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Open source]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Synergy]]></category>

		<guid isPermaLink="false">http://www.hackosis.com/?p=1720</guid>
		<description><![CDATA[This article is user submitted by rich0rd. You can also submit articles.
  

You have multiple computers, and your desk is cluttered with keyboards, mice, and monitors? You desperately need more space, and you are tired of moving your hands the long way from one keyboard to the next? Do not worry any more &#8211; [...]]]></description>
			<content:encoded><![CDATA[<p><center>
<div id="code"><font color="#7ca700"><center>This article is user submitted by rich0rd. You can also <a href="http://hackosis.chiefcrash.com/submit/">submit</a> articles.</center></font></div>
<p></center>  </p>
<p><a href="http://synergy2.sourceforge.net/"><img src="http://hackosis.chiefcrash.com/wp-content/uploads/2008/08/logo1.gif" alt="" title="synergy logo" width="216" height="77" class="alignleft size-full wp-image-1722" /></a>
<p>You have multiple computers, and your desk is cluttered with keyboards, mice, and monitors? You desperately need more space, and you are tired of moving your hands the long way from one keyboard to the next? Do not worry any more &#8211; rescue is here in form of <a href="http://synergy2.sourceforge.net/">synergy.</a></p>
<p>Synergy is a nifty little program which allows you to share your mouse and keyboard with other computers on your network. Just move the mouse out of your screen and it magically appears on the screen of the next computer allowing you to type there. Additionally, you can share cut and paste selections, so you can cut something on one screen/PC, move the mouse to the other screen and paste your selection there . Synergy is available for Windows (XP, NT), GNU/Linux, Mac OS X, and Unix. And the best thing is you can even mix different operating systems. Sounds interesting? So let&#8217;s see how it works.</p>
<p>Synergy is composed of a server (synergys) and a client part (synergyc) which communicate with each other over a network to exchange keyboard and mouse events. The server is started on the main PC whose keyboard and mouse should be shared, and the client is started on each machine which should use the input devices of the server. In the configuration file, you define which screen is to the left, right, top, or bottom of each monitor.  (like in other multi-monitor setups). If the mouse is moved over an edge, the control events are sent over the network to the host which is defined in the configuration.
</p>
<p><strong>Get it</strong></p>
<p>There are binary packages available at <a href="http://synergy2.sourceforge.net/">the synergy sourceforge page</a>, but if you are using a OS with package management system I recommend checking if it is available there first. Install synergy on every machine which should participate in the input sharing.</p>
<p><span id="more-1720"></span><br />
In GNU/Debian based distros (sid/unstable in my case) type: </p>
<div id="code"><tt>apt-get install synergy<br />
</tt></div>
<p><strong>Configure it</strong></p>
<p>
A sample configuration for three hosts (main, lefty, and righty) is provided below and is stored in your home directory on the server under <tt>.synergy.conf</tt> in GNU/Linux or provided to synergys with <tt>--config &lt;configpath&gt;</tt>.</p>
<div id="code"><tt>section: screens<br />
main:<br />
lefty:<br />
righty:<br />
end</p>
<p>section: links<br />
main: <br />
&nbsp;&nbsp;left:  lefty<br />
&nbsp;&nbsp;right: righty<br />
lefty:<br />
 &nbsp;&nbsp;    right:main<br />
righty:<br />
 &nbsp;&nbsp;   left:main<br />
end<br />
</tt></div>
<p>
In this configuration &#8220;main&#8221;, will act as the server, and its keyboard and mouse will be shared with &#8220;lefty&#8221; and &#8220;righty&#8221;. In the &#8220;screens&#8221; section the host names of all participating machines are listed and in the &#8220;links&#8221; section the layout of the screens is given. For each host, you can define which screen is at the left, right, top, or bottom. You don&#8217;t need to be consistent about the layout, and you could even create a wrap-around loop ( lefty &lt;-&gt; main &lt;-&gt;righty &lt;-&gt; lefty &#8230;).
</p>
<p>See the <a href="http://synergy2.sourceforge.net/configuration.html">synergy configuration page</a> for more options like shortcuts for screenswitching.
</p>
<p><strong>Run it</strong></p>
<p>After you finished the configuration on your main machine, start the server with</p>
<div id="code"><tt>synergys --config &lt;configpath&gt;<br />
</tt></div>
<p><em>Note that you should run the server as a normal user.</em></p>
<p>On your client machines run:</p>
<div id="code"><tt>synergyc &lt;server-hostname&gt;<br />
</tt></div>
<p>The synerg client will leave the mouse and keyboard of the client machines fully functional, so you can switch to the other keyboard from time to time or let a second person type while you grab his mouse from time to time.</p>
<p>If you run into troubles, check the hostnames and your firewall settings. Make sure that you are allowing connections to port 24800 (synergy default port).</p>
<p><strong>Secure it</strong></p>
<p>Warning: Keyboard input is sent unencrypted over the network &#8211; this is a severe security issue because passwords could be read by anyone on the network. In GNU/Linux there is a simple solution for this dilemma (which is pointed out in at the <a href="http://synergy2.sourceforge.net/security.html">synergy page</a>) &#8211; just use ssh tunneling. You will need an ssh server on the server machine and on the client type:</p>
<div id="code"><tt>ssh -f -N -L 24800:&lt;server-hostname&gt;:24800 &lt;user&gt;@&lt;server-hostname&gt;<br />
</tt></div>
<p>This will create a forward to the server. You will now be able to connect with synergy to your <strong>localhost</strong> and the connection will be tunneled to the server. On the client type:</p>
<div id="code"><tt>synergyc localhost<br />
</tt></div>
<p><strong>Easy handling with quicksynergy</strong</p>
<p>
For fortunate users of GNU/Linux and Mac OS X, there is also a nice simple configuration tool called <a href="http://quicksynergy.sourceforge.net/">quicksynergy</a>. Grab it via your favorite package manager or download it from the <a href="http://quicksynergy.sourceforge.net/">sourceforge page</a>. Run the tool on the main server and each client. </p>
<p><img src="http://hackosis.chiefcrash.com/wp-content/uploads/2008/08/client-242x300.png" alt="" title="synergy client" width="242" height="300" class="alignnone size-medium wp-image-1721" /><br />
<img src="http://hackosis.chiefcrash.com/wp-content/uploads/2008/08/server.png" alt="" title="synergy server" width="311" height="385" class="alignnone size-full wp-image-1723" /></p>
<p><strong>Related</strong></p>
<p>There are some systems which are related to synergy. One of them is Distributed Multihead X (DMX), which allows the usage of multiple displays of multiple hosts on a single host. It is somewhat complicated to set up, and as far as I know it works only for X Windows systems and not for MS Windows.</p>
<p><strong>Links</strong></p>
<ul>
<li><a href="http://synergy2.sourceforge.net/">Synergy on sourceforge</a></li>
<li><a href="http://quicksynergy.sourceforge.net/">Quicksynergy on sourceforge</a></li>
<li><a href="http://www.openssh.com">OpenSSH Homepage</a></li>
<li><a href="http://dmx.sourceforge.net/">Distributed Multihead X on sourceforge</a></li>
</ul>
<div id="code"><font color="#7ca700"><center>This article is user submitted by rich0rd. You can also <a href="http://hackosis.chiefcrash.com/submit/">submit</a> articles.</center></font></div>
<p></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Hackosis?a=CwOKpKQ_G6c:2TDLQVAHz6M:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Hackosis?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Hackosis?a=CwOKpKQ_G6c:2TDLQVAHz6M:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Hackosis?i=CwOKpKQ_G6c:2TDLQVAHz6M:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Hackosis?a=CwOKpKQ_G6c:2TDLQVAHz6M:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Hackosis?i=CwOKpKQ_G6c:2TDLQVAHz6M:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Hackosis?a=CwOKpKQ_G6c:2TDLQVAHz6M:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Hackosis?i=CwOKpKQ_G6c:2TDLQVAHz6M:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Hackosis/~4/CwOKpKQ_G6c" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://hackosis.chiefcrash.com/2008/08/07/share-mouse-and-keyboard-across-the-network-w-synergy/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		<feedburner:origLink>http://hackosis.chiefcrash.com/2008/08/07/share-mouse-and-keyboard-across-the-network-w-synergy/</feedburner:origLink></item>
		<item>
		<title>Windows: Easy Text To Speech VB Script</title>
		<link>http://feedproxy.google.com/~r/Hackosis/~3/sD4uXnJ3Q88/</link>
		<comments>http://hackosis.chiefcrash.com/2008/08/04/windows-simple-text-to-speech-vb-script/#comments</comments>
		<pubDate>Mon, 04 Aug 2008 13:19:41 +0000</pubDate>
		<dc:creator>Shane</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[TTS]]></category>

		<guid isPermaLink="false">http://www.hackosis.com/?p=1702</guid>
		<description><![CDATA[Genius Hackers points out a quick way to convert text to speech in Windows using a Visual Basic script.
Create a new file and name it tts.vbs. Enter and save the following:

 Visual Basic [Show Styled Code]:
Dim msg, sapi
msg=InputBox(&#034;Enter your text&#034;,&#034;Talk it&#034;)
Set sapi=CreateObject(&#034;sapi.spvoice&#034;)
sapi.Speak msg


 Visual Basic [Show Plain Code]:



Dim msg, sapi


msg=InputBox&#40;&#34;Enter your text&#34;,&#34;Talk it&#34;&#41;


Set sapi=CreateObject&#40;&#34;sapi.spvoice&#34;&#41;


sapi.Speak msg [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://hackosis.chiefcrash.com/wp-content/uploads/2008/01/xplogo.jpg" alt="" title="Windows XP Logo" width="160" height="113" class="alignleft size-full wp-image-799" /><a href="http://geniushackers.com/blog/2008/07/07/make-your-windows-xp-talk/">Genius Hackers</a> points out a quick way to convert text to speech in Windows using a Visual Basic script.</p>
<p>Create a new file and name it <tt>tts.vbs</tt>. Enter and save the following:</p>
<div class="synthi_code" style="display:none;" id ="plain_synthi_4fb41d5609a20">
<div class="synthi_header" style="font-weight:bold;"> Visual Basic <span  class="synthi_button"style="font-weight:lighter;font-size:smaller;">[<a href="#" onClick="javascript:document.getElementById('styled_synthi_4fb41d5609a20').style.display='block';document.getElementById('plain_synthi_4fb41d5609a20').style.display='none';return false">Show Styled Code</a>]:</span></div>
<pre style="width:100%;overflow:auto;">Dim msg, sapi
msg=InputBox(&#034;Enter your text&#034;,&#034;Talk it&#034;)
Set sapi=CreateObject(&#034;sapi.spvoice&#034;)
sapi.Speak msg</pre>
</div>
<div class="synthi_code" style="display:block;" id ="styled_synthi_4fb41d5609a20">
<div class="synthi_header" style="font-weight:bold;"> Visual Basic <span  class="synthi_button"style="font-weight:lighter;font-size:smaller;">[<a href="#" onClick="javascript:document.getElementById('plain_synthi_4fb41d5609a20').style.display='block';document.getElementById('styled_synthi_4fb41d5609a20').style.display='none';return false">Show Plain Code</a>]:</span></div>
<div class="vb" style="font-family: monospace;">
<ol>
<li style="font-weight: bold;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #b1b100;">Dim</span> msg, sapi</div>
</li>
<li style="font-weight: bold;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">msg=<span style="color: #b1b100;">InputBox</span><span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">&quot;Enter your text&quot;</span>,<span style="color: #ff0000;">&quot;Talk it&quot;</span><span style="color: #66cc66;">&#41;</span></div>
</li>
<li style="font-weight: bold;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #b1b100;">Set</span> sapi=<span style="color: #b1b100;">CreateObject</span><span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">&quot;sapi.spvoice&quot;</span><span style="color: #66cc66;">&#41;</span></div>
</li>
<li style="font-weight: bold;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">sapi.<span style="color: #66cc66;">Speak</span> msg </div>
</li>
</ol>
</div>
</div>
<p>Run this you will be presented with a box like so:</p>
<p><img src="http://hackosis.chiefcrash.com/wp-content/uploads/2008/08/ttsvb.gif" alt="" title="TTS VB Script" width="364" height="162" class="alignnone size-full wp-image-1705" /></p>
<p>Enter the text and it shall be read! This is reported to be working on XP/Vista only. </p>
<p><font size="1">[via <a href="http://geniushackers.com/blog/2008/07/07/make-your-windows-xp-talk/">geniushackers.com</a>]</font></p>

<span class="slashdigglicious">
<a href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F08%2F04%2Fwindows-simple-text-to-speech-vb-script%2F&amp;title=Windows%3A+Easy+Text+To+Speech+VB+Script" title="Slashdot It!"><img src="http://slashdot.org/favicon.ico" height="16" width="16" alt="[Slashdot]" /></a>
<a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F08%2F04%2Fwindows-simple-text-to-speech-vb-script%2F&amp;title=Windows%3A+Easy+Text+To+Speech+VB+Script" title="Digg This Story"><img src="http://digg.com/favicon.ico" width="16" height="16" alt="[Digg]" /></a>
<a href="http://reddit.com/submit?url=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F08%2F04%2Fwindows-simple-text-to-speech-vb-script%2F&amp;title=Windows%3A+Easy+Text+To+Speech+VB+Script" title="Reddit"><img src="http://reddit.com/favicon.ico" width="16" height="16" alt="[Reddit]" /></a>
<a href="http://del.icio.us/post?url=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F08%2F04%2Fwindows-simple-text-to-speech-vb-script%2F&amp;title=Windows%3A+Easy+Text+To+Speech+VB+Script" title="Save to del.icio.us" onclick="window.open('http://del.icio.us/post?v=4&amp;noui&amp;jump=close&amp;url=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F08%2F04%2Fwindows-simple-text-to-speech-vb-script%2F&amp;title=Windows%3A+Easy+Text+To+Speech+VB+Script', 'delicious', 'toolbar=no,width=700,height=400'); return false;"><img src="http://images.del.icio.us/static/img/delicious.small.gif" width="16" height="16" alt="[del.icio.us]" /></a>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F08%2F04%2Fwindows-simple-text-to-speech-vb-script%2F" title="Share on Facebook"><img src="http://www.facebook.com/favicon.ico" width="16" height="16" alt="[Facebook]" /></a>
<a href="http://technorati.com/faves?add=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F08%2F04%2Fwindows-simple-text-to-speech-vb-script%2F" title="Add to my Technorati Favorites"><img src="http://technorati.com/favicon.ico" width="16" height="16" alt="[Technorati]" /></a>
<a href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F08%2F04%2Fwindows-simple-text-to-speech-vb-script%2F&amp;title=Windows%3A+Easy+Text+To+Speech+VB+Script" title="Save to Google Bookmarks"><img src="http://www.google.com/favicon.ico" width="16" height="16" alt="[Google]" /></a>
<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F08%2F04%2Fwindows-simple-text-to-speech-vb-script%2F&amp;title=Windows%3A+Easy+Text+To+Speech+VB+Script" title="Stumble it!"><img src="http://www.stumbleupon.com/favicon.ico" width="16" height="16" alt="[StumbleUpon]" /></a>
</span><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Hackosis?a=sD4uXnJ3Q88:bEuCLk27M38:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Hackosis?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Hackosis?a=sD4uXnJ3Q88:bEuCLk27M38:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Hackosis?i=sD4uXnJ3Q88:bEuCLk27M38:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Hackosis?a=sD4uXnJ3Q88:bEuCLk27M38:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Hackosis?i=sD4uXnJ3Q88:bEuCLk27M38:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Hackosis?a=sD4uXnJ3Q88:bEuCLk27M38:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Hackosis?i=sD4uXnJ3Q88:bEuCLk27M38:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Hackosis/~4/sD4uXnJ3Q88" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://hackosis.chiefcrash.com/2008/08/04/windows-simple-text-to-speech-vb-script/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://hackosis.chiefcrash.com/2008/08/04/windows-simple-text-to-speech-vb-script/</feedburner:origLink></item>
		<item>
		<title>Video: How To Make Smoke Bombs</title>
		<link>http://feedproxy.google.com/~r/Hackosis/~3/SQuh7IRL-aQ/</link>
		<comments>http://hackosis.chiefcrash.com/2008/08/03/video-how-to-make-smoke-bombs/#comments</comments>
		<pubDate>Sun, 03 Aug 2008 13:13:39 +0000</pubDate>
		<dc:creator>Shane</dc:creator>
				<category><![CDATA[DIY]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[Bombs]]></category>
		<category><![CDATA[Smoke]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://www.hackosis.com/?p=1697</guid>
		<description><![CDATA[And it works really well!











]]></description>
			<content:encoded><![CDATA[<p>And it works really well!</p>
<p><center><embed src="http://www.metacafe.com/fplayer/933968/easy_colorful_smoke_bomb.swf" width="500" height="400" wmode="transparent"  pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed></center></p>

<span class="slashdigglicious">
<a href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F08%2F03%2Fvideo-how-to-make-smoke-bombs%2F&amp;title=Video%3A+How+To+Make+Smoke+Bombs" title="Slashdot It!"><img src="http://slashdot.org/favicon.ico" height="16" width="16" alt="[Slashdot]" /></a>
<a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F08%2F03%2Fvideo-how-to-make-smoke-bombs%2F&amp;title=Video%3A+How+To+Make+Smoke+Bombs" title="Digg This Story"><img src="http://digg.com/favicon.ico" width="16" height="16" alt="[Digg]" /></a>
<a href="http://reddit.com/submit?url=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F08%2F03%2Fvideo-how-to-make-smoke-bombs%2F&amp;title=Video%3A+How+To+Make+Smoke+Bombs" title="Reddit"><img src="http://reddit.com/favicon.ico" width="16" height="16" alt="[Reddit]" /></a>
<a href="http://del.icio.us/post?url=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F08%2F03%2Fvideo-how-to-make-smoke-bombs%2F&amp;title=Video%3A+How+To+Make+Smoke+Bombs" title="Save to del.icio.us" onclick="window.open('http://del.icio.us/post?v=4&amp;noui&amp;jump=close&amp;url=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F08%2F03%2Fvideo-how-to-make-smoke-bombs%2F&amp;title=Video%3A+How+To+Make+Smoke+Bombs', 'delicious', 'toolbar=no,width=700,height=400'); return false;"><img src="http://images.del.icio.us/static/img/delicious.small.gif" width="16" height="16" alt="[del.icio.us]" /></a>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F08%2F03%2Fvideo-how-to-make-smoke-bombs%2F" title="Share on Facebook"><img src="http://www.facebook.com/favicon.ico" width="16" height="16" alt="[Facebook]" /></a>
<a href="http://technorati.com/faves?add=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F08%2F03%2Fvideo-how-to-make-smoke-bombs%2F" title="Add to my Technorati Favorites"><img src="http://technorati.com/favicon.ico" width="16" height="16" alt="[Technorati]" /></a>
<a href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F08%2F03%2Fvideo-how-to-make-smoke-bombs%2F&amp;title=Video%3A+How+To+Make+Smoke+Bombs" title="Save to Google Bookmarks"><img src="http://www.google.com/favicon.ico" width="16" height="16" alt="[Google]" /></a>
<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F08%2F03%2Fvideo-how-to-make-smoke-bombs%2F&amp;title=Video%3A+How+To+Make+Smoke+Bombs" title="Stumble it!"><img src="http://www.stumbleupon.com/favicon.ico" width="16" height="16" alt="[StumbleUpon]" /></a>
</span><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Hackosis?a=SQuh7IRL-aQ:o8NVu8zszVY:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Hackosis?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Hackosis?a=SQuh7IRL-aQ:o8NVu8zszVY:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Hackosis?i=SQuh7IRL-aQ:o8NVu8zszVY:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Hackosis?a=SQuh7IRL-aQ:o8NVu8zszVY:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Hackosis?i=SQuh7IRL-aQ:o8NVu8zszVY:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Hackosis?a=SQuh7IRL-aQ:o8NVu8zszVY:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Hackosis?i=SQuh7IRL-aQ:o8NVu8zszVY:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Hackosis/~4/SQuh7IRL-aQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://hackosis.chiefcrash.com/2008/08/03/video-how-to-make-smoke-bombs/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://hackosis.chiefcrash.com/2008/08/03/video-how-to-make-smoke-bombs/</feedburner:origLink></item>
		<item>
		<title>Infinity Exists ‘How To’ Videos</title>
		<link>http://feedproxy.google.com/~r/Hackosis/~3/mH8fPNLCmRk/</link>
		<comments>http://hackosis.chiefcrash.com/2008/08/02/infinity-exists-how-to-videos/#comments</comments>
		<pubDate>Sat, 02 Aug 2008 14:29:41 +0000</pubDate>
		<dc:creator>Shane</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Open source]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Howto]]></category>
		<category><![CDATA[Infinity Exists]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://www.hackosis.com/?p=1477</guid>
		<description><![CDATA[Infinity Exists features many &#8216;how to&#8217; videos to quench your inner thirst for exploit information. Topics include lock picking, password cracking, email spoofing, SQL injection, and much more.
What are you waiting for? Go check out the videos!










]]></description>
			<content:encoded><![CDATA[<p><center><a href="http://infinityexists.com/videos/"><img id="code" src="http://hackosis.chiefcrash.com/wp-content/uploads/2008/08/infinityexistslogo.gif" alt="" title="infinity exists logo" width="500" height="114" class="aligncenter size-full wp-image-1689" /></a></center></p>
<p>Infinity Exists features many &#8216;how to&#8217; videos to quench your inner thirst for exploit information. Topics include <a href="http://infinityexists.com/videos/episode19/">lock picking</a>, <a href="http://infinityexists.com/videos/episode18/">password cracking</a>, <a href="http://infinityexists.com/videos/underground01/">email spoofing</a>, <a href="http://infinityexists.com/videos/episode11/">SQL injection</a>, and much more.</p>
<p>What are you waiting for? Go check out the <a href="http://infinityexists.com/videos/">videos</a>!</p>

<span class="slashdigglicious">
<a href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F08%2F02%2Finfinity-exists-how-to-videos%2F&amp;title=Infinity+Exists+%26%238216%3BHow+To%26%238217%3B+Videos" title="Slashdot It!"><img src="http://slashdot.org/favicon.ico" height="16" width="16" alt="[Slashdot]" /></a>
<a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F08%2F02%2Finfinity-exists-how-to-videos%2F&amp;title=Infinity+Exists+%26%238216%3BHow+To%26%238217%3B+Videos" title="Digg This Story"><img src="http://digg.com/favicon.ico" width="16" height="16" alt="[Digg]" /></a>
<a href="http://reddit.com/submit?url=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F08%2F02%2Finfinity-exists-how-to-videos%2F&amp;title=Infinity+Exists+%26%238216%3BHow+To%26%238217%3B+Videos" title="Reddit"><img src="http://reddit.com/favicon.ico" width="16" height="16" alt="[Reddit]" /></a>
<a href="http://del.icio.us/post?url=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F08%2F02%2Finfinity-exists-how-to-videos%2F&amp;title=Infinity+Exists+%26%238216%3BHow+To%26%238217%3B+Videos" title="Save to del.icio.us" onclick="window.open('http://del.icio.us/post?v=4&amp;noui&amp;jump=close&amp;url=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F08%2F02%2Finfinity-exists-how-to-videos%2F&amp;title=Infinity+Exists+%26%238216%3BHow+To%26%238217%3B+Videos', 'delicious', 'toolbar=no,width=700,height=400'); return false;"><img src="http://images.del.icio.us/static/img/delicious.small.gif" width="16" height="16" alt="[del.icio.us]" /></a>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F08%2F02%2Finfinity-exists-how-to-videos%2F" title="Share on Facebook"><img src="http://www.facebook.com/favicon.ico" width="16" height="16" alt="[Facebook]" /></a>
<a href="http://technorati.com/faves?add=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F08%2F02%2Finfinity-exists-how-to-videos%2F" title="Add to my Technorati Favorites"><img src="http://technorati.com/favicon.ico" width="16" height="16" alt="[Technorati]" /></a>
<a href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F08%2F02%2Finfinity-exists-how-to-videos%2F&amp;title=Infinity+Exists+%26%238216%3BHow+To%26%238217%3B+Videos" title="Save to Google Bookmarks"><img src="http://www.google.com/favicon.ico" width="16" height="16" alt="[Google]" /></a>
<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F08%2F02%2Finfinity-exists-how-to-videos%2F&amp;title=Infinity+Exists+%26%238216%3BHow+To%26%238217%3B+Videos" title="Stumble it!"><img src="http://www.stumbleupon.com/favicon.ico" width="16" height="16" alt="[StumbleUpon]" /></a>
</span><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Hackosis?a=mH8fPNLCmRk:sRAle6ma_Dc:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Hackosis?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Hackosis?a=mH8fPNLCmRk:sRAle6ma_Dc:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Hackosis?i=mH8fPNLCmRk:sRAle6ma_Dc:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Hackosis?a=mH8fPNLCmRk:sRAle6ma_Dc:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Hackosis?i=mH8fPNLCmRk:sRAle6ma_Dc:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Hackosis?a=mH8fPNLCmRk:sRAle6ma_Dc:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Hackosis?i=mH8fPNLCmRk:sRAle6ma_Dc:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Hackosis/~4/mH8fPNLCmRk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://hackosis.chiefcrash.com/2008/08/02/infinity-exists-how-to-videos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://hackosis.chiefcrash.com/2008/08/02/infinity-exists-how-to-videos/</feedburner:origLink></item>
		<item>
		<title>Security: Why Is Google Following Me?</title>
		<link>http://feedproxy.google.com/~r/Hackosis/~3/hIcROAVJx7A/</link>
		<comments>http://hackosis.chiefcrash.com/2008/08/01/security-why-is-google-following-me/#comments</comments>
		<pubDate>Fri, 01 Aug 2008 19:26:56 +0000</pubDate>
		<dc:creator>Shane</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Bot]]></category>
		<category><![CDATA[Crawl]]></category>
		<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://www.hackosis.com/?p=1639</guid>
		<description><![CDATA[I was testing some things on this site today. I opened the error log and found something interesting (X.X.X.X = me):
[Fri Aug  1 13:51:39 2008] [error] [client 66.249.71.208] (2)No such file or directory: File does not exist: /home/username/public_html/file.php
[Fri Aug  1 13:51:39 2008] [error] [client X.X.X.X] (2)No such file or directory: File does not [...]]]></description>
			<content:encoded><![CDATA[<p><center><img src="http://hackosis.chiefcrash.com/wp-content/uploads/2008/08/logo.gif" alt="" title="Google Logo" width="276" height="110" class="aligncenter size-full wp-image-1642" /></center></p>
<p>I was testing some things on this site today. I opened the error log and found something interesting (X.X.X.X = me):</p>
<div id="code"><tt>[Fri Aug  1 13:51:39 2008] [error] [client 66.249.71.208] (2)No such file or directory: File does not exist: /home/username/public_html/file.php<br />
[Fri Aug  1 13:51:39 2008] [error] [client X.X.X.X] (2)No such file or directory: File does not exist: /home/username/public_html/file.php<br />
[Fri Aug  1 13:50:15 2008] [error] [client 66.249.71.39] (2)No such file or directory: File does not exist: /home/username/public_html/file1.php<br />
[Fri Aug  1 13:50:14 2008] [error] [client X.X.X.X] (2)No such file or directory: File does not exist: /home/username/public_html/file1.php<br />
[Fri Aug  1 13:48:12 2008] [error] [client 66.249.71.39] (2)No such file or directory: File does not exist: /home/username/public_html/file2.php<br />
[Fri Aug  1 13:48:11 2008] [error] [client X.X.X.X] (2)No such file or directory: File does not exist: /home/username/public_html/file2.php</tt></div>
<p><center><font size='1'>*Directory names and IP addresses have been changed to protect the innocent*</font></center></p>
<p>Yes, these IP addresses are registered to Google. <strong>BUT why is Google loading every page I visit at the exact time?</strong> This is reproducible for every 404 I can generate.</p>
<p>I understand the concept of a bot and crawling the web for information, but is it necessary that they crawl every single page that I load? Surely they can&#8217;t be doing this for everyone on the web.</p>
<p>Does anyone have an explanation for this?</p>
<p>If you have a web server I would be interested to see if you can produce the same results&#8230;</p>

<span class="slashdigglicious">
<a href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F08%2F01%2Fsecurity-why-is-google-following-me%2F&amp;title=Security%3A+Why+Is+Google+Following+Me%3F" title="Slashdot It!"><img src="http://slashdot.org/favicon.ico" height="16" width="16" alt="[Slashdot]" /></a>
<a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F08%2F01%2Fsecurity-why-is-google-following-me%2F&amp;title=Security%3A+Why+Is+Google+Following+Me%3F" title="Digg This Story"><img src="http://digg.com/favicon.ico" width="16" height="16" alt="[Digg]" /></a>
<a href="http://reddit.com/submit?url=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F08%2F01%2Fsecurity-why-is-google-following-me%2F&amp;title=Security%3A+Why+Is+Google+Following+Me%3F" title="Reddit"><img src="http://reddit.com/favicon.ico" width="16" height="16" alt="[Reddit]" /></a>
<a href="http://del.icio.us/post?url=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F08%2F01%2Fsecurity-why-is-google-following-me%2F&amp;title=Security%3A+Why+Is+Google+Following+Me%3F" title="Save to del.icio.us" onclick="window.open('http://del.icio.us/post?v=4&amp;noui&amp;jump=close&amp;url=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F08%2F01%2Fsecurity-why-is-google-following-me%2F&amp;title=Security%3A+Why+Is+Google+Following+Me%3F', 'delicious', 'toolbar=no,width=700,height=400'); return false;"><img src="http://images.del.icio.us/static/img/delicious.small.gif" width="16" height="16" alt="[del.icio.us]" /></a>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F08%2F01%2Fsecurity-why-is-google-following-me%2F" title="Share on Facebook"><img src="http://www.facebook.com/favicon.ico" width="16" height="16" alt="[Facebook]" /></a>
<a href="http://technorati.com/faves?add=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F08%2F01%2Fsecurity-why-is-google-following-me%2F" title="Add to my Technorati Favorites"><img src="http://technorati.com/favicon.ico" width="16" height="16" alt="[Technorati]" /></a>
<a href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F08%2F01%2Fsecurity-why-is-google-following-me%2F&amp;title=Security%3A+Why+Is+Google+Following+Me%3F" title="Save to Google Bookmarks"><img src="http://www.google.com/favicon.ico" width="16" height="16" alt="[Google]" /></a>
<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F08%2F01%2Fsecurity-why-is-google-following-me%2F&amp;title=Security%3A+Why+Is+Google+Following+Me%3F" title="Stumble it!"><img src="http://www.stumbleupon.com/favicon.ico" width="16" height="16" alt="[StumbleUpon]" /></a>
</span><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Hackosis?a=hIcROAVJx7A:aK709jvnqVo:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Hackosis?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Hackosis?a=hIcROAVJx7A:aK709jvnqVo:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Hackosis?i=hIcROAVJx7A:aK709jvnqVo:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Hackosis?a=hIcROAVJx7A:aK709jvnqVo:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Hackosis?i=hIcROAVJx7A:aK709jvnqVo:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Hackosis?a=hIcROAVJx7A:aK709jvnqVo:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Hackosis?i=hIcROAVJx7A:aK709jvnqVo:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Hackosis/~4/hIcROAVJx7A" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://hackosis.chiefcrash.com/2008/08/01/security-why-is-google-following-me/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		<feedburner:origLink>http://hackosis.chiefcrash.com/2008/08/01/security-why-is-google-following-me/</feedburner:origLink></item>
		<item>
		<title>Hardware: Hard Drive LED Clock</title>
		<link>http://feedproxy.google.com/~r/Hackosis/~3/PM7PpyNh9bQ/</link>
		<comments>http://hackosis.chiefcrash.com/2008/08/01/hardware-hard-drive-led-clock/#comments</comments>
		<pubDate>Fri, 01 Aug 2008 16:17:36 +0000</pubDate>
		<dc:creator>Shane</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Clock]]></category>
		<category><![CDATA[Hard drive]]></category>
		<category><![CDATA[LED]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://www.hackosis.com/?p=1632</guid>
		<description><![CDATA[This is an awesome gadget by Ian Matthew.
Check it out and congrats to Alan Parekhs for the original idea.

[via hackedgadgets.com]










]]></description>
			<content:encoded><![CDATA[<p>This is an awesome gadget by <a href="http://www.ian.org/HD-Clock/">Ian Matthew</a>.</p>
<p>Check it out and congrats to <a href="http://alan-parekh.com/projects/hard-drive-clock/">Alan Parekhs</a> for the original idea.</p>
<p><center><object width="500" height="400"><param name="movie" value="http://www.youtube.com/v/K1asNB0te0o&#038;hl=en&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><embed src="http://www.youtube.com/v/K1asNB0te0o&#038;hl=en&#038;fs=1" type="application/x-shockwave-flash" allowfullscreen="true" width="500" height="400"></embed></object></center></p>
<p><font size="1">[via <a href="http://hackedgadgets.com/">hackedgadgets.com</a>]</font></p>

<span class="slashdigglicious">
<a href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F08%2F01%2Fhardware-hard-drive-led-clock%2F&amp;title=Hardware%3A+Hard+Drive+LED+Clock" title="Slashdot It!"><img src="http://slashdot.org/favicon.ico" height="16" width="16" alt="[Slashdot]" /></a>
<a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F08%2F01%2Fhardware-hard-drive-led-clock%2F&amp;title=Hardware%3A+Hard+Drive+LED+Clock" title="Digg This Story"><img src="http://digg.com/favicon.ico" width="16" height="16" alt="[Digg]" /></a>
<a href="http://reddit.com/submit?url=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F08%2F01%2Fhardware-hard-drive-led-clock%2F&amp;title=Hardware%3A+Hard+Drive+LED+Clock" title="Reddit"><img src="http://reddit.com/favicon.ico" width="16" height="16" alt="[Reddit]" /></a>
<a href="http://del.icio.us/post?url=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F08%2F01%2Fhardware-hard-drive-led-clock%2F&amp;title=Hardware%3A+Hard+Drive+LED+Clock" title="Save to del.icio.us" onclick="window.open('http://del.icio.us/post?v=4&amp;noui&amp;jump=close&amp;url=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F08%2F01%2Fhardware-hard-drive-led-clock%2F&amp;title=Hardware%3A+Hard+Drive+LED+Clock', 'delicious', 'toolbar=no,width=700,height=400'); return false;"><img src="http://images.del.icio.us/static/img/delicious.small.gif" width="16" height="16" alt="[del.icio.us]" /></a>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F08%2F01%2Fhardware-hard-drive-led-clock%2F" title="Share on Facebook"><img src="http://www.facebook.com/favicon.ico" width="16" height="16" alt="[Facebook]" /></a>
<a href="http://technorati.com/faves?add=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F08%2F01%2Fhardware-hard-drive-led-clock%2F" title="Add to my Technorati Favorites"><img src="http://technorati.com/favicon.ico" width="16" height="16" alt="[Technorati]" /></a>
<a href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F08%2F01%2Fhardware-hard-drive-led-clock%2F&amp;title=Hardware%3A+Hard+Drive+LED+Clock" title="Save to Google Bookmarks"><img src="http://www.google.com/favicon.ico" width="16" height="16" alt="[Google]" /></a>
<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F08%2F01%2Fhardware-hard-drive-led-clock%2F&amp;title=Hardware%3A+Hard+Drive+LED+Clock" title="Stumble it!"><img src="http://www.stumbleupon.com/favicon.ico" width="16" height="16" alt="[StumbleUpon]" /></a>
</span><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Hackosis?a=PM7PpyNh9bQ:MIgvDChqIto:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Hackosis?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Hackosis?a=PM7PpyNh9bQ:MIgvDChqIto:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Hackosis?i=PM7PpyNh9bQ:MIgvDChqIto:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Hackosis?a=PM7PpyNh9bQ:MIgvDChqIto:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Hackosis?i=PM7PpyNh9bQ:MIgvDChqIto:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Hackosis?a=PM7PpyNh9bQ:MIgvDChqIto:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Hackosis?i=PM7PpyNh9bQ:MIgvDChqIto:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Hackosis/~4/PM7PpyNh9bQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://hackosis.chiefcrash.com/2008/08/01/hardware-hard-drive-led-clock/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<feedburner:origLink>http://hackosis.chiefcrash.com/2008/08/01/hardware-hard-drive-led-clock/</feedburner:origLink></item>
		<item>
		<title>Video: Do-It-Yourself Fireballs</title>
		<link>http://feedproxy.google.com/~r/Hackosis/~3/NOinEfDb7f0/</link>
		<comments>http://hackosis.chiefcrash.com/2008/07/31/video-do-it-yourself-fireballs/#comments</comments>
		<pubDate>Thu, 31 Jul 2008 13:54:10 +0000</pubDate>
		<dc:creator>Shane</dc:creator>
				<category><![CDATA[DIY]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[Balls]]></category>
		<category><![CDATA[Fire]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://www.hackosis.com/?p=1576</guid>
		<description><![CDATA[Cool trick that involves some cotton, string, and lighter fluid. Not useful for much, but hey you gotta have fun sometimes! 

Be careful!
[via wiresmash.com]










]]></description>
			<content:encoded><![CDATA[<p>Cool trick that involves some cotton, string, and lighter fluid. Not useful for much, but hey you gotta have fun sometimes! </p>
<p><center><embed src="http://www.metacafe.com/fplayer/1029494/how_to_make_fire_balls.swf" width="500" height="400" wmode="transparent"  pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed></center></p>
<p>Be careful!</p>
<p><font size="1">[via <a href="http://wiresmash.com/how-to/how-to-make-a-fireball/">wiresmash.com</a>]</font></p>

<span class="slashdigglicious">
<a href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F07%2F31%2Fvideo-do-it-yourself-fireballs%2F&amp;title=Video%3A+Do-It-Yourself+Fireballs" title="Slashdot It!"><img src="http://slashdot.org/favicon.ico" height="16" width="16" alt="[Slashdot]" /></a>
<a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F07%2F31%2Fvideo-do-it-yourself-fireballs%2F&amp;title=Video%3A+Do-It-Yourself+Fireballs" title="Digg This Story"><img src="http://digg.com/favicon.ico" width="16" height="16" alt="[Digg]" /></a>
<a href="http://reddit.com/submit?url=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F07%2F31%2Fvideo-do-it-yourself-fireballs%2F&amp;title=Video%3A+Do-It-Yourself+Fireballs" title="Reddit"><img src="http://reddit.com/favicon.ico" width="16" height="16" alt="[Reddit]" /></a>
<a href="http://del.icio.us/post?url=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F07%2F31%2Fvideo-do-it-yourself-fireballs%2F&amp;title=Video%3A+Do-It-Yourself+Fireballs" title="Save to del.icio.us" onclick="window.open('http://del.icio.us/post?v=4&amp;noui&amp;jump=close&amp;url=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F07%2F31%2Fvideo-do-it-yourself-fireballs%2F&amp;title=Video%3A+Do-It-Yourself+Fireballs', 'delicious', 'toolbar=no,width=700,height=400'); return false;"><img src="http://images.del.icio.us/static/img/delicious.small.gif" width="16" height="16" alt="[del.icio.us]" /></a>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F07%2F31%2Fvideo-do-it-yourself-fireballs%2F" title="Share on Facebook"><img src="http://www.facebook.com/favicon.ico" width="16" height="16" alt="[Facebook]" /></a>
<a href="http://technorati.com/faves?add=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F07%2F31%2Fvideo-do-it-yourself-fireballs%2F" title="Add to my Technorati Favorites"><img src="http://technorati.com/favicon.ico" width="16" height="16" alt="[Technorati]" /></a>
<a href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F07%2F31%2Fvideo-do-it-yourself-fireballs%2F&amp;title=Video%3A+Do-It-Yourself+Fireballs" title="Save to Google Bookmarks"><img src="http://www.google.com/favicon.ico" width="16" height="16" alt="[Google]" /></a>
<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F07%2F31%2Fvideo-do-it-yourself-fireballs%2F&amp;title=Video%3A+Do-It-Yourself+Fireballs" title="Stumble it!"><img src="http://www.stumbleupon.com/favicon.ico" width="16" height="16" alt="[StumbleUpon]" /></a>
</span><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Hackosis?a=NOinEfDb7f0:XZVK7F0lljU:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Hackosis?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Hackosis?a=NOinEfDb7f0:XZVK7F0lljU:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Hackosis?i=NOinEfDb7f0:XZVK7F0lljU:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Hackosis?a=NOinEfDb7f0:XZVK7F0lljU:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Hackosis?i=NOinEfDb7f0:XZVK7F0lljU:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Hackosis?a=NOinEfDb7f0:XZVK7F0lljU:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Hackosis?i=NOinEfDb7f0:XZVK7F0lljU:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Hackosis/~4/NOinEfDb7f0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://hackosis.chiefcrash.com/2008/07/31/video-do-it-yourself-fireballs/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://hackosis.chiefcrash.com/2008/07/31/video-do-it-yourself-fireballs/</feedburner:origLink></item>
		<item>
		<title>Linux: Dropping The F(ork) Bomb On Your System</title>
		<link>http://feedproxy.google.com/~r/Hackosis/~3/2pXWEvpwOjc/</link>
		<comments>http://hackosis.chiefcrash.com/2008/07/30/linux-dropping-the-fork-bomb-on-your-system/#comments</comments>
		<pubDate>Wed, 30 Jul 2008 16:51:37 +0000</pubDate>
		<dc:creator>Shane</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[DoS]]></category>
		<category><![CDATA[Fork bomb]]></category>
		<category><![CDATA[Wabbit]]></category>

		<guid isPermaLink="false">http://www.hackosis.com/?p=1520</guid>
		<description><![CDATA[From Wikipedia:

The fork bomb is a form of denial of service attack against a computer system that implements the fork operation, or equivalent functionality whereby a running process can create another running process. It is considered a wabbit as fork bomb programs typically do not spread as worms or viruses. It relies on the assumption [...]]]></description>
			<content:encoded><![CDATA[<p><center><img src="http://hackosis.chiefcrash.com/wp-content/uploads/2008/07/forkbomb.jpg" alt="" title="forkbomb" width="500" height="110" class="aligncenter size-full wp-image-1521" /></center></p>
<p>From <a href="http://en.wikipedia.org/wiki/Fork_bomb">Wikipedia</a>:</p>
<blockquote><p>
The <a href="http://en.wikipedia.org/wiki/Fork_bomb">fork bomb</a> is a form of <a href="http://en.wikipedia.org/wiki/Denial_of_service">denial of service</a> attack against a <a href="http://en.wikipedia.org/wiki/Computer_system">computer system</a> that implements the <a href="http://en.wikipedia.org/wiki/Fork_%28computing%29">fork</a> operation, or equivalent functionality whereby a running process can create another running process. It is considered a <a href="http://en.wikipedia.org/wiki/Wabbit">wabbit</a> as fork bomb programs typically do not spread as <a href="http://en.wikipedia.org/wiki/Computer_worm">worms</a> or <a href="http://en.wikipedia.org/wiki/Viruses">viruses</a>. It relies on the assumption that the number of <a href="http://en.wikipedia.org/wiki/Computer_program">programs</a> and <a href="http://en.wikipedia.org/wiki/Process_%28computing%29">processes</a> which may be simultaneously executed on a computer has a limit.</p></blockquote>
<p>Yes, the command &#8220;<tt>:(){ :|:&#038; };:</tt>&#8221; looks like a bunch of rabid smileys, but in fact is a dangerous command that could leave your Linux system unusable until rebooted. The command essentially creates a DoS attack on the system by spawning a large number of processes and very quickly taking all available resources and process slots. <strong>This is especially important on multiuser systems like terminal servers, web servers, etc.</strong></p>
<p>The jargon file also defines <a href="http://jazz.he.fi/jargon/html/F/fork-bomb.html">fork bomb</a>.</p>
<p>Linux is not the only vulnerable OS, but lets focus on the bash command structure for now and I will fill you in on ways to prevent your system from being vulnerable from this command and catching users who attempt to start the fork bomb.</p>
<div class="synthi_code" style="display:none;" id ="plain_synthi_4fb41d56299d6">
<div class="synthi_header" style="font-weight:bold;"> Bash <span  class="synthi_button"style="font-weight:lighter;font-size:smaller;">[<a href="#" onClick="javascript:document.getElementById('styled_synthi_4fb41d56299d6').style.display='block';document.getElementById('plain_synthi_4fb41d56299d6').style.display='none';return false">Show Styled Code</a>]:</span></div>
<pre style="width:100%;overflow:auto;">:(){
 :|:&#038;
};:</pre>
</div>
<div class="synthi_code" style="display:block;" id ="styled_synthi_4fb41d56299d6">
<div class="synthi_header" style="font-weight:bold;"> Bash <span  class="synthi_button"style="font-weight:lighter;font-size:smaller;">[<a href="#" onClick="javascript:document.getElementById('plain_synthi_4fb41d56299d6').style.display='block';document.getElementById('styled_synthi_4fb41d56299d6').style.display='none';return false">Show Plain Code</a>]:</span></div>
<div class="bash" style="font-family: monospace;">
<ol>
<li style="font-weight: bold;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">:<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#123;</span></div>
</li>
<li style="font-weight: bold;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;:|:&amp;</div>
</li>
<li style="font-weight: bold;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #66cc66;">&#125;</span>;: </div>
</li>
</ol>
</div>
</div>
<p>Essentially the code says:</p>
<p><tt>Bomb the bombs while I drop bombs with even more bombs.</tt></p>
<p><strong>But how do I prevent the fork bomb?</strong></p>
<p>Linux has a handy pam_limits module that can limit the amount of resources any one group or user can take. The configuration is stored in the <tt>/etc/security/limits.conf</tt> file. This will restrict the user or group from spawning more processes than defined in the configuration.</p>
<p><em>NOTE: This requires that you have the pam_limits module installed.</em></p>
<p>Example configuration:</p>
<pre><tt>user          hard    nproc           300
@group        hard    nproc           300</tt></pre>
<p>Replace &#8216;user&#8217; with usernames and replace &#8216;@group&#8217; with group names. You might have to play around with the settings and see what works best for your environment and available resources.</p>
<p><strong>OK, but someone is dropping the fork bomb and I can&#8217;t tell who it is!</strong></p>
<p>You could simply look in their ~/.bash_history and see, but that isn&#8217;t to say they haven&#8217;t deleted it out of the file.</p>
<p>The Linux kernel patch <a href="http://www.grsecurity.net/">grsecurity</a> could be another solution. I don&#8217;t have much experience with the patch so I cannot go into great detail, but the <a href="http://forums.grsecurity.net/viewtopic.php?f=3&#038;t=1705&#038;p=6774">grsecurity forum</a> has a bit of information on the issue.</p>
<p>If you have not setup ways to protect your mutliuser system from the fork bomb, it just might leave you dropping the F bomb. We wouldn&#8217;t want to hear any system administrator saying that, would we?</p>
<p>Know any other ways to create the fork bomb? Leave a suggestion in the comments.</p>

<span class="slashdigglicious">
<a href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F07%2F30%2Flinux-dropping-the-fork-bomb-on-your-system%2F&amp;title=Linux%3A+Dropping+The+F%28ork%29+Bomb+On+Your+System" title="Slashdot It!"><img src="http://slashdot.org/favicon.ico" height="16" width="16" alt="[Slashdot]" /></a>
<a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F07%2F30%2Flinux-dropping-the-fork-bomb-on-your-system%2F&amp;title=Linux%3A+Dropping+The+F%28ork%29+Bomb+On+Your+System" title="Digg This Story"><img src="http://digg.com/favicon.ico" width="16" height="16" alt="[Digg]" /></a>
<a href="http://reddit.com/submit?url=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F07%2F30%2Flinux-dropping-the-fork-bomb-on-your-system%2F&amp;title=Linux%3A+Dropping+The+F%28ork%29+Bomb+On+Your+System" title="Reddit"><img src="http://reddit.com/favicon.ico" width="16" height="16" alt="[Reddit]" /></a>
<a href="http://del.icio.us/post?url=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F07%2F30%2Flinux-dropping-the-fork-bomb-on-your-system%2F&amp;title=Linux%3A+Dropping+The+F%28ork%29+Bomb+On+Your+System" title="Save to del.icio.us" onclick="window.open('http://del.icio.us/post?v=4&amp;noui&amp;jump=close&amp;url=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F07%2F30%2Flinux-dropping-the-fork-bomb-on-your-system%2F&amp;title=Linux%3A+Dropping+The+F%28ork%29+Bomb+On+Your+System', 'delicious', 'toolbar=no,width=700,height=400'); return false;"><img src="http://images.del.icio.us/static/img/delicious.small.gif" width="16" height="16" alt="[del.icio.us]" /></a>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F07%2F30%2Flinux-dropping-the-fork-bomb-on-your-system%2F" title="Share on Facebook"><img src="http://www.facebook.com/favicon.ico" width="16" height="16" alt="[Facebook]" /></a>
<a href="http://technorati.com/faves?add=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F07%2F30%2Flinux-dropping-the-fork-bomb-on-your-system%2F" title="Add to my Technorati Favorites"><img src="http://technorati.com/favicon.ico" width="16" height="16" alt="[Technorati]" /></a>
<a href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F07%2F30%2Flinux-dropping-the-fork-bomb-on-your-system%2F&amp;title=Linux%3A+Dropping+The+F%28ork%29+Bomb+On+Your+System" title="Save to Google Bookmarks"><img src="http://www.google.com/favicon.ico" width="16" height="16" alt="[Google]" /></a>
<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F07%2F30%2Flinux-dropping-the-fork-bomb-on-your-system%2F&amp;title=Linux%3A+Dropping+The+F%28ork%29+Bomb+On+Your+System" title="Stumble it!"><img src="http://www.stumbleupon.com/favicon.ico" width="16" height="16" alt="[StumbleUpon]" /></a>
</span><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Hackosis?a=2pXWEvpwOjc:s-S9fE7PXEY:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Hackosis?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Hackosis?a=2pXWEvpwOjc:s-S9fE7PXEY:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Hackosis?i=2pXWEvpwOjc:s-S9fE7PXEY:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Hackosis?a=2pXWEvpwOjc:s-S9fE7PXEY:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Hackosis?i=2pXWEvpwOjc:s-S9fE7PXEY:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Hackosis?a=2pXWEvpwOjc:s-S9fE7PXEY:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Hackosis?i=2pXWEvpwOjc:s-S9fE7PXEY:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Hackosis/~4/2pXWEvpwOjc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://hackosis.chiefcrash.com/2008/07/30/linux-dropping-the-fork-bomb-on-your-system/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		<feedburner:origLink>http://hackosis.chiefcrash.com/2008/07/30/linux-dropping-the-fork-bomb-on-your-system/</feedburner:origLink></item>
		<item>
		<title>Windows: Video to EXE with MakeInstantPlayer</title>
		<link>http://feedproxy.google.com/~r/Hackosis/~3/IbyZid4i5i4/</link>
		<comments>http://hackosis.chiefcrash.com/2008/07/29/windows-video-to-exe-with-makeinstantplayer/#comments</comments>
		<pubDate>Tue, 29 Jul 2008 15:39:56 +0000</pubDate>
		<dc:creator>Shane</dc:creator>
				<category><![CDATA[Download]]></category>
		<category><![CDATA[Open source]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Mplayer]]></category>
		<category><![CDATA[Video to EXE]]></category>

		<guid isPermaLink="false">http://www.hackosis.com/?p=1499</guid>
		<description><![CDATA[Tired of users not being able to play videos to the the lack of proper media software or codecs? Fret no more as open source MakeInstantPlayer solves this issue by packing any video file into a self contained executable.
No additional software is required to play back the video:
MakeInstantPlayer is a tool for converting video files [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://hackosis.chiefcrash.com/wp-content/uploads/2008/07/fileshotinstplayap6.png"><img src="http://hackosis.chiefcrash.com/wp-content/uploads/2008/07/fileshotinstplayap6-300x181.png" alt="" title="MakeInstantPlayer" width="300" height="181" class="alignleft size-medium wp-image-1501" /></a></p>
<p>Tired of users not being able to play videos to the the lack of proper media software or codecs? Fret no more as open source <a href="http://mulder.dummwiedeutsch.de/home/?page=projects#instplay">MakeInstantPlayer</a> solves this issue by packing any video file into a self contained executable.</p>
<p><strong>No additional software is required</strong> to play back the video:</p>
<blockquote><p>MakeInstantPlayer is a tool for converting video files into self-running executables.<br />
This is very useful for distributing videos, as the user doesn&#8217;t need any additional software for playback.<br />
As MakeInstantPlayer uses the <a href="http://www.mplayerhq.hu/design7/news.html">MPlayer</a> engine for playback, it supports almost any video format in existance.<br />
Furthermore it uses NSIS to pack everthing to one single EXE file.</p></blockquote>
<p>Congrats to <a href="http://mulder.dummwiedeutsch.de/home/">MuldeR</a> for this nifty software! Be sure to check out <a href="http://mulder.dummwiedeutsch.de/home/?page=projects">MuldeR&#8217;s other projects</a> as well.</p>
<p><strong><a href="http://mulder.dummwiedeutsch.de/home/?page=projects#instplay">Download MakeInstantPlayer</a>.</strong></p>
<p><em>TIP: when playing the .exe movie be sure that there is enough space on the system drive because MPlayer will create a temporary folder and the movie will be played from there.</em></p>

<span class="slashdigglicious">
<a href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F07%2F29%2Fwindows-video-to-exe-with-makeinstantplayer%2F&amp;title=Windows%3A+Video+to+EXE+with+MakeInstantPlayer" title="Slashdot It!"><img src="http://slashdot.org/favicon.ico" height="16" width="16" alt="[Slashdot]" /></a>
<a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F07%2F29%2Fwindows-video-to-exe-with-makeinstantplayer%2F&amp;title=Windows%3A+Video+to+EXE+with+MakeInstantPlayer" title="Digg This Story"><img src="http://digg.com/favicon.ico" width="16" height="16" alt="[Digg]" /></a>
<a href="http://reddit.com/submit?url=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F07%2F29%2Fwindows-video-to-exe-with-makeinstantplayer%2F&amp;title=Windows%3A+Video+to+EXE+with+MakeInstantPlayer" title="Reddit"><img src="http://reddit.com/favicon.ico" width="16" height="16" alt="[Reddit]" /></a>
<a href="http://del.icio.us/post?url=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F07%2F29%2Fwindows-video-to-exe-with-makeinstantplayer%2F&amp;title=Windows%3A+Video+to+EXE+with+MakeInstantPlayer" title="Save to del.icio.us" onclick="window.open('http://del.icio.us/post?v=4&amp;noui&amp;jump=close&amp;url=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F07%2F29%2Fwindows-video-to-exe-with-makeinstantplayer%2F&amp;title=Windows%3A+Video+to+EXE+with+MakeInstantPlayer', 'delicious', 'toolbar=no,width=700,height=400'); return false;"><img src="http://images.del.icio.us/static/img/delicious.small.gif" width="16" height="16" alt="[del.icio.us]" /></a>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F07%2F29%2Fwindows-video-to-exe-with-makeinstantplayer%2F" title="Share on Facebook"><img src="http://www.facebook.com/favicon.ico" width="16" height="16" alt="[Facebook]" /></a>
<a href="http://technorati.com/faves?add=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F07%2F29%2Fwindows-video-to-exe-with-makeinstantplayer%2F" title="Add to my Technorati Favorites"><img src="http://technorati.com/favicon.ico" width="16" height="16" alt="[Technorati]" /></a>
<a href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F07%2F29%2Fwindows-video-to-exe-with-makeinstantplayer%2F&amp;title=Windows%3A+Video+to+EXE+with+MakeInstantPlayer" title="Save to Google Bookmarks"><img src="http://www.google.com/favicon.ico" width="16" height="16" alt="[Google]" /></a>
<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F07%2F29%2Fwindows-video-to-exe-with-makeinstantplayer%2F&amp;title=Windows%3A+Video+to+EXE+with+MakeInstantPlayer" title="Stumble it!"><img src="http://www.stumbleupon.com/favicon.ico" width="16" height="16" alt="[StumbleUpon]" /></a>
</span><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Hackosis?a=IbyZid4i5i4:7IQOTHd5gfs:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Hackosis?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Hackosis?a=IbyZid4i5i4:7IQOTHd5gfs:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Hackosis?i=IbyZid4i5i4:7IQOTHd5gfs:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Hackosis?a=IbyZid4i5i4:7IQOTHd5gfs:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Hackosis?i=IbyZid4i5i4:7IQOTHd5gfs:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Hackosis?a=IbyZid4i5i4:7IQOTHd5gfs:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Hackosis?i=IbyZid4i5i4:7IQOTHd5gfs:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Hackosis/~4/IbyZid4i5i4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://hackosis.chiefcrash.com/2008/07/29/windows-video-to-exe-with-makeinstantplayer/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		<feedburner:origLink>http://hackosis.chiefcrash.com/2008/07/29/windows-video-to-exe-with-makeinstantplayer/</feedburner:origLink></item>
		<item>
		<title>Video: DIY Styrofoam Speaker</title>
		<link>http://feedproxy.google.com/~r/Hackosis/~3/44kt4gC5WXM/</link>
		<comments>http://hackosis.chiefcrash.com/2008/07/27/video-diy-styrofoam-speaker/#comments</comments>
		<pubDate>Mon, 28 Jul 2008 02:39:59 +0000</pubDate>
		<dc:creator>Shane</dc:creator>
				<category><![CDATA[DIY]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Kip Kay]]></category>
		<category><![CDATA[Speaker]]></category>
		<category><![CDATA[Styrofoam]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://www.hackosis.com/?p=1486</guid>
		<description><![CDATA[Kip Kay shows us how it&#8217;s done:

[via blogmond.com]










]]></description>
			<content:encoded><![CDATA[<p>Kip Kay shows us how it&#8217;s done:</p>
<p><center><embed src="http://www.metacafe.com/fplayer/1513049/styrofoam_plate_speaker.swf" width="500" height="400" wmode="transparent"  pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed></center></p>
<p><font size="1">[via <a href="http://www.blogmond.com/2008/07/19/make-yourself-some-speakers-from-a-plate/">blogmond.com</a>]</font></p>

<span class="slashdigglicious">
<a href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F07%2F27%2Fvideo-diy-styrofoam-speaker%2F&amp;title=Video%3A+DIY+Styrofoam+Speaker" title="Slashdot It!"><img src="http://slashdot.org/favicon.ico" height="16" width="16" alt="[Slashdot]" /></a>
<a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F07%2F27%2Fvideo-diy-styrofoam-speaker%2F&amp;title=Video%3A+DIY+Styrofoam+Speaker" title="Digg This Story"><img src="http://digg.com/favicon.ico" width="16" height="16" alt="[Digg]" /></a>
<a href="http://reddit.com/submit?url=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F07%2F27%2Fvideo-diy-styrofoam-speaker%2F&amp;title=Video%3A+DIY+Styrofoam+Speaker" title="Reddit"><img src="http://reddit.com/favicon.ico" width="16" height="16" alt="[Reddit]" /></a>
<a href="http://del.icio.us/post?url=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F07%2F27%2Fvideo-diy-styrofoam-speaker%2F&amp;title=Video%3A+DIY+Styrofoam+Speaker" title="Save to del.icio.us" onclick="window.open('http://del.icio.us/post?v=4&amp;noui&amp;jump=close&amp;url=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F07%2F27%2Fvideo-diy-styrofoam-speaker%2F&amp;title=Video%3A+DIY+Styrofoam+Speaker', 'delicious', 'toolbar=no,width=700,height=400'); return false;"><img src="http://images.del.icio.us/static/img/delicious.small.gif" width="16" height="16" alt="[del.icio.us]" /></a>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F07%2F27%2Fvideo-diy-styrofoam-speaker%2F" title="Share on Facebook"><img src="http://www.facebook.com/favicon.ico" width="16" height="16" alt="[Facebook]" /></a>
<a href="http://technorati.com/faves?add=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F07%2F27%2Fvideo-diy-styrofoam-speaker%2F" title="Add to my Technorati Favorites"><img src="http://technorati.com/favicon.ico" width="16" height="16" alt="[Technorati]" /></a>
<a href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F07%2F27%2Fvideo-diy-styrofoam-speaker%2F&amp;title=Video%3A+DIY+Styrofoam+Speaker" title="Save to Google Bookmarks"><img src="http://www.google.com/favicon.ico" width="16" height="16" alt="[Google]" /></a>
<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F07%2F27%2Fvideo-diy-styrofoam-speaker%2F&amp;title=Video%3A+DIY+Styrofoam+Speaker" title="Stumble it!"><img src="http://www.stumbleupon.com/favicon.ico" width="16" height="16" alt="[StumbleUpon]" /></a>
</span><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Hackosis?a=44kt4gC5WXM:g-HCW1Kmu44:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Hackosis?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Hackosis?a=44kt4gC5WXM:g-HCW1Kmu44:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Hackosis?i=44kt4gC5WXM:g-HCW1Kmu44:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Hackosis?a=44kt4gC5WXM:g-HCW1Kmu44:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Hackosis?i=44kt4gC5WXM:g-HCW1Kmu44:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Hackosis?a=44kt4gC5WXM:g-HCW1Kmu44:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Hackosis?i=44kt4gC5WXM:g-HCW1Kmu44:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Hackosis/~4/44kt4gC5WXM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://hackosis.chiefcrash.com/2008/07/27/video-diy-styrofoam-speaker/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://hackosis.chiefcrash.com/2008/07/27/video-diy-styrofoam-speaker/</feedburner:origLink></item>
		<item>
		<title>How To Blind Cameras With a Laser</title>
		<link>http://feedproxy.google.com/~r/Hackosis/~3/BFZXCmwc39I/</link>
		<comments>http://hackosis.chiefcrash.com/2008/07/25/how-to-blind-cameras-with-a-laser/#comments</comments>
		<pubDate>Fri, 25 Jul 2008 20:48:50 +0000</pubDate>
		<dc:creator>Shane</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Camera]]></category>
		<category><![CDATA[Laser]]></category>
		<category><![CDATA[Privacy]]></category>

		<guid isPermaLink="false">http://www.hackosis.com/?p=1460</guid>
		<description><![CDATA[Not only can you blind cameras with infrared LEDs, lasers work as well.
Your first thought might be,&#8221;It&#8217;s really hard to shine a laser at a camera and do something at the same time!&#8221;. Not when you mix a tripod and a gun&#8217;s laser scope.
One major limitation of this method is the fact that most lasers [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://www.naimark.net/writing/images/zapper/face.jpg" title="Laser Camera Zapping"><img id="code" src="http://hackosis.chiefcrash.com/wp-content/uploads/2008/07/face.jpg" alt="Laser Camera Zapping" width="500" height="188" class="attachment wp-att-1463 centered" /></a></p>
<p>Not only can you blind cameras with <a href="http://hackosis.chiefcrash.com/2008/06/19/video-how-to-make-an-invisible-camera-mask/">infrared LEDs</a>, lasers work as well.</p>
<p>Your first thought might be,&#8221;It&#8217;s really hard to shine a laser at a camera and do something at the same time!&#8221;. Not when you mix a tripod and a <a href="http://www.naimark.net/writing/images/zapper/scope2.jpg">gun&#8217;s laser scope</a>.</p>
<p>One major limitation of this method is the fact that most lasers only emit one color, therefore it is fairly easy to filter the color using optical and electronic methods unless multiple colors are used. </p>
<p>Another limitation may involve exactly how to locate cameras, as they can be hidden anywhere.</p>
<p>Michael Naimark can say a whole lot more about the <a href="http://www.naimark.net/projects/zap/howto.html">camera zapping</a> subject with laser beams than I can. Have a look at his excellent document on this interesting subject.</p>
<p><a href="http://www.naimark.net/projects/zap/howto.html">How to ZAP a Camera: Using Lasers to Temporarily Neutralize Camera Sensors</a> &#8211; by Michael Naimark <font size="1">[via <a href="http://www.how2dostuff.blogspot.com/">How To Do Stuff</a>]</font></p>

<span class="slashdigglicious">
<a href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F07%2F25%2Fhow-to-blind-cameras-with-a-laser%2F&amp;title=How+To+Blind+Cameras+With+a+Laser" title="Slashdot It!"><img src="http://slashdot.org/favicon.ico" height="16" width="16" alt="[Slashdot]" /></a>
<a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F07%2F25%2Fhow-to-blind-cameras-with-a-laser%2F&amp;title=How+To+Blind+Cameras+With+a+Laser" title="Digg This Story"><img src="http://digg.com/favicon.ico" width="16" height="16" alt="[Digg]" /></a>
<a href="http://reddit.com/submit?url=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F07%2F25%2Fhow-to-blind-cameras-with-a-laser%2F&amp;title=How+To+Blind+Cameras+With+a+Laser" title="Reddit"><img src="http://reddit.com/favicon.ico" width="16" height="16" alt="[Reddit]" /></a>
<a href="http://del.icio.us/post?url=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F07%2F25%2Fhow-to-blind-cameras-with-a-laser%2F&amp;title=How+To+Blind+Cameras+With+a+Laser" title="Save to del.icio.us" onclick="window.open('http://del.icio.us/post?v=4&amp;noui&amp;jump=close&amp;url=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F07%2F25%2Fhow-to-blind-cameras-with-a-laser%2F&amp;title=How+To+Blind+Cameras+With+a+Laser', 'delicious', 'toolbar=no,width=700,height=400'); return false;"><img src="http://images.del.icio.us/static/img/delicious.small.gif" width="16" height="16" alt="[del.icio.us]" /></a>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F07%2F25%2Fhow-to-blind-cameras-with-a-laser%2F" title="Share on Facebook"><img src="http://www.facebook.com/favicon.ico" width="16" height="16" alt="[Facebook]" /></a>
<a href="http://technorati.com/faves?add=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F07%2F25%2Fhow-to-blind-cameras-with-a-laser%2F" title="Add to my Technorati Favorites"><img src="http://technorati.com/favicon.ico" width="16" height="16" alt="[Technorati]" /></a>
<a href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F07%2F25%2Fhow-to-blind-cameras-with-a-laser%2F&amp;title=How+To+Blind+Cameras+With+a+Laser" title="Save to Google Bookmarks"><img src="http://www.google.com/favicon.ico" width="16" height="16" alt="[Google]" /></a>
<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F07%2F25%2Fhow-to-blind-cameras-with-a-laser%2F&amp;title=How+To+Blind+Cameras+With+a+Laser" title="Stumble it!"><img src="http://www.stumbleupon.com/favicon.ico" width="16" height="16" alt="[StumbleUpon]" /></a>
</span><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Hackosis?a=BFZXCmwc39I:moETPzT_9Us:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Hackosis?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Hackosis?a=BFZXCmwc39I:moETPzT_9Us:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Hackosis?i=BFZXCmwc39I:moETPzT_9Us:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Hackosis?a=BFZXCmwc39I:moETPzT_9Us:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Hackosis?i=BFZXCmwc39I:moETPzT_9Us:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Hackosis?a=BFZXCmwc39I:moETPzT_9Us:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Hackosis?i=BFZXCmwc39I:moETPzT_9Us:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Hackosis/~4/BFZXCmwc39I" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://hackosis.chiefcrash.com/2008/07/25/how-to-blind-cameras-with-a-laser/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://hackosis.chiefcrash.com/2008/07/25/how-to-blind-cameras-with-a-laser/</feedburner:origLink></item>
		<item>
		<title>Video: Social Engineering Told By Kevin Mitnick</title>
		<link>http://feedproxy.google.com/~r/Hackosis/~3/GG6NB9lCRrw/</link>
		<comments>http://hackosis.chiefcrash.com/2008/07/25/social-engineering-told-by-kevin-mitnick/#comments</comments>
		<pubDate>Fri, 25 Jul 2008 16:36:48 +0000</pubDate>
		<dc:creator>Shane</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Kevin Mitnick]]></category>
		<category><![CDATA[Social Engineering]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://www.hackosis.com/?p=1444</guid>
		<description><![CDATA[Kevin Mitnick tells a story about how he played workers at a Hollywood telephone company with his 1337 social engineering skills:

More videos and info at news.cnet.com.










]]></description>
			<content:encoded><![CDATA[<p><a href="http://en.wikipedia.org/wiki/Kevin_Mitnick">Kevin Mitnick</a> tells a story about how he played workers at a Hollywood telephone company with his 1337 <a href="http://en.wikipedia.org/wiki/Social_engineering_(security)">social engineering</a> skills:</p>
<p><center><object width="500" height="400"><param name="movie" value="http://www.youtube.com/v/8L76gTaReeg&#038;fs=1"></param><param name="wmode" value="transparent"></param><param name="allowFullScreen" value="true"></param><embed src="http://www.youtube.com/v/8L76gTaReeg&#038;fs=1" type="application/x-shockwave-flash" allowfullscreen="true" wmode="transparent" width="500" height="400"></embed></object></center></p>
<p>More videos and info at <a href="http://news.cnet.com/8301-1009_3-9995253-83.html">news.cnet.com</a>.</p>

<span class="slashdigglicious">
<a href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F07%2F25%2Fsocial-engineering-told-by-kevin-mitnick%2F&amp;title=Video%3A+Social+Engineering+Told+By+Kevin+Mitnick" title="Slashdot It!"><img src="http://slashdot.org/favicon.ico" height="16" width="16" alt="[Slashdot]" /></a>
<a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F07%2F25%2Fsocial-engineering-told-by-kevin-mitnick%2F&amp;title=Video%3A+Social+Engineering+Told+By+Kevin+Mitnick" title="Digg This Story"><img src="http://digg.com/favicon.ico" width="16" height="16" alt="[Digg]" /></a>
<a href="http://reddit.com/submit?url=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F07%2F25%2Fsocial-engineering-told-by-kevin-mitnick%2F&amp;title=Video%3A+Social+Engineering+Told+By+Kevin+Mitnick" title="Reddit"><img src="http://reddit.com/favicon.ico" width="16" height="16" alt="[Reddit]" /></a>
<a href="http://del.icio.us/post?url=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F07%2F25%2Fsocial-engineering-told-by-kevin-mitnick%2F&amp;title=Video%3A+Social+Engineering+Told+By+Kevin+Mitnick" title="Save to del.icio.us" onclick="window.open('http://del.icio.us/post?v=4&amp;noui&amp;jump=close&amp;url=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F07%2F25%2Fsocial-engineering-told-by-kevin-mitnick%2F&amp;title=Video%3A+Social+Engineering+Told+By+Kevin+Mitnick', 'delicious', 'toolbar=no,width=700,height=400'); return false;"><img src="http://images.del.icio.us/static/img/delicious.small.gif" width="16" height="16" alt="[del.icio.us]" /></a>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F07%2F25%2Fsocial-engineering-told-by-kevin-mitnick%2F" title="Share on Facebook"><img src="http://www.facebook.com/favicon.ico" width="16" height="16" alt="[Facebook]" /></a>
<a href="http://technorati.com/faves?add=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F07%2F25%2Fsocial-engineering-told-by-kevin-mitnick%2F" title="Add to my Technorati Favorites"><img src="http://technorati.com/favicon.ico" width="16" height="16" alt="[Technorati]" /></a>
<a href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F07%2F25%2Fsocial-engineering-told-by-kevin-mitnick%2F&amp;title=Video%3A+Social+Engineering+Told+By+Kevin+Mitnick" title="Save to Google Bookmarks"><img src="http://www.google.com/favicon.ico" width="16" height="16" alt="[Google]" /></a>
<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F07%2F25%2Fsocial-engineering-told-by-kevin-mitnick%2F&amp;title=Video%3A+Social+Engineering+Told+By+Kevin+Mitnick" title="Stumble it!"><img src="http://www.stumbleupon.com/favicon.ico" width="16" height="16" alt="[StumbleUpon]" /></a>
</span><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Hackosis?a=GG6NB9lCRrw:oOdzORaXxlI:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Hackosis?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Hackosis?a=GG6NB9lCRrw:oOdzORaXxlI:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Hackosis?i=GG6NB9lCRrw:oOdzORaXxlI:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Hackosis?a=GG6NB9lCRrw:oOdzORaXxlI:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Hackosis?i=GG6NB9lCRrw:oOdzORaXxlI:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Hackosis?a=GG6NB9lCRrw:oOdzORaXxlI:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Hackosis?i=GG6NB9lCRrw:oOdzORaXxlI:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Hackosis/~4/GG6NB9lCRrw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://hackosis.chiefcrash.com/2008/07/25/social-engineering-told-by-kevin-mitnick/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://hackosis.chiefcrash.com/2008/07/25/social-engineering-told-by-kevin-mitnick/</feedburner:origLink></item>
		<item>
		<title>Windows: Visualize Blogging Activity w/ Twingly</title>
		<link>http://feedproxy.google.com/~r/Hackosis/~3/lcPX5XEvEE0/</link>
		<comments>http://hackosis.chiefcrash.com/2008/07/25/windows-visualize-blogging-activity-w-twingly/#comments</comments>
		<pubDate>Fri, 25 Jul 2008 14:02:41 +0000</pubDate>
		<dc:creator>Shane</dc:creator>
				<category><![CDATA[Download]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Freeware]]></category>
		<category><![CDATA[Screensaver]]></category>
		<category><![CDATA[Twingly]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://www.hackosis.com/?p=1420</guid>
		<description><![CDATA[Windows only: Twingly Screensaver is a cool new app/screensaver that lets you visualize blog posts in real time all over the globe.
From the site:
&#8220;Twingly screensaver is visualizing the global blog activity in real time. Forget RSS readers where you see only what you&#8217;re interested in. With Twingly screensaver you get a 24/7 stream of all [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.twingly.com/screensaver" title="Twingly Logo"><img id="code" src="http://hackosis.chiefcrash.com/wp-content/uploads/2008/07/twinglylogo.png" alt="Twingly Logo" width="159" height="102" class="attachment wp-att-1430 alignright" /></a>Windows only: <a href="http://www.twingly.com/screensaver">Twingly Screensaver</a> is a cool new app/screensaver that lets you visualize blog posts in real time all over the globe.</p>
<p>From the site:</p>
<blockquote><p>&#8220;Twingly screensaver is visualizing the global blog activity in real time. Forget RSS readers where you see only what you&#8217;re interested in. With Twingly screensaver you get a 24/7 stream of all (viewer discretion advised) blog activity, straight to your screen.</p>
<p>To use the screensaver you need a PC with Windows and a graphics card supporting OpenGL. Enable Asian language support in Windows, there&#8217;s lot of that stuff in the blogosphere.&#8221;</p></blockquote>
<p>Preview:</p>
<p><center><object width="500" height="400"><param name="movie" value="http://www.youtube.com/v/zgIT-hfgOXY&#038;fs=1"></param><param name="wmode" value="transparent"></param><param name="allowFullScreen" value="true"></param><embed src="http://www.youtube.com/v/zgIT-hfgOXY&#038;fs=1" type="application/x-shockwave-flash" allowfullscreen="true" wmode="transparent" width="500" height="400"></embed></object></center><br />
<em><br />
<strong>To show your blog posts to <a href="http://www.twingly.com/">Twingly</a> add &#8216;http://rpc.twingly.com/&#8217; to your ping services in your blog settings. For Wordpress go to Settings -> Writing -> Update Services.</strong></em></p>
<p><a href="http://static.twingly.com/files/TwinglyScreensaver.zip">Download Twingly Screensaver</a><br />
&nbsp;</p>

<span class="slashdigglicious">
<a href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F07%2F25%2Fwindows-visualize-blogging-activity-w-twingly%2F&amp;title=Windows%3A+Visualize+Blogging+Activity+w%2F+Twingly" title="Slashdot It!"><img src="http://slashdot.org/favicon.ico" height="16" width="16" alt="[Slashdot]" /></a>
<a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F07%2F25%2Fwindows-visualize-blogging-activity-w-twingly%2F&amp;title=Windows%3A+Visualize+Blogging+Activity+w%2F+Twingly" title="Digg This Story"><img src="http://digg.com/favicon.ico" width="16" height="16" alt="[Digg]" /></a>
<a href="http://reddit.com/submit?url=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F07%2F25%2Fwindows-visualize-blogging-activity-w-twingly%2F&amp;title=Windows%3A+Visualize+Blogging+Activity+w%2F+Twingly" title="Reddit"><img src="http://reddit.com/favicon.ico" width="16" height="16" alt="[Reddit]" /></a>
<a href="http://del.icio.us/post?url=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F07%2F25%2Fwindows-visualize-blogging-activity-w-twingly%2F&amp;title=Windows%3A+Visualize+Blogging+Activity+w%2F+Twingly" title="Save to del.icio.us" onclick="window.open('http://del.icio.us/post?v=4&amp;noui&amp;jump=close&amp;url=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F07%2F25%2Fwindows-visualize-blogging-activity-w-twingly%2F&amp;title=Windows%3A+Visualize+Blogging+Activity+w%2F+Twingly', 'delicious', 'toolbar=no,width=700,height=400'); return false;"><img src="http://images.del.icio.us/static/img/delicious.small.gif" width="16" height="16" alt="[del.icio.us]" /></a>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F07%2F25%2Fwindows-visualize-blogging-activity-w-twingly%2F" title="Share on Facebook"><img src="http://www.facebook.com/favicon.ico" width="16" height="16" alt="[Facebook]" /></a>
<a href="http://technorati.com/faves?add=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F07%2F25%2Fwindows-visualize-blogging-activity-w-twingly%2F" title="Add to my Technorati Favorites"><img src="http://technorati.com/favicon.ico" width="16" height="16" alt="[Technorati]" /></a>
<a href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F07%2F25%2Fwindows-visualize-blogging-activity-w-twingly%2F&amp;title=Windows%3A+Visualize+Blogging+Activity+w%2F+Twingly" title="Save to Google Bookmarks"><img src="http://www.google.com/favicon.ico" width="16" height="16" alt="[Google]" /></a>
<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F07%2F25%2Fwindows-visualize-blogging-activity-w-twingly%2F&amp;title=Windows%3A+Visualize+Blogging+Activity+w%2F+Twingly" title="Stumble it!"><img src="http://www.stumbleupon.com/favicon.ico" width="16" height="16" alt="[StumbleUpon]" /></a>
</span><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Hackosis?a=lcPX5XEvEE0:ZCi0wVnFuEQ:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Hackosis?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Hackosis?a=lcPX5XEvEE0:ZCi0wVnFuEQ:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Hackosis?i=lcPX5XEvEE0:ZCi0wVnFuEQ:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Hackosis?a=lcPX5XEvEE0:ZCi0wVnFuEQ:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Hackosis?i=lcPX5XEvEE0:ZCi0wVnFuEQ:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Hackosis?a=lcPX5XEvEE0:ZCi0wVnFuEQ:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Hackosis?i=lcPX5XEvEE0:ZCi0wVnFuEQ:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Hackosis/~4/lcPX5XEvEE0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://hackosis.chiefcrash.com/2008/07/25/windows-visualize-blogging-activity-w-twingly/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://hackosis.chiefcrash.com/2008/07/25/windows-visualize-blogging-activity-w-twingly/</feedburner:origLink></item>
		<item>
		<title>Hacker Proof Your Web Application with PHPIDS</title>
		<link>http://feedproxy.google.com/~r/Hackosis/~3/AB5O0oJlR5c/</link>
		<comments>http://hackosis.chiefcrash.com/2008/07/24/hacker-proof-your-web-application-with-phpids/#comments</comments>
		<pubDate>Thu, 24 Jul 2008 19:51:21 +0000</pubDate>
		<dc:creator>Shane</dc:creator>
				<category><![CDATA[Download]]></category>
		<category><![CDATA[Open source]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Web development]]></category>
		<category><![CDATA[IDS]]></category>
		<category><![CDATA[Intrusion detection]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.hackosis.com/?p=1406</guid>
		<description><![CDATA[Open source PHPIDS is a customizable intrusion detection system for your web applications. PHPIDS uses a set of filter rules to detect specific strings in URLs that indicate a possible hacking attempt.
PHPIDS can do everything from log the attacks to email you the IP address of the attacker. Be sure to check out the example.php [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.php-ids.org" title="PHPIDS Logo"><img src="http://hackosis.chiefcrash.com/wp-content/uploads/2008/07/phpidslogo.png" alt="PHPIDS Logo" width="346" height="92" class="attachment wp-att-1408 alignleft" /></a>Open source <a href="http://php-ids.org/">PHPIDS</a> is a customizable intrusion detection system for your web applications. PHPIDS uses a set of filter rules to detect specific strings in URLs that indicate a possible hacking attempt.</p>
<p>PHPIDS can do everything from log the attacks to email you the IP address of the attacker. Be sure to check out the example.php inside of the docs folder for instructions on installation.</p>
<p><a href="http://php-ids.org/downloads/">Download PHPIDS</a> @ php-ids.org.</p>
<p><em>PHPIDS too complicated for you? Try the <a href="http://hackosis.chiefcrash.com/2007/11/25/simple-htaccess-intrusion-detection-system/">simple .htaccess intrusion detection system</a>.</em></p>

<span class="slashdigglicious">
<a href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F07%2F24%2Fhacker-proof-your-web-application-with-phpids%2F&amp;title=Hacker+Proof+Your+Web+Application+with+PHPIDS" title="Slashdot It!"><img src="http://slashdot.org/favicon.ico" height="16" width="16" alt="[Slashdot]" /></a>
<a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F07%2F24%2Fhacker-proof-your-web-application-with-phpids%2F&amp;title=Hacker+Proof+Your+Web+Application+with+PHPIDS" title="Digg This Story"><img src="http://digg.com/favicon.ico" width="16" height="16" alt="[Digg]" /></a>
<a href="http://reddit.com/submit?url=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F07%2F24%2Fhacker-proof-your-web-application-with-phpids%2F&amp;title=Hacker+Proof+Your+Web+Application+with+PHPIDS" title="Reddit"><img src="http://reddit.com/favicon.ico" width="16" height="16" alt="[Reddit]" /></a>
<a href="http://del.icio.us/post?url=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F07%2F24%2Fhacker-proof-your-web-application-with-phpids%2F&amp;title=Hacker+Proof+Your+Web+Application+with+PHPIDS" title="Save to del.icio.us" onclick="window.open('http://del.icio.us/post?v=4&amp;noui&amp;jump=close&amp;url=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F07%2F24%2Fhacker-proof-your-web-application-with-phpids%2F&amp;title=Hacker+Proof+Your+Web+Application+with+PHPIDS', 'delicious', 'toolbar=no,width=700,height=400'); return false;"><img src="http://images.del.icio.us/static/img/delicious.small.gif" width="16" height="16" alt="[del.icio.us]" /></a>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F07%2F24%2Fhacker-proof-your-web-application-with-phpids%2F" title="Share on Facebook"><img src="http://www.facebook.com/favicon.ico" width="16" height="16" alt="[Facebook]" /></a>
<a href="http://technorati.com/faves?add=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F07%2F24%2Fhacker-proof-your-web-application-with-phpids%2F" title="Add to my Technorati Favorites"><img src="http://technorati.com/favicon.ico" width="16" height="16" alt="[Technorati]" /></a>
<a href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F07%2F24%2Fhacker-proof-your-web-application-with-phpids%2F&amp;title=Hacker+Proof+Your+Web+Application+with+PHPIDS" title="Save to Google Bookmarks"><img src="http://www.google.com/favicon.ico" width="16" height="16" alt="[Google]" /></a>
<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fhackosis.chiefcrash.com%2F2008%2F07%2F24%2Fhacker-proof-your-web-application-with-phpids%2F&amp;title=Hacker+Proof+Your+Web+Application+with+PHPIDS" title="Stumble it!"><img src="http://www.stumbleupon.com/favicon.ico" width="16" height="16" alt="[StumbleUpon]" /></a>
</span><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Hackosis?a=AB5O0oJlR5c:932Aa71YlFQ:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Hackosis?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Hackosis?a=AB5O0oJlR5c:932Aa71YlFQ:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Hackosis?i=AB5O0oJlR5c:932Aa71YlFQ:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Hackosis?a=AB5O0oJlR5c:932Aa71YlFQ:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Hackosis?i=AB5O0oJlR5c:932Aa71YlFQ:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Hackosis?a=AB5O0oJlR5c:932Aa71YlFQ:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Hackosis?i=AB5O0oJlR5c:932Aa71YlFQ:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Hackosis/~4/AB5O0oJlR5c" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://hackosis.chiefcrash.com/2008/07/24/hacker-proof-your-web-application-with-phpids/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		<feedburner:origLink>http://hackosis.chiefcrash.com/2008/07/24/hacker-proof-your-web-application-with-phpids/</feedburner:origLink></item>
	</channel>
</rss><!-- Dynamic Page Served (once) in 0.752 seconds -->

