<?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; Hacking Tools</title>
	<atom:link href="http://www.darknet.org.uk/category/hacking-tools/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.darknet.org.uk</link>
	<description>Ethical Hacking, Penetration Testing &#38; Computer Security</description>
	<lastBuildDate>Wed, 04 Nov 2009 09:30:53 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>KrbGuess &#8211; Guess/Enumerate Kerberos User Accounts</title>
		<link>http://www.darknet.org.uk/2009/10/krbguess-guessenumerate-kerberos-user-accounts/</link>
		<comments>http://www.darknet.org.uk/2009/10/krbguess-guessenumerate-kerberos-user-accounts/#comments</comments>
		<pubDate>Thu, 29 Oct 2009 07:16:52 +0000</pubDate>
		<dc:creator>Darknet</dc:creator>
				<category><![CDATA[Hacking Tools]]></category>
		<category><![CDATA[Network Hacking]]></category>
		<category><![CDATA[Password Cracking]]></category>
		<category><![CDATA[active directory security]]></category>
		<category><![CDATA[active-directory-hacking]]></category>
		<category><![CDATA[brute forcing kerberos]]></category>
		<category><![CDATA[hacking tool]]></category>
		<category><![CDATA[heimdal kerberos]]></category>
		<category><![CDATA[kdc]]></category>
		<category><![CDATA[kerberos]]></category>
		<category><![CDATA[kerberos domain controller]]></category>
		<category><![CDATA[kerberos hacking]]></category>
		<category><![CDATA[kerberos security]]></category>
		<category><![CDATA[krbguess]]></category>
		<category><![CDATA[network-security]]></category>
		<category><![CDATA[password-hacking]]></category>
		<category><![CDATA[password-security]]></category>
		<category><![CDATA[Windows Hacking]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/?p=2232</guid>
		<description><![CDATA[KrbGuess is a small and simple tool which can be used during security testing to guess valid usernames against a Kerberos environment. It allows you to do this by studying the response from a TGT request to the KDC server. The tool works against both Microsoft Active Directory, MIT and Heimdal Kerberos implementations. In addition [...]]]></description>
			<content:encoded><![CDATA[<p>KrbGuess is a small and simple tool which can be used during security testing to guess valid usernames against a Kerberos environment. It allows you to do this by studying the response from a TGT request to the KDC server. The tool works against both Microsoft Active Directory, MIT and Heimdal Kerberos implementations. In addition it will detect if an account lacks pre-authentication.</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-3033787195489589";
google_alternate_ad_url = "http://www.darknet.org.uk/google_adsense_script.html";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text";
google_ad_channel ="9647861209";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "df6f0b";
google_color_url = "df6f0b";
google_color_text = "000000";
//--></script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
<p>The tool is supplied with a file containing a list of usernames and requests a TGT for each user and then waits for the response. If the KDC responds with a valid TGT or with an error message stating that pre-authentication is required, a valid username has been discovered. Several guesses can be run in parallel (currently only against a single KDC) in order to improve performance.</p>
<p>Be careful not to run with to many threads and low timeouts  as it will bring the KDC to its knees during the time of the test. The default values have been tuned against a virtual machine, and currently eat somewhere around 80% CPU which gives me roughly 700 guesses per second. In most cases the network throughput won’t be the performance bottleneck. So far I’m seeing that 2-3MBit of queries is generating a sustained 100% CPU load against both Heimdal on Ubuntu and Windows 2003.</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-3033787195489589";
google_alternate_ad_url = "http://www.darknet.org.uk/google_adsense_script.html";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text";
google_ad_channel ="9647861209";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "df6f0b";
google_color_url = "df6f0b";
google_color_text = "000000";
//--></script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
<p>The tool is written in Java and does not rely on any Kerberos libraries to perform the guessing. In order to successfully run the tool against a system it needs at least the realm, dictionary and a server parameters to be set. eg.</p>
<pre><code>java -jar krbguess.jar -s 192.168.56.11 -r HEMMA \ -o report.txt -d ./dic.txt</code></pre>
<p>You can download KrbGuess here:</p>
<p><a href="http://www.cqure.net/tools/krbguess-0.21-bin.tar.gz">krbguess-0.21-bin.tar.gz</a></p>
<p>Or read more <a href="http://www.cqure.net/wp/krbguess/">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.darknet.org.uk/2009/10/krbguess-guessenumerate-kerberos-user-accounts/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Yokoso! &#8211; Web Infrastructure Fingerprinting &amp; Delivery Tool</title>
		<link>http://www.darknet.org.uk/2009/10/yokoso-web-infrastructure-fingerprinting-delivery-tool/</link>
		<comments>http://www.darknet.org.uk/2009/10/yokoso-web-infrastructure-fingerprinting-delivery-tool/#comments</comments>
		<pubDate>Tue, 27 Oct 2009 09:18:51 +0000</pubDate>
		<dc:creator>Darknet</dc:creator>
				<category><![CDATA[Hacking Tools]]></category>
		<category><![CDATA[Network Hacking]]></category>
		<category><![CDATA[Web Hacking]]></category>
		<category><![CDATA[cross-site-scripting]]></category>
		<category><![CDATA[inguardians]]></category>
		<category><![CDATA[web fingerprinting]]></category>
		<category><![CDATA[web fingerprinting tool]]></category>
		<category><![CDATA[web infrastructure delivery]]></category>
		<category><![CDATA[XSS]]></category>
		<category><![CDATA[xss attack tool]]></category>
		<category><![CDATA[yokoso]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/?p=2167</guid>
		<description><![CDATA[Yokoso! is a project focused on creating fingerprinting code that is deliverable through some form of client attack. This can be used during penetration tests that combine network and web applications. One of the most common questions we hear is &#8220;so what can you do with XSS?&#8221; and we hope that Yokoso! answers that question.

We [...]]]></description>
			<content:encoded><![CDATA[<p>Yokoso! is a project focused on creating fingerprinting code that is deliverable through some form of client attack. This can be used during penetration tests that combine network and web applications. One of the most common questions we hear is &#8220;so what can you do with XSS?&#8221; and we hope that Yokoso! answers that question.</p>
<p><!--adsense#New468--></p>
<p>We will creating JavaScript and Flash objects that are able to be delivered via XSS attacks. These code payloads will contain the fingerprinting information used to map out a network and the devices and software it contains.</p>
<p>In basic terms Yokoso! is a collection of infrastructure fingerprints.  These fingerprints are useful during penetration tests to determine both what infrastructure is in use and to determine who are the admins of that infrastructure.  It is built using the URIs of the web administration interfaces.</p>
<p><!--adsense#New468--></p>
<p>You can download Yokoso! v0.1 here:</p>
<p><a href="http://sourceforge.net/projects/yokoso/files/yokoso-0.1/yokoso.0.1.tar.gz/download">yokoso.0.1.tar.gz</a></p>
<p>Or read more <a href="http://yokoso.inguardians.com/">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.darknet.org.uk/2009/10/yokoso-web-infrastructure-fingerprinting-delivery-tool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nikto 2.1.0 Released &#8211; Web Server Security Scanning Tool</title>
		<link>http://www.darknet.org.uk/2009/10/nikto-2-1-0-released-web-server-security-scanning-tool/</link>
		<comments>http://www.darknet.org.uk/2009/10/nikto-2-1-0-released-web-server-security-scanning-tool/#comments</comments>
		<pubDate>Thu, 22 Oct 2009 09:52:06 +0000</pubDate>
		<dc:creator>Darknet</dc:creator>
				<category><![CDATA[Hacking Tools]]></category>
		<category><![CDATA[Network Hacking]]></category>
		<category><![CDATA[Web Hacking]]></category>
		<category><![CDATA[gpl]]></category>
		<category><![CDATA[hacking web apps]]></category>
		<category><![CDATA[hacking-websites]]></category>
		<category><![CDATA[libwhisker]]></category>
		<category><![CDATA[nikto]]></category>
		<category><![CDATA[nikto 2]]></category>
		<category><![CDATA[nikto 2.1]]></category>
		<category><![CDATA[web scanner]]></category>
		<category><![CDATA[web server scanning]]></category>
		<category><![CDATA[web-application-hacking]]></category>
		<category><![CDATA[web-application-security]]></category>
		<category><![CDATA[web-server-security]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/?p=2206</guid>
		<description><![CDATA[It&#8217;s been almost 2 years since the last update on Nikto, which was version 2.
For those that don&#8217;t know, Nikto is an Open Source (GPL) web server scanner which performs comprehensive tests against web servers for multiple items, including over 3500 potentially dangerous files/CGIs, versions on over 900 servers, and version specific problems on over [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been almost 2 years since the last update on <a href="http://www.darknet.org.uk/2007/12/nikto-2-released-web-server-scanning-tool/">Nikto, which was version 2</a>.</p>
<p>For those that don&#8217;t know, Nikto is an Open Source (GPL) web server scanner which performs comprehensive tests against web servers for multiple items, including over 3500 potentially dangerous files/CGIs, versions on over 900 servers, and version specific problems on over 250 servers. Scan items and plugins are frequently updated and can be automatically updated (if desired).</p>
<p><!--adsense#New468--></p>
<p>Nikto is not designed as an overly stealthy tool. It will test a web server in the shortest timespan possible, and it&#8217;s fairly obvious in log files. However, there is support for LibWhisker&#8217;s anti-IDS methods in case you want to give it a try (or test your IDS system).</p>
<p><strong>Changes</strong></p>
<p>This version has gone through significant rewrites under the hood to how Nikto works, to make it more expandable and usable.</p>
<ul>
<li>
Rewrite to the plugin engine allowing more control of the plugin structure and making it easier to add plugins</li>
<li>Rewrite to the reporting engine allowing reporting plugins to cover more and also ensuring that output is written if Nikto is quit before finishing</li>
<li>Large overhaul of documentation to document built-in methods and variables</li>
<li>Addition of caching to reduce amount of calls made to the web servers, as well as a facility to disable smart 404 guessing.</li>
<li>Addition of simple guessing for whether a system is an embedded device and to report what it is</li>
<li>Plugin to use OWASPs dictionary lists to attempt to brute force directories on the remote web server (as mutate 6)</li>
<li>Plugin to attempt to brute force domains (as mutate 5)</li>
<li>Allow username guessing (mutate 3 and 4) to use a dictionary file as well as brute forcing</li>
<li>Support for NTLM authentication</li>
<li>Lots of bug fixes and new security checks</li>
</ul>
<p><!--adsense#New468--></p>
<p>You can download Nikon 2.1.0 here:</p>
<p><a href="http://cirt.net/nikto/nikto-current.tar.gz">nikto-current.tar.gz</a></p>
<p>Plugins and DB can be found <a href="http://cirt.net/nikto/UPDATES/2.1.0/">here</a>.</p>
<p>Or read more <a href="http://cirt.net/nikto2">here</a>. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.darknet.org.uk/2009/10/nikto-2-1-0-released-web-server-security-scanning-tool/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Origami &#8211; Parse, Analyze &amp; Forge PDF Documents</title>
		<link>http://www.darknet.org.uk/2009/10/origami-parse-analyze-forge-pdf-documents/</link>
		<comments>http://www.darknet.org.uk/2009/10/origami-parse-analyze-forge-pdf-documents/#comments</comments>
		<pubDate>Tue, 20 Oct 2009 09:18:47 +0000</pubDate>
		<dc:creator>Darknet</dc:creator>
				<category><![CDATA[Forensics]]></category>
		<category><![CDATA[Hacking Tools]]></category>
		<category><![CDATA[Privacy]]></category>
		<category><![CDATA[analyze pdf]]></category>
		<category><![CDATA[document forensics]]></category>
		<category><![CDATA[forging pdf]]></category>
		<category><![CDATA[hacking pdf]]></category>
		<category><![CDATA[information gathering]]></category>
		<category><![CDATA[information-leak]]></category>
		<category><![CDATA[origami]]></category>
		<category><![CDATA[parse pdf]]></category>
		<category><![CDATA[pdf forensics]]></category>
		<category><![CDATA[pdf security]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/?p=2169</guid>
		<description><![CDATA[origami is a Ruby framework designed to parse, analyze, and forge PDF documents. This is NOT a PDF rendering library. It aims at providing a scripting tool to generate and analyze malicious PDF files. As well, it can be used to create on-the-fly customized PDFs, or to inject (evil) code into already existing documents.

Features

Create PDF [...]]]></description>
			<content:encoded><![CDATA[<p>origami is a Ruby framework designed to parse, analyze, and forge PDF documents. This is NOT a PDF rendering library. It aims at providing a scripting tool to generate and analyze malicious PDF files. As well, it can be used to create on-the-fly customized PDFs, or to inject (evil) code into already existing documents.</p>
<p><!--adsense#New468--></p>
<p><strong>Features</strong></p>
<ul>
<li>Create PDF documents from scratch.</li>
<li>Parse existing documents, modify them and recompile them.</li>
<li>Explore documents at the object level, going deep into the document structure, uncompressing PDF object streams and desobfuscating names and strings.</li>
<li>High-level operations, such as encryption/decryption, signature, file attachments&#8230;</li>
<li>A GTK interface to quickly browse into the document contents.</li>
</ul>
<p><strong>Full Scripts</strong></p>
<p><!--adsense#New468--></p>
<p>Some scripts are provided to help in performing common actions on PDF files. You can contribute more by sending your own scripts to origami(at)security-labs.org.</p>
<ul>
<li>detectjs.rb: search for all JavaScript objects.</li>
<li>embed.rb: add an attachment to a PDF file.</li>
<li>create-jspdf.rb: add a JavaScript to a PDF file, executed when the document is opened.</li>
<li>moebius.rb: transform a PDF to a moebius strip.</li>
<li>encrypt.rb: encrypt a PDF file.</li>
</ul>
<p>You can download Origami here:</p>
<p><a href="http://security-labs.org/origami/files/origami-1.0.0-beta1.tar.gz">origami-1.0.0-beta1.tar.gz</a></p>
<p>Or read more <a href="http://security-labs.org/origami/">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.darknet.org.uk/2009/10/origami-parse-analyze-forge-pdf-documents/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Naptha &#8211; TCP State Exhaustion Vulnerability &amp; Tool</title>
		<link>http://www.darknet.org.uk/2009/10/naptha-tcp-state-exhaustion-vulnerability-tool/</link>
		<comments>http://www.darknet.org.uk/2009/10/naptha-tcp-state-exhaustion-vulnerability-tool/#comments</comments>
		<pubDate>Fri, 16 Oct 2009 09:45:53 +0000</pubDate>
		<dc:creator>Darknet</dc:creator>
				<category><![CDATA[Exploits/Vulnerabilities]]></category>
		<category><![CDATA[Hacking Tools]]></category>
		<category><![CDATA[Network Hacking]]></category>
		<category><![CDATA[bindview]]></category>
		<category><![CDATA[bob keyes]]></category>
		<category><![CDATA[hacking tcp]]></category>
		<category><![CDATA[naptha]]></category>
		<category><![CDATA[razor]]></category>
		<category><![CDATA[razor security]]></category>
		<category><![CDATA[razor security team]]></category>
		<category><![CDATA[tcp connection attack]]></category>
		<category><![CDATA[tcp exhaustion]]></category>
		<category><![CDATA[tcp exploit]]></category>
		<category><![CDATA[tcp security]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/?p=2078</guid>
		<description><![CDATA[The Naptha vulnerabilities are a type of denial-of-service vulnerabilities researched and documented by Bob Keyes of BindView&#8217;s RAZOR Security Team in 2000. The vulnerabilities exist in some implementations of the TCP protocol, specifically in the way some TCP implementations keep track of the state of TCP connections, and allow an attacker to exhaust the resources [...]]]></description>
			<content:encoded><![CDATA[<p>The Naptha vulnerabilities are a type of denial-of-service vulnerabilities researched and documented by Bob Keyes of BindView&#8217;s RAZOR Security Team in 2000. The vulnerabilities exist in some implementations of the TCP protocol, specifically in the way some TCP implementations keep track of the state of TCP connections, and allow an attacker to exhaust the resources of a system under attack without utilizing much resources on the system used to launch the attack.</p>
<p><!--adsense#New468--></p>
<p>The following links provide more information about the Naptha denial-of-service vulnerabilities:</p>
<ul>
<li>The original BindView advisory is archived <a href="http://packetstormsecurity.org/0012-exploits/bindview.naptha.txt">here</a>. </li>
<li>The advisory that CERT/CC published for the Naptha vulnerabilities is <a href="http://www.cert.org/advisories/CA-2000-21.html">here</a>.</li>
</ul>
<p><strong>The Tool</strong></p>
<p>To study and show the Naptha vulnerabilities, Bob Keyes wrote the Naptha tool. The tool was written in C and used libpcap to read packets from the network and libdnet to craft packets.</p>
<p><!--adsense#New468--></p>
<p>The Naptha tool actually consists of two programs: a program called synsend whose only function is to send TCP SYN packets to the target system, and a program called srvr whose function is to respond to specific traffic received from the target system with TCP packets with specific TCP flags set. Both what traffic to respond to and how to respond to it are specified by the user via command-line arguments. </p>
<p>You can download Naptha here:</p>
<p><a href="http://packetstormsecurity.org/0101-exploits/naptha-1.1.tgz">naptha-1.1.tgz</a></p>
<p>Or read more <a href="http://netexpect.org/wiki/Naptha">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.darknet.org.uk/2009/10/naptha-tcp-state-exhaustion-vulnerability-tool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Deep Packet Inspection Engine Goes Open Source</title>
		<link>http://www.darknet.org.uk/2009/10/deep-packet-inspection-engine-goes-open-source/</link>
		<comments>http://www.darknet.org.uk/2009/10/deep-packet-inspection-engine-goes-open-source/#comments</comments>
		<pubDate>Thu, 15 Oct 2009 09:23:34 +0000</pubDate>
		<dc:creator>Darknet</dc:creator>
				<category><![CDATA[Countermeasures]]></category>
		<category><![CDATA[Forensics]]></category>
		<category><![CDATA[Hacking Tools]]></category>
		<category><![CDATA[Network Hacking]]></category>
		<category><![CDATA[Security Software]]></category>
		<category><![CDATA[deep packet inspection]]></category>
		<category><![CDATA[dpi]]></category>
		<category><![CDATA[ipoque]]></category>
		<category><![CDATA[open source deep packet inspection]]></category>
		<category><![CDATA[open source packet inspection]]></category>
		<category><![CDATA[open-source]]></category>
		<category><![CDATA[opendpi]]></category>
		<category><![CDATA[packet inspection]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/?p=2109</guid>
		<description><![CDATA[This is great news, especially for open source tool developers. Deep packet inspection is an extremely niche area and requires great expertise (and a lot of R&#038;D of course).
I hope a new project can spawn from this, it has many interesting applications. I think it&#8217;d be a good addition to Wireshark and IDS projects like [...]]]></description>
			<content:encoded><![CDATA[<p>This is great news, especially for open source tool developers. Deep packet inspection is an extremely niche area and requires great expertise (and a lot of R&#038;D of course).</p>
<p>I hope a new project can spawn from this, it has many interesting applications. I think it&#8217;d be a good addition to Wireshark and IDS projects like Snort.</p>
<p><a href="http://opendpi.org/">http://opendpi.org/</a></p>
<p><!--adsense#New468--></p>
<blockquote><p>Deep packet inspection (DPI) hardware can identify an astonishing array of protocols passing across the Internet—up to and including protocols that are rare even to us in the Orbiting HQ (Gadu-Gadu? Manolito? Feidian?). But if you&#8217;ve ever wondered just how this can be done, and done at wire speed, wonder no more: Europe&#8217;s leading DPI vendor has open-sourced a version of its traffic detection engine.</p>
<p>OpenDPI.org is the new home for ipoque&#8217;s open source project; anyone interested can take a look at the code or contribute patches. The goal in this case, though, isn&#8217;t so much about crowdsourcing product development but about easing consumer fears about DPI technology.</p>
<p>Klaus Mochalski, CEO of ipoque, explains that &#8220;transparency was important for us from the beginning. The lack of transparency from the vendors&#8217; side is widespread in the DPI business. Our thoughts are a bit different and that is why we decided to push this project.&#8221;</p></blockquote>
<p>It can identify a whole range of weird and wonderful protocols including those you&#8217;ve never heard of. </p>
<p>The free version is basically a watered down of the commercial product, it&#8217;s slow, doesn&#8217;t come bundled with some fancy supercomputer grade hardware and can&#8217;t handle encrypted transmissions.</p>
<p>I think it will be useful too for people building open source router systems to manage traffic, do traffic shaping and general QoS with much more accuracy (rather than relying on port classification).</p>
<p><!--adsense#New468--></p>
<blockquote><p>The OpenDPI engine, released under the LGPL license, differs from ipoque&#8217;s commercial scanning engine in its high-priced DPI hardware. The open-source version is much slower and (more importantly) doesn&#8217;t reveal ipoque&#8217;s methods for identifying encrypted transmissions. DPI vendors all claim high levels of success at identifying such traffic based on the flow patterns and handshake signatures common to protocols like BitTorrent and Skype, even if they cannot crack the encryption and examine the content of those transmissions.</p>
<p>ipoque apparently wants to convince people that its detection code doesn&#8217;t store or examine the actual content being transmitted. The company made the same point in a white paper released last week. &#8220;DPI as such has no negative impact on online privacy,&#8221; it says. &#8220;It is, again, only the applications that may have this impact. Prohibiting DPI as a technology would be just as naive as prohibiting automatic speech recognition because it can be used to eavesdrop on conversations based on content.</p>
<p>Although DPI can be used as a base technology to look at and evaluate the actual content of a network communication, this goes beyond what we understand as DPI as it is used by Internet bandwidth management—the classification of network protocols and applications.&#8221;</p></blockquote>
<p>I hope they keep developing the project, or some other folks in the Open Source community step up and turn it into a full blown development fork.</p>
<p>That would be great, harness the existing technology and improve on it.</p>
<p>Because let&#8217;s face it, any commercial company releasing an Open Source branch of their software has no incentive to make it that great lest it get better than the stuff they are selling.</p>
<p>Source: <a href="http://arstechnica.com/open-source/news/2009/09/deep-packet-inspection-engine-goes-open-source.ars">Ars Technica</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.darknet.org.uk/2009/10/deep-packet-inspection-engine-goes-open-source/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>VIPER Lab&#8217;s VAST Live Distro &#8211; VoIP Security Testing LiveCD</title>
		<link>http://www.darknet.org.uk/2009/10/viper-labs-vast-live-distro-voip-security-testing-livecd/</link>
		<comments>http://www.darknet.org.uk/2009/10/viper-labs-vast-live-distro-voip-security-testing-livecd/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 10:37:33 +0000</pubDate>
		<dc:creator>Darknet</dc:creator>
				<category><![CDATA[Hacking Tools]]></category>
		<category><![CDATA[Network Hacking]]></category>
		<category><![CDATA[hacking-networks]]></category>
		<category><![CDATA[livecd]]></category>
		<category><![CDATA[security-livecd]]></category>
		<category><![CDATA[vast]]></category>
		<category><![CDATA[vast live distro]]></category>
		<category><![CDATA[vast livecd]]></category>
		<category><![CDATA[viper lab]]></category>
		<category><![CDATA[viper vast]]></category>
		<category><![CDATA[voip security livecd]]></category>
		<category><![CDATA[voip-hacking]]></category>
		<category><![CDATA[voip-security]]></category>
		<category><![CDATA[voip-security-testing]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/?p=2165</guid>
		<description><![CDATA[VAST is a VIPER Lab live distribution that contains VIPER developed tools such as UCsniff, VoipHopper, Videojak, videosnarf, ACE, Warvox, and more. Along with VIPER tools and other essential VoIP security tools, it also contains tools penetration testers utilize such as Metasploit, Nmap, Netcat, Hydra, Hping2 etc.

This distribution is a work in progress. If you [...]]]></description>
			<content:encoded><![CDATA[<p>VAST is a VIPER Lab live distribution that contains VIPER developed tools such as <a href="http://www.darknet.org.uk/2009/04/ucsniff-voipip-video-sniffing-tool/">UCsniff</a>, <a href="http://www.darknet.org.uk/2008/01/voip-hopper-vlan-hopping-tool/">VoipHopper</a>, <a href="http://www.darknet.org.uk/2009/03/videojak-ip-video-security-assessment-tool/">Videojak</a>, videosnarf, ACE, <a href="http://www.darknet.org.uk/2009/05/warvox-101-released-telephony-analysis-war-dialing-suite/">Warvox</a>, and more. Along with VIPER tools and other essential VoIP security tools, it also contains tools penetration testers utilize such as <a href="http://www.darknet.org.uk/tag/metasploit/">Metasploit</a>, <a href="http://www.darknet.org.uk/tag/nmap/">Nmap</a>, Netcat, <a href="http://www.darknet.org.uk/2007/02/thc-hydra-the-fast-and-flexible-network-login-hacking-tool/">Hydra</a>, <a href="http://www.darknet.org.uk/2006/07/hping-2-fixed-for-windows-xp-sp2-service-pack-2/">Hping2</a> etc.</p>
<p><!--adsense#New468--></p>
<p>This distribution is a work in progress. If you would like to see a tool or package included please feel free to suggest them to the author.</p>
<p>VAST also has built into synaptic package manager a third party repository link for the VIPER tools, so when you update a tool it&#8217;s as easy as &#8220;apt-get&#8221;.</p>
<p><strong>Specs</strong></p>
<ul>
<li>Size 900MB</li>
<li>Built on Ubuntu 9.04</li>
<li>Full language pack</li>
<li>git,apt-get,svn</li>
<li>Includes custom repository for VIPER tools </li>
</ul>
<p><strong>Tool List</strong></p>
<p><!--adsense#New468--></p>
<ul>
<li>UCsniff</li>
<li>VideoSnarf</li>
<li>Videojak</li>
<li>Metasploit</li>
<li>SecurLogix Tools</li>
<li>Hydra</li>
<li>Nmap</li>
<li>tshark</li>
<li>Sipvicious</li>
<li>SIPp</li>
<li>Netcat</li>
<li>Warvox</li>
<li>Hping2</li>
</ul>
<p>You can download VAST here:</p>
<p><a href="http://downloads.sourceforge.net/project/vipervast/VIPER_VASTbetav2.71.iso?use_mirror=biznetnetworks">VIPER_VASTbetav2.71.iso</a></p>
<p>Or read more <a href="http://vipervast.sourceforge.net/">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.darknet.org.uk/2009/10/viper-labs-vast-live-distro-voip-security-testing-livecd/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Nat Probe &#8211; NAT Detection Tool</title>
		<link>http://www.darknet.org.uk/2009/10/nat-probe-nat-detection-tool/</link>
		<comments>http://www.darknet.org.uk/2009/10/nat-probe-nat-detection-tool/#comments</comments>
		<pubDate>Fri, 09 Oct 2009 08:06:26 +0000</pubDate>
		<dc:creator>Darknet</dc:creator>
				<category><![CDATA[Hacking Tools]]></category>
		<category><![CDATA[Network Hacking]]></category>
		<category><![CDATA[hacking-networks]]></category>
		<category><![CDATA[icmp redirect]]></category>
		<category><![CDATA[nat detection]]></category>
		<category><![CDATA[nat detection tool]]></category>
		<category><![CDATA[nat discovery tool]]></category>
		<category><![CDATA[nat probe]]></category>
		<category><![CDATA[natprobe]]></category>
		<category><![CDATA[p2p]]></category>
		<category><![CDATA[p2p detection]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/?p=1960</guid>
		<description><![CDATA[This little, but very useful program, try to sends ICMP packet out the LAN, and detect all the host that allow it. Whit this you can find bugs in your (company?) network ( or others), for example hosts that allow p2p connections.
Explanation

When we use a Gateway, we send the packets with IP destination of the [...]]]></description>
			<content:encoded><![CDATA[<p>This little, but very useful program, try to sends ICMP packet out the LAN, and detect all the host that allow it. Whit this you can find bugs in your (company?) network ( or others), for example hosts that allow p2p connections.</p>
<p><strong>Explanation</strong></p>
<p><!--adsense#New468--></p>
<p>When we use a Gateway, we send the packets with IP destination of the target, but the destination MAC on the ethernet is the MAC at the Gateway. If we send a packet to the different MACs in the LAN, we can know who is the gateway when we receive an response from this MAC.</p>
<p>Some times we can discover more than one box configured to be an gateway, generally, this is an wrong configuration, and the box will response with an ICMP-Redirect. This is the same, because the script only verify if the mac response.</p>
<p>NatProbe is develop in Python with the Scapy library.</p>
<p><!--adsense#New468--></p>
<p>You can download Nat Probe here:</p>
<p><a href="http://natprobe.googlecode.com/files/natprobe.1.0.tar.gz">natprobe.1.0.tar.gz</a></p>
<p>Or read more <a href="http://code.google.com/p/natprobe/">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.darknet.org.uk/2009/10/nat-probe-nat-detection-tool/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>FRHACK OS v1 alpha1 &#8211; Pentesting/Security LiveCD</title>
		<link>http://www.darknet.org.uk/2009/09/frhack-os-v1-alpha1-pentestingsecurity-livecd/</link>
		<comments>http://www.darknet.org.uk/2009/09/frhack-os-v1-alpha1-pentestingsecurity-livecd/#comments</comments>
		<pubDate>Mon, 28 Sep 2009 09:41:35 +0000</pubDate>
		<dc:creator>Darknet</dc:creator>
				<category><![CDATA[Hacking Tools]]></category>
		<category><![CDATA[Linux Hacking]]></category>
		<category><![CDATA[fr hack]]></category>
		<category><![CDATA[frhack]]></category>
		<category><![CDATA[frhack os]]></category>
		<category><![CDATA[live-cd]]></category>
		<category><![CDATA[livecd]]></category>
		<category><![CDATA[pen testing live cd]]></category>
		<category><![CDATA[pen testing os]]></category>
		<category><![CDATA[pen-testing]]></category>
		<category><![CDATA[pen-testing-livecd]]></category>
		<category><![CDATA[penetration-testing]]></category>
		<category><![CDATA[pentesting livecd]]></category>
		<category><![CDATA[security live cd]]></category>
		<category><![CDATA[security os]]></category>
		<category><![CDATA[security-livecd]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/?p=2084</guid>
		<description><![CDATA[FRHACK OS is an updated/modified version of the latest BackTrack 4 ISO with many updated tools and fixes.
This means it&#8217;s a fully fledged linux pen-testing/security environment.

Some included tools &#038; Updates

gcc-4.2
sun-java6-jre sun-java6-plugin
spoonwep-wpa-rc3.deb
airsnort-0.2.7e.tar.gz
wepbuster-1.0_beta_0.6
jbrofuzz-jar-15
wfuzz-1.4
tor-0.2.1.19
privoxy-3.0.8-stable-src      
ophcrack-3.3.1
vncrack_src-1.21
fuzzgrind_090622


A new version (coming with bug fixes, included rainbow tables, wordlists, extras etc.) will be available for FRHACK 01, [...]]]></description>
			<content:encoded><![CDATA[<p>FRHACK OS is an updated/modified version of the latest <a href="http://www.darknet.org.uk/tag/backtrack/">BackTrack</a> 4 ISO with many updated tools and fixes.</p>
<p>This means it&#8217;s a fully fledged linux pen-testing/security environment.</p>
<p><!--adsense#New468--></p>
<p><strong>Some included tools &#038; Updates</strong></p>
<ul>
<li>gcc-4.2</li>
<li>sun-java6-jre sun-java6-plugin</li>
<li>spoonwep-wpa-rc3.deb</li>
<li>airsnort-0.2.7e.tar.gz</li>
<li>wepbuster-1.0_beta_0.6</li>
<li>jbrofuzz-jar-15</li>
<li>wfuzz-1.4</li>
<li>tor-0.2.1.19</li>
<li>privoxy-3.0.8-stable-src      </li>
<li>ophcrack-3.3.1</li>
<li>vncrack_src-1.21</li>
<li>fuzzgrind_090622</li>
</ul>
<p><!--adsense#New468--></p>
<p>A new version (coming with bug fixes, included rainbow tables, wordlists, extras etc.) will be available for FRHACK 01, so you&#8217;ll be able to use it for the<a href="http://www.frhack.org"> FRHACK Wargame</a>.</p>
<p>You can download FRHACK OS v1 alpha1 (1.4GB) here:</p>
<p><a href="https://www.securinfos.info/frhack/frhack-os.iso">frhack-os.iso</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.darknet.org.uk/2009/09/frhack-os-v1-alpha1-pentestingsecurity-livecd/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Websecurify &#8211; Web Security Testing Framework</title>
		<link>http://www.darknet.org.uk/2009/09/websecurify-web-security-testing-framework/</link>
		<comments>http://www.darknet.org.uk/2009/09/websecurify-web-security-testing-framework/#comments</comments>
		<pubDate>Mon, 21 Sep 2009 08:25:17 +0000</pubDate>
		<dc:creator>Darknet</dc:creator>
				<category><![CDATA[Hacking Tools]]></category>
		<category><![CDATA[Web Hacking]]></category>
		<category><![CDATA[hacking-websites]]></category>
		<category><![CDATA[sql-injection]]></category>
		<category><![CDATA[web security testing framework]]></category>
		<category><![CDATA[web-application-hacking]]></category>
		<category><![CDATA[web-hacking-tool]]></category>
		<category><![CDATA[web-security]]></category>
		<category><![CDATA[XSS]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/?p=2043</guid>
		<description><![CDATA[Websecurify is a web and web2.0 security initiative specializing in researching security issues and building the next generation of tools to defeat and protect web technologies.

Key Features

JavaScript &#8211; Websecurify Security Testing Framework is the first tool of its kind to be written entirely in JavaScript using only standard technologies adopted by the leading browsers.
Multiple Environments [...]]]></description>
			<content:encoded><![CDATA[<p>Websecurify is a web and web2.0 security initiative specializing in researching security issues and building the next generation of tools to defeat and protect web technologies.</p>
<p><!--adsense#New468--></p>
<p><strong>Key Features</strong></p>
<ol>
<li>JavaScript &#8211; Websecurify Security Testing Framework is the first tool of its kind to be written entirely in JavaScript using only standard technologies adopted by the leading browsers.</li>
<li>Multiple Environments &#8211; The core technology can run in normal browsers, xulrunner, xpcshell (command line), inside Java or as part of a custom V8 (Chrome&#8217;s JavaScript Engine) build. The core is written with extensibility in mind so that more environments can be supported without changing even a single line of code.</li>
<li>Multi-platform &#8211; The tool is available and successfully runs on Windows, Mac OS, Linux and other operating systems.</li>
<li>Automatic Updates &#8211; Every single piece of the tool is subjected to automatic updates. This means that newer and more advanced versions of the tool can be shipped to your front door without you lifting your finger. This however is completely optional. The automatic update can be turned off if needed.</li>
<li>Extensions &#8211; Because the tool comes wrapped in xulrunner by default (keep in mind that we can support any other JavaScript environment) we benefit from all cool features that Firefox has, such as extensions. Extensions are easy to write and maintain and can customize every single aspect of the tool and there are already tones of resources and documentation, including books and what not, out there to teach you exactly how to do that. We will be providing documentation as well.</li>
</ol>
<p><!--adsense#New468--></p>
<p>You can download Websecurify 0.3 here:</p>
<p>Windows &#8211; <a href="http://websecurify.googlecode.com/files/Websecurify%200.3.exe">Websecurify 0.3.exe</a><br />
Linux &#8211; <a href="http://websecurify.googlecode.com/files/Websecurify%200.3.tgz">Websecurify 0.3.tgz</a><br />
Mac &#8211; <a href="http://websecurify.googlecode.com/files/Websecurify%200.3.dmg">Websecurify 0.3.dmg</a></p>
<p>Or read more <a href="http://code.google.com/p/websecurify/">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.darknet.org.uk/2009/09/websecurify-web-security-testing-framework/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
