<?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>Darknet - The Darkside &#187; NSA</title>
	<atom:link href="http://www.darknet.org.uk/tag/nsa/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.darknet.org.uk</link>
	<description>Ethical Hacking, Penetration Testing &#38; Computer Security</description>
	<lastBuildDate>Tue, 07 Feb 2012 18:34:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>NSA Together With Mitre CWE and SANS Identifies Top 25 Programming Errors</title>
		<link>http://www.darknet.org.uk/2009/02/nsa-together-with-mitre-cwe-and-sans-identifies-top-25-programming-errors/</link>
		<comments>http://www.darknet.org.uk/2009/02/nsa-together-with-mitre-cwe-and-sans-identifies-top-25-programming-errors/#comments</comments>
		<pubDate>Tue, 17 Feb 2009 09:46:08 +0000</pubDate>
		<dc:creator>Darknet</dc:creator>
				<category><![CDATA[Exploits/Vulnerabilities]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[application-security]]></category>
		<category><![CDATA[code-audit]]></category>
		<category><![CDATA[hacking-software]]></category>
		<category><![CDATA[mitre]]></category>
		<category><![CDATA[mitre cwe]]></category>
		<category><![CDATA[NSA]]></category>
		<category><![CDATA[pen-testing]]></category>
		<category><![CDATA[penetration-testing]]></category>
		<category><![CDATA[programming errors]]></category>
		<category><![CDATA[sans]]></category>
		<category><![CDATA[software-hacking]]></category>
		<category><![CDATA[vulnerabilities]]></category>
		<category><![CDATA[web-application-security]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/?p=1484</guid>
		<description><![CDATA[Secure programming is a huge issue and it&#8217;s the lack of it that causes all the problems we have with vulnerabilities and the exploits associated with them. If everywhere developers followed secure programming practices we wouldn&#8217;t have buffer overflow issues or unsanitized parameters leading to SQL Injection. The NSA (National Security Agency), working with MITRE, [...]]]></description>
			<content:encoded><![CDATA[<p></p>
<p>Secure programming is a huge issue and it&#8217;s the lack of it that causes all the problems we have with vulnerabilities and the exploits associated with them. If everywhere developers followed secure programming practices we wouldn&#8217;t have buffer overflow issues or unsanitized parameters leading to SQL Injection.</p>
<p>The NSA (National Security Agency), working with MITRE, SANS, and dozens of industry experts from many other organizations, has published a valuable list of the top 25 most dangerous programming errors.</p>
<p>I hope more companies take notice of this and train their developers properly, rather than squeezing maximum efficiency and LOC out of them &#8211; teach them to code properly and securely too!</p>
<blockquote><p> The 2009 CWE/SANS Top 25 Most Dangerous Programming Errors is a list of the most significant programming errors that can lead to serious software vulnerabilities. They occur frequently, are often easy to find, and easy to exploit. They are dangerous because they will frequently allow attackers to completely take over the software, steal data, or prevent the software from working at all.</p>
<p>The list is the result of collaboration between the SANS Institute, MITRE, and many top software security experts in the US and Europe. It leverages experiences in the development of the SANS Top 20 attack vectors (<a href="http://www.sans.org/top20/">http://www.sans.org/top20/</a>) and MITRE&#8217;s Common Weakness Enumeration (CWE) (<a href="http://cwe.mitre.org/">http://cwe.mitre.org/</a>). MITRE maintains the CWE web site, with the support of the US Department of Homeland Security&#8217;s National Cyber Security Division, presenting detailed descriptions of the top 25 programming errors along with authoritative guidance for mitigating and avoiding them. The CWE site also contains data on more than 700 additional programming errors, design errors, and architecture errors that can lead to exploitable vulnerabilities.</p>
<p>The main goal for the Top 25 list is to stop vulnerabilities at the source by educating programmers on how to eliminate all-too-common mistakes before software is even shipped. The list will be a tool for education and awareness that will help programmers to prevent the kinds of vulnerabilities that plague the software industry. Software consumers could use the same list to help them to ask for more secure software. Finally, software managers and CIOs can use the Top 25 list as a measuring stick of progress in their efforts to secure their software. </p></blockquote>
<p>It&#8217;s good to see such a comprehensive project being published on the Internet for free, the aim behind this is just to make more secure code. There&#8217;s no hidden commercial agenda or aim to sell services or software packages on the back of this.</p>
<p>If you know anyone in the development field I suggest you forward the list to them and tell them to send it to anyone involved in software development (same goes for commercial and non-commercial projects).</p>
<p>There&#8217;s no excuse for insecure code!</p>
<blockquote><p>The Top 25 list was developed at the end of 2008. Approximately 40 software security experts provided feedback, including software developers, scanning tool vendors, security consultants, government representatives, and university professors. Representation was international. Several intermediate versions were created and resubmitted to the reviewers before the list was finalized. More details are provided in the Top 25 Process page</p>
<p>To help characterize and prioritize entries on the Top 25, a threat model was developed that identifies an attacker who has solid technical skills and is determined enough to invest some time into attacking an organization. More details are provided in Appendix B.</p>
<p>Weaknesses in the Top 25 were selected using two primary criteria:</p>
<ul>
<li>Weakness Prevalence: how often the weakness appears in software that was not developed with security integrated into the software development life cycle (SDLC).</li>
<li>Consequences: the typical consequences of exploiting a weakness if it is present, such as unexpected code execution, data loss, or denial of service. </li>
</ul>
<p>Prevalence was determined based on estimates from multiple contributors to the Top 25 list, since appropriate statistics are not readily available. </p></blockquote>
<p>It&#8217;s assumed the attacker has some strong technical skills, is intent on data theft or theft of resources and is willing to spend an estimate 20 hours per software module. This is not realistic and in a blackhat situation you could bet they would be willing to spend much more than 20 hours.</p>
<p>Even if you aren&#8217;t directly involved in software development, it&#8217;s an interesting study and for people doing pen-tests/code audits and web application assessments it&#8217;s a goldmine of information to research further on.</p>
<p>If you get your techniques down on each of these 25 vulnerabilities you should be able to pretty much break anything open.</p>
<p></p>
<p>Source: <a href="http://cwe.mitre.org/top25/index.html">CWE</a></p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=NSA+Together+With+Mitre+CWE+and+SANS+Identifies+Top+25+Programming+Errors+http%3A%2F%2Fdarknet.org.uk%2F%3Fp%3D1484+from+%40THEdarknet" title="Post to Twitter"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://www.darknet.org.uk/2009/02/nsa-together-with-mitre-cwe-and-sans-identifies-top-25-programming-errors/&amp;t=NSA+Together+With+Mitre+CWE+and+SANS+Identifies+Top+25+Programming+Errors" title="Post to Facebook"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook-micro3.png" alt="Post to Facebook" /></a> <a class="tt" href="http://www.google.com/buzz/post?url=http://www.darknet.org.uk/2009/02/nsa-together-with-mitre-cwe-and-sans-identifies-top-25-programming-errors/&amp;imageurl=" title="Post to Google Buzz"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/gbuzz/tt-gbuzz-micro3.png" alt="Post to Google Buzz" /></a> <a class="tt" href="http://delicious.com/post?url=http://www.darknet.org.uk/2009/02/nsa-together-with-mitre-cwe-and-sans-identifies-top-25-programming-errors/&amp;title=NSA+Together+With+Mitre+CWE+and+SANS+Identifies+Top+25+Programming+Errors" title="Post to Delicious"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/delicious/tt-delicious-micro3.png" alt="Post to Delicious" /></a> <a class="tt" href="http://digg.com/submit?url=http://www.darknet.org.uk/2009/02/nsa-together-with-mitre-cwe-and-sans-identifies-top-25-programming-errors/&amp;title=NSA+Together+With+Mitre+CWE+and+SANS+Identifies+Top+25+Programming+Errors" title="Post to Digg"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/digg/tt-digg-micro3.png" alt="Post to Digg" /></a> <a class="tt" href="http://reddit.com/submit?url=http://www.darknet.org.uk/2009/02/nsa-together-with-mitre-cwe-and-sans-identifies-top-25-programming-errors/&amp;title=NSA+Together+With+Mitre+CWE+and+SANS+Identifies+Top+25+Programming+Errors" title="Post to Reddit"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/reddit/tt-reddit-micro3.png" alt="Post to Reddit" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://www.darknet.org.uk/2009/02/nsa-together-with-mitre-cwe-and-sans-identifies-top-25-programming-errors/&amp;title=NSA+Together+With+Mitre+CWE+and+SANS+Identifies+Top+25+Programming+Errors" title="Post to StumbleUpon"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/su/tt-su-micro3.png" alt="Post to StumbleUpon" /></a></p></div><div class="AWD_like_button "><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.darknet.org.uk%2F2009%2F02%2Fnsa-together-with-mitre-cwe-and-sans-identifies-top-25-programming-errors%2F&amp;send=false&amp;layout=standard&amp;width=&amp;show_faces=false&amp;action=like&amp;colorscheme=light&amp;font=arial&amp;height=40" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:px; height:40px;" allowTransparency="true"></iframe></div>]]></content:encoded>
			<wfw:commentRss>http://www.darknet.org.uk/2009/02/nsa-together-with-mitre-cwe-and-sans-identifies-top-25-programming-errors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SHA-1 Cracked &#8211; Old News, But People Still Talk</title>
		<link>http://www.darknet.org.uk/2007/03/sha-1-cracked-old-news-but-people-still-talk/</link>
		<comments>http://www.darknet.org.uk/2007/03/sha-1-cracked-old-news-but-people-still-talk/#comments</comments>
		<pubDate>Fri, 02 Mar 2007 09:26:19 +0000</pubDate>
		<dc:creator>Darknet</dc:creator>
				<category><![CDATA[Cryptography]]></category>
		<category><![CDATA[General Hacking]]></category>
		<category><![CDATA[china]]></category>
		<category><![CDATA[chinese-hackers]]></category>
		<category><![CDATA[chinese-scientists]]></category>
		<category><![CDATA[cryptanalysis]]></category>
		<category><![CDATA[encryption]]></category>
		<category><![CDATA[hashing]]></category>
		<category><![CDATA[hashing-algorith]]></category>
		<category><![CDATA[md5]]></category>
		<category><![CDATA[nist]]></category>
		<category><![CDATA[NSA]]></category>
		<category><![CDATA[sha-1]]></category>
		<category><![CDATA[sha1]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/2007/03/sha-1-cracked-old-news-but-people-still-talk/</guid>
		<description><![CDATA[A paper about cracking SHA-1 originally surfaced in 2005, from a fairly reputable scientific source in China, it was widely publicised nor talked about much. But then recently, just last month China managed to make a wave out of it, almost 2 years after the initial &#8216;report&#8217;. It was even Slashdotted on January 20th 2007, [...]]]></description>
			<content:encoded><![CDATA[<p></p>
<p>A paper about cracking SHA-1 originally surfaced in 2005, from a fairly reputable scientific source in China, it was widely publicised nor talked about much.</p>
<p>But then recently, just last month China managed to make a wave out of it, almost 2 years after the initial &#8216;report&#8217;.</p>
<p>It was even <a href="http://it.slashdot.org/article.pl?sid=07/01/20/1936257">Slashdotted on January 20th 2007</a>, the article states the following:</p>
<blockquote><p>These two main algorithms are currently the crucial technology that electronic signatures and many other password securities use throughout the international community. They are widely used in banking, securities, and e-commerce. SHA-1 has been recognized as the cornerstone for modern Internet security. According to the article, in the early stages of Wang&#8217;s research, there were other data encryption researchers who tried to crack it. However, none of them succeeded. This is why in 15 years Hash research had become the domain of hopeless research in many scientists&#8217; minds.</p></blockquote>
<p>Source: <a href="http://en.epochtimes.com/news/7-1-11/50336.html">Epoch Times</a></p>
<p>Bruce Schneier wrote about this in 2005, February in fact, almost 2 full years ago.</p>
<p><a href="http://www.schneier.com/blog/archives/2005/02/sha1_broken.html">SHA-1 Broken</a></p>
<p><a href="http://www.schneier.com/blog/archives/2005/02/cryptanalysis_o.html">Cryptanalysis of SHA-1</a></p>
<p>It&#8217;s not a major thing though and it&#8217;s far beyond anything most criminals could use to thwart national security&#8230;or even the security of things based on SHA-1 like OpenSSH.</p>
<p></p>
<p>There are however plenty of replacement algorithms if you are paranoid such as SHA-224, SHA-256, SHA-384, and SHA-512.</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=SHA-1+Cracked+%E2%80%93+Old+News%2C+But+People+Still+Talk+http%3A%2F%2Fdarknet.org.uk%2F%3Fp%3D466+from+%40THEdarknet" title="Post to Twitter"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://www.darknet.org.uk/2007/03/sha-1-cracked-old-news-but-people-still-talk/&amp;t=SHA-1+Cracked+%E2%80%93+Old+News%2C+But+People+Still+Talk" title="Post to Facebook"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook-micro3.png" alt="Post to Facebook" /></a> <a class="tt" href="http://www.google.com/buzz/post?url=http://www.darknet.org.uk/2007/03/sha-1-cracked-old-news-but-people-still-talk/&amp;imageurl=" title="Post to Google Buzz"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/gbuzz/tt-gbuzz-micro3.png" alt="Post to Google Buzz" /></a> <a class="tt" href="http://delicious.com/post?url=http://www.darknet.org.uk/2007/03/sha-1-cracked-old-news-but-people-still-talk/&amp;title=SHA-1+Cracked+%E2%80%93+Old+News%2C+But+People+Still+Talk" title="Post to Delicious"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/delicious/tt-delicious-micro3.png" alt="Post to Delicious" /></a> <a class="tt" href="http://digg.com/submit?url=http://www.darknet.org.uk/2007/03/sha-1-cracked-old-news-but-people-still-talk/&amp;title=SHA-1+Cracked+%E2%80%93+Old+News%2C+But+People+Still+Talk" title="Post to Digg"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/digg/tt-digg-micro3.png" alt="Post to Digg" /></a> <a class="tt" href="http://reddit.com/submit?url=http://www.darknet.org.uk/2007/03/sha-1-cracked-old-news-but-people-still-talk/&amp;title=SHA-1+Cracked+%E2%80%93+Old+News%2C+But+People+Still+Talk" title="Post to Reddit"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/reddit/tt-reddit-micro3.png" alt="Post to Reddit" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://www.darknet.org.uk/2007/03/sha-1-cracked-old-news-but-people-still-talk/&amp;title=SHA-1+Cracked+%E2%80%93+Old+News%2C+But+People+Still+Talk" title="Post to StumbleUpon"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/su/tt-su-micro3.png" alt="Post to StumbleUpon" /></a></p></div><div class="AWD_like_button "><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.darknet.org.uk%2F2007%2F03%2Fsha-1-cracked-old-news-but-people-still-talk%2F&amp;send=false&amp;layout=standard&amp;width=&amp;show_faces=false&amp;action=like&amp;colorscheme=light&amp;font=arial&amp;height=40" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:px; height:40px;" allowTransparency="true"></iframe></div>]]></content:encoded>
			<wfw:commentRss>http://www.darknet.org.uk/2007/03/sha-1-cracked-old-news-but-people-still-talk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NSA Tracking Nmap and Other Open Source Tools</title>
		<link>http://www.darknet.org.uk/2006/02/nsa-tracking-nmap-and-other-open-source-tools/</link>
		<comments>http://www.darknet.org.uk/2006/02/nsa-tracking-nmap-and-other-open-source-tools/#comments</comments>
		<pubDate>Sat, 18 Feb 2006 04:13:11 +0000</pubDate>
		<dc:creator>Darknet</dc:creator>
				<category><![CDATA[General News]]></category>
		<category><![CDATA[Hacking Tools]]></category>
		<category><![CDATA[bush]]></category>
		<category><![CDATA[george-bush]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[nmap]]></category>
		<category><![CDATA[NSA]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/2006/02/nsa-tracking-nmap-and-other-open-source-tools/</guid>
		<description><![CDATA[Check it out! US President George W. Bush visited the NSA headquarters at Fort Meade in January 2006. A wall-sized status screen in the background displays the latest versions of Nmap and some of our other favorite open source tools. Pictures were printed in the February 6, 2006 edition of Newsweek (article) and the Jan [...]]]></description>
			<content:encoded><![CDATA[<p></p>
<p>Check it out!</p>
<p><img src="http://www.insecure.org/nmap/images/wash-post-nsa-crop-490x130.jpg" alt="NSA Nmap" /></p>
<p>US President George W. Bush visited the NSA headquarters at Fort Meade in January 2006. A wall-sized status screen in the background displays the latest versions of Nmap and some of our other favorite open source tools. Pictures were printed in the February 6, 2006 edition of Newsweek (article) and the Jan 27 Washington Post (article). The page on the screen is the <a href="http://www.securitywizardry.com/radar.htm">Talisker Radar</a>. We don&#8217;t like the NSA tracking our phone calls and email, but they may track Nmap releases all they want.</p>
<p>Loading an external web site on their giant screen was risky.</p>
<p>Source: <a href="http://www.insecure.org/nmap/nmap_inthenews.html#bush">Insecure.org</a></p>
<p>The picture was printed in the <a href="http://www.washingtonpost.com/wp-dyn/content/article/2006/01/26/AR2006012601990.html">Washington Post</a>.</p>
<p></p>
<p>I imagine their normal NOC/SOC screen isn&#8217;t so interesting and they were like &#8220;Bush is coming, anything pretty to put on the projector?&#8221;</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=NSA+Tracking+Nmap+and+Other+Open+Source+Tools+http%3A%2F%2Fdarknet.org.uk%2F%3Fp%3D24+from+%40THEdarknet" title="Post to Twitter"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://www.darknet.org.uk/2006/02/nsa-tracking-nmap-and-other-open-source-tools/&amp;t=NSA+Tracking+Nmap+and+Other+Open+Source+Tools" title="Post to Facebook"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook-micro3.png" alt="Post to Facebook" /></a> <a class="tt" href="http://www.google.com/buzz/post?url=http://www.darknet.org.uk/2006/02/nsa-tracking-nmap-and-other-open-source-tools/&amp;imageurl=" title="Post to Google Buzz"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/gbuzz/tt-gbuzz-micro3.png" alt="Post to Google Buzz" /></a> <a class="tt" href="http://delicious.com/post?url=http://www.darknet.org.uk/2006/02/nsa-tracking-nmap-and-other-open-source-tools/&amp;title=NSA+Tracking+Nmap+and+Other+Open+Source+Tools" title="Post to Delicious"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/delicious/tt-delicious-micro3.png" alt="Post to Delicious" /></a> <a class="tt" href="http://digg.com/submit?url=http://www.darknet.org.uk/2006/02/nsa-tracking-nmap-and-other-open-source-tools/&amp;title=NSA+Tracking+Nmap+and+Other+Open+Source+Tools" title="Post to Digg"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/digg/tt-digg-micro3.png" alt="Post to Digg" /></a> <a class="tt" href="http://reddit.com/submit?url=http://www.darknet.org.uk/2006/02/nsa-tracking-nmap-and-other-open-source-tools/&amp;title=NSA+Tracking+Nmap+and+Other+Open+Source+Tools" title="Post to Reddit"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/reddit/tt-reddit-micro3.png" alt="Post to Reddit" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://www.darknet.org.uk/2006/02/nsa-tracking-nmap-and-other-open-source-tools/&amp;title=NSA+Tracking+Nmap+and+Other+Open+Source+Tools" title="Post to StumbleUpon"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/su/tt-su-micro3.png" alt="Post to StumbleUpon" /></a></p></div><div class="AWD_like_button "><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.darknet.org.uk%2F2006%2F02%2Fnsa-tracking-nmap-and-other-open-source-tools%2F&amp;send=false&amp;layout=standard&amp;width=&amp;show_faces=false&amp;action=like&amp;colorscheme=light&amp;font=arial&amp;height=40" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:px; height:40px;" allowTransparency="true"></iframe></div>]]></content:encoded>
			<wfw:commentRss>http://www.darknet.org.uk/2006/02/nsa-tracking-nmap-and-other-open-source-tools/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

