<?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; Forensics</title>
	<atom:link href="http://www.darknet.org.uk/category/forensics/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.darknet.org.uk</link>
	<description>Ethical Hacking, Penetration Testing &#38; Computer Security</description>
	<lastBuildDate>Fri, 06 Nov 2009 07:51:23 +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>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><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><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><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>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>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>Trafscrambler &#8211; Anti-sniffer/IDS Tool</title>
		<link>http://www.darknet.org.uk/2009/08/trafscrambler-anti-snifferids-tool/</link>
		<comments>http://www.darknet.org.uk/2009/08/trafscrambler-anti-snifferids-tool/#comments</comments>
		<pubDate>Thu, 27 Aug 2009 10:39:22 +0000</pubDate>
		<dc:creator>Darknet</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Countermeasures]]></category>
		<category><![CDATA[Forensics]]></category>
		<category><![CDATA[Network Hacking]]></category>
		<category><![CDATA[anti-sniffer]]></category>
		<category><![CDATA[antisniffer]]></category>
		<category><![CDATA[Hacking Tools]]></category>
		<category><![CDATA[network-forensics]]></category>
		<category><![CDATA[network-security]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[osx anti-sniffer]]></category>
		<category><![CDATA[osx ids]]></category>
		<category><![CDATA[packet sniffer detection]]></category>
		<category><![CDATA[trafscrambler]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/?p=2048</guid>
		<description><![CDATA[Trafscrambler is an anti-sniffer/IDS LKM(Network Kernel Extension) for OSX, licensed under BSD.

Features

Injection of packets with bogus data and with randomly selected bad TCP cksum or bad TCP sequences
Userland binary(tsctrl) for controlling trafscrambler NKE
SYN decoy &#8211; sends out number of SYN pkts before the original SYN pkt
TCP reset attack &#8211; sends out RST/FIN pkt with bad [...]]]></description>
			<content:encoded><![CDATA[<p>Trafscrambler is an anti-sniffer/IDS LKM(Network Kernel Extension) for OSX, licensed under BSD.</p>
<p><!--adsense#New468--></p>
<p><strong>Features</strong></p>
<ul>
<li>Injection of packets with bogus data and with randomly selected bad TCP cksum or bad TCP sequences</li>
<li>Userland binary(tsctrl) for controlling trafscrambler NKE</li>
<li>SYN decoy &#8211; sends out number of SYN pkts before the original SYN pkt</li>
<li>TCP reset attack &#8211; sends out RST/FIN pkt with bad sequence</li>
<li>Pre-connection SYN &#8211; sends out SYN with wrong TCP-checksum</li>
<li>Post-connection SYN &#8211; sends out fake SYN after connection establishment</li>
<li>Zero Window &#8211; send out pkt with “0” window set.</li>
</ul>
<p><!--adsense#New468--></p>
<p>You can download Trafscrambler 0.2 here:</p>
<p><a href="http://en.roolz.org/files/soft/trafscrambler-0.2.tgz">trafscrambler-0.2.tgz</a></p>
<p>Or read more <a href="http://en.roolz.org/trafscrambler.html">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.darknet.org.uk/2009/08/trafscrambler-anti-snifferids-tool/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>sslsniff v0.6 Released &#8211; SSL MITM Tool</title>
		<link>http://www.darknet.org.uk/2009/08/sslsniff-v0-6-released-ssl-mitm-tool/</link>
		<comments>http://www.darknet.org.uk/2009/08/sslsniff-v0-6-released-ssl-mitm-tool/#comments</comments>
		<pubDate>Fri, 14 Aug 2009 07:49:32 +0000</pubDate>
		<dc:creator>Darknet</dc:creator>
				<category><![CDATA[Forensics]]></category>
		<category><![CDATA[Hacking Tools]]></category>
		<category><![CDATA[Network Hacking]]></category>
		<category><![CDATA[hacking ssl]]></category>
		<category><![CDATA[hacking tool]]></category>
		<category><![CDATA[network-forensics]]></category>
		<category><![CDATA[network-security]]></category>
		<category><![CDATA[ssl hacking tool]]></category>
		<category><![CDATA[ssl mitm]]></category>
		<category><![CDATA[ssl mitm tool]]></category>
		<category><![CDATA[ssl security]]></category>
		<category><![CDATA[ssl sniff]]></category>
		<category><![CDATA[ssl sniffer]]></category>
		<category><![CDATA[sslsniff]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/?p=2008</guid>
		<description><![CDATA[This tool was originally written to demonstrate and exploit IE&#8217;s vulnerability to a specific &#8220;basicConstraints&#8221; man-in-the-middle attack. While Microsoft has since fixed the vulnerability that allowed leaf certificates to act as signing certificates, this tool is still occasionally useful for other purposes.
It is designed to MITM all SSL connections on a LAN and dynamically generates [...]]]></description>
			<content:encoded><![CDATA[<p>This tool was originally written to demonstrate and exploit IE&#8217;s vulnerability to a specific &#8220;basicConstraints&#8221; man-in-the-middle attack. While Microsoft has since fixed the vulnerability that allowed leaf certificates to act as signing certificates, this tool is still occasionally useful for other purposes.</p>
<p>It is designed to MITM all SSL connections on a LAN and dynamically generates certs for the domains that are being accessed on the fly. The new certificates are constructed in a certificate chain that is signed by any certificate that you provide. </p>
<p><!--adsense#New468--></p>
<p><strong>New In Version 0.6</strong></p>
<p>Version 0.6 has been significantly updated to additionally support the null-prefix attacks that was demonstrated at BlackHat 09 and Defcon 17. These allow for completely silent MITM attacks against SSL/TLS in the NSS, Microsoft CryptoAPI, and GnuTLS stacks — ultimately allowing for SSL communication in Firefox, Internet Explorer, Chrome, Thunderbird, Outlook, Evolution, Pidgin, AIM, irssi, and every other client that uses the Microsoft CryptoAPI to be intercepted.</p>
<p>sslsniff has also been updated to support the OCSP attacks that was published at Blackhat 09 and Defcon 17, thus making the revocation of null-prefix certificates very difficult. Additionally, sslsniff now supports modes for hijacking auto-updates from Mozilla products, as well as for Firefox/Thunderbird addons. Attackers can specify payloads of their choice, which will be delivered to the targets being man-in-the-middled.</p>
<p><!--adsense#New468--></p>
<p>sslsniff is useful for deploying other vulnerabilities as well. This is the tool that the people who pulled the recent MD5 hash collision publicity stunt used to demonstrate MITM attacks with their rogue CA-certificate. Also, anyone who is capable of obtaining a forged certificate by any means can easily deploy it through sslsniff with the targeted mode designed for null-prefix attacks.</p>
<p>You can download sslsniff v0.6 here:</p>
<p><a href="http://www.thoughtcrime.org/software/sslsniff/sslsniff-0.6.tar.gz">sslsniff-0.6.tar.gz</a></p>
<p>Or read more <a href="http://www.thoughtcrime.org/software/sslsniff/">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.darknet.org.uk/2009/08/sslsniff-v0-6-released-ssl-mitm-tool/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Xplico &#8211; Network Forensic Analysis Tool</title>
		<link>http://www.darknet.org.uk/2009/08/xplico-network-forensic-analysis-tool/</link>
		<comments>http://www.darknet.org.uk/2009/08/xplico-network-forensic-analysis-tool/#comments</comments>
		<pubDate>Mon, 10 Aug 2009 09:54:17 +0000</pubDate>
		<dc:creator>Darknet</dc:creator>
				<category><![CDATA[Forensics]]></category>
		<category><![CDATA[Hacking Tools]]></category>
		<category><![CDATA[Network Hacking]]></category>
		<category><![CDATA[hacking-networks]]></category>
		<category><![CDATA[network dissector]]></category>
		<category><![CDATA[network forensic analysis tool]]></category>
		<category><![CDATA[network forensics tool]]></category>
		<category><![CDATA[network-forensics]]></category>
		<category><![CDATA[nfat]]></category>
		<category><![CDATA[stream assembly]]></category>
		<category><![CDATA[tcp stream assembler]]></category>
		<category><![CDATA[traffic dissector]]></category>
		<category><![CDATA[xplico]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/?p=2005</guid>
		<description><![CDATA[The goal of Xplico is extract from an internet traffic capture the applications data contained. For example, from a pcap file Xplico extracts each email (POP, IMAP, and SMTP protocols), all HTTP contents, each VoIP call (SIP), FTP, TFTP, and so on. Xplico isn’t a network protocol analyzer. Xplico is an open source Network Forensic [...]]]></description>
			<content:encoded><![CDATA[<p>The goal of Xplico is extract from an internet traffic capture the applications data contained. For example, from a pcap file Xplico extracts each email (POP, IMAP, and SMTP protocols), all HTTP contents, each VoIP call (SIP), FTP, TFTP, and so on. Xplico isn’t a network protocol analyzer. Xplico is an open source Network Forensic Analysis Tool (NFAT). Xplico is released under the GNU General Public License (see License for more details).</p>
<p><!--adsense#New468--></p>
<p><strong>Xplico Features</strong></p>
<ul>
<li>Protocols supported: HTTP, SIP, IMAP, POP, SMTP, TCP, UDP, IPv6, …;</li>
<li>Port Independent Protocol Identification (PIPI) for each application protocol;</li>
<li>Multithreading;</li>
<li>Output data and information in SQLite database or Mysql database and/or files;</li>
<li>At each data reassembled by Xplico is associated a XML file that uniquely identifies the flows and the pcap containing the data reassembled;</li>
<li>Realtime elaboration (depends on the number of flows, the types of protocols and by the performance of computer -RAM, CPU, HD access time, …-);</li>
<li>TCP reassembly with ACK verification for any packet or soft ACK verification;</li>
<li>Reverse DNS lookup from DNS packages contained in the inputs files (pcap), not from external DNS server;</li>
<li>No size limit on data entry or the number of files entrance (the only limit is HD size);</li>
<li>IPv4 and IPv6 support</li>
<li>Modularity. Each Xplico component is modular. The input interface, the protocol decoder (Dissector) and the output interface (dispatcer) are all modules</li>
<li>The ability to easily create any kind of dispatcer with which to organize the data extracted in the most appropriate and useful to you</li>
</ul>
<p><!--adsense#New468--></p>
<p>You can download Xplico 0.5.2 here:</p>
<p><a href="http://sourceforge.net/projects/xplico/files/xplico/version%200.5.2/xplico-0.5.2.tgz/download">xplico-0.5.2.tgz</a></p>
<p>Or read more <a href="http://www.xplico.org/">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.darknet.org.uk/2009/08/xplico-network-forensic-analysis-tool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wireshark 1.2.1 Released &#8211; Network Protocol Analyzer</title>
		<link>http://www.darknet.org.uk/2009/07/wireshark-1-2-1-released-network-protocol-analyzer/</link>
		<comments>http://www.darknet.org.uk/2009/07/wireshark-1-2-1-released-network-protocol-analyzer/#comments</comments>
		<pubDate>Mon, 27 Jul 2009 10:46:20 +0000</pubDate>
		<dc:creator>Darknet</dc:creator>
				<category><![CDATA[Forensics]]></category>
		<category><![CDATA[Network Hacking]]></category>
		<category><![CDATA[cross platform packet sniffer]]></category>
		<category><![CDATA[deep packet inspection]]></category>
		<category><![CDATA[ethereal]]></category>
		<category><![CDATA[free packet sniffer]]></category>
		<category><![CDATA[network packet inspection]]></category>
		<category><![CDATA[network protocol analysis]]></category>
		<category><![CDATA[network protocol analyzer]]></category>
		<category><![CDATA[network-forensics]]></category>
		<category><![CDATA[packet-sniffer]]></category>
		<category><![CDATA[windows packet sniffer]]></category>
		<category><![CDATA[wireshark]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/?p=1936</guid>
		<description><![CDATA[Wireshark is the world&#8217;s foremost network protocol analyzer, and is the de facto (and often de jure) standard across many industries and educational institutions.
Wireshark development thrives thanks to the contributions of networking experts across the globe. It is the continuation of a project that started in 1998. Many of you will know it as Ethereal.

Features

Deep [...]]]></description>
			<content:encoded><![CDATA[<p>Wireshark is the world&#8217;s foremost network protocol analyzer, and is the de facto (and often de jure) standard across many industries and educational institutions.</p>
<p>Wireshark development thrives thanks to the contributions of networking experts across the globe. It is the continuation of a project that started in 1998. Many of you will know it as <a href="http://www.darknet.org.uk/tag/ethereal/">Ethereal</a>.</p>
<p><!--adsense#New468--></p>
<p><strong>Features</strong></p>
<ul>
<li>Deep inspection of hundreds of protocols, with more being added all the time</li>
<li>Live capture and offline analysis</li>
<li>Standard three-pane packet browser</li>
<li>Multi-platform: Runs on Windows, Linux, OS X, Solaris, FreeBSD, NetBSD, and many others</li>
<li>Captured network data can be browsed via a GUI, or via the TTY-mode TShark utility</li>
<li>The most powerful display filters in the industry</li>
<li>Rich VoIP analysis</li>
<li>Capture files compressed with gzip can be decompressed on the fly</li>
</ul>
<p><!--adsense#New468--></p>
<p>You can see the full changelog for version 1.2.1 here:</p>
<p><a href="http://www.wireshark.org/docs/relnotes/wireshark-1.2.1.html">Wireshark 1.2.1 Release Notes</a></p>
<p>A LOT of vulnerabilities and bugs have been fixed in this version, some having persisted since version 1.0 &#8211; so it&#8217;d be a good time to upgrade if you haven&#8217;t already.</p>
<p>You can download Wireshark 1.2.1 here:</p>
<p>Windows 32-bit &#8211; <a href="http://wireshark.osmirror.nl/download/win32/wireshark-win32-1.2.1.exe">wireshark-win32-1.2.1.exe</a><br />
Source code &#8211; <a href="http://wireshark.osmirror.nl/download/src/wireshark-1.2.1.tar.bz2">wireshark-1.2.1.tar.bz2</a></p>
<p>Or read more <a href="http://www.wireshark.org/docs/relnotes/wireshark-1.2.1.html">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.darknet.org.uk/2009/07/wireshark-1-2-1-released-network-protocol-analyzer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ScreenStamp! &#8211; Free Screenshot Tool With Timestamp</title>
		<link>http://www.darknet.org.uk/2009/04/screenstamp-free-screenshot-tool-with-timestamp/</link>
		<comments>http://www.darknet.org.uk/2009/04/screenstamp-free-screenshot-tool-with-timestamp/#comments</comments>
		<pubDate>Wed, 29 Apr 2009 08:10:21 +0000</pubDate>
		<dc:creator>Darknet</dc:creator>
				<category><![CDATA[Forensics]]></category>
		<category><![CDATA[Security Software]]></category>
		<category><![CDATA[auditing]]></category>
		<category><![CDATA[pen-testing]]></category>
		<category><![CDATA[penetration-testing]]></category>
		<category><![CDATA[screen grabbing application]]></category>
		<category><![CDATA[screenshot application]]></category>
		<category><![CDATA[screenshot timestamp]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/?p=1713</guid>
		<description><![CDATA[What is ScreenStamp!
ScreenStamp! is basically a screen grabbing application for pen-testing and people working in forensics. The app will ask you for a location to save your screen shots to, along with a name that the program will number, allowing the user to concentrate on the job at hand as opposed to saving screen shots.

ScreenStamp! [...]]]></description>
			<content:encoded><![CDATA[<p><strong>What is ScreenStamp!</strong></p>
<p>ScreenStamp! is basically a screen grabbing application for pen-testing and people working in forensics. The app will ask you for a location to save your screen shots to, along with a name that the program will number, allowing the user to concentrate on the job at hand as opposed to saving screen shots.</p>
<p><!--adsense#New468--></p>
<p>ScreenStamp! also time and date stamps the screen shot at the top right hand corner.</p>
<p><strong>Where did the ScreenStamp! idea come from?</strong></p>
<p>A bunch of students studying Ethical Hacking for Computer Security were carrying out an Information Gathering exercise the task of taking and saving screen shots with the clock opened and date showing was repetitive and tedious, so the group members decided that an application that would do this would be useful. After failing to find an existing application that fulfilled their needs they created one.</p>
<p><!--adsense#New468--></p>
<p>ScreenStamp! will not only be available to use on Windows operating systems but also Linux and Mac.</p>
<p>You can download ScreenStamp! here:</p>
<p><a href="http://screenstamp.co.uk/downloads/win/screenstamp_win_v1_8.zip">screenstamp_win_v1_8.zip</a><br />
<a href="http://screenstamp.co.uk/downloads/linux/ScreenStamp_v.1.0.tar.gz">screenstamp_v.1.0.tar.gz</a></p>
<p>Or read more <a href="http://www.screenstamp.co.uk/">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.darknet.org.uk/2009/04/screenstamp-free-screenshot-tool-with-timestamp/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>DShield Web Honeypot Project &#8211; Alpha Version Released</title>
		<link>http://www.darknet.org.uk/2009/02/dshield-web-honeypot-project-alpha-version-released/</link>
		<comments>http://www.darknet.org.uk/2009/02/dshield-web-honeypot-project-alpha-version-released/#comments</comments>
		<pubDate>Fri, 20 Feb 2009 11:24:45 +0000</pubDate>
		<dc:creator>Darknet</dc:creator>
				<category><![CDATA[Countermeasures]]></category>
		<category><![CDATA[Forensics]]></category>
		<category><![CDATA[Security Software]]></category>
		<category><![CDATA[Web Hacking]]></category>
		<category><![CDATA[community project]]></category>
		<category><![CDATA[dshield]]></category>
		<category><![CDATA[dshield honeypot]]></category>
		<category><![CDATA[dshield web honeypot]]></category>
		<category><![CDATA[honeypot]]></category>
		<category><![CDATA[isc]]></category>
		<category><![CDATA[sans]]></category>
		<category><![CDATA[web honeypot]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/?p=1496</guid>
		<description><![CDATA[For those of you who are not familiar with DShield (where have you been? under a rock?) it&#8217;s a Cooperative Network Security Community. Basically what that means is they collect firewall logs and map out the trends.
Like when there was a worm going around that bruteforced SSH2 you could see a spike in port 22 [...]]]></description>
			<content:encoded><![CDATA[<p>For those of you who are not familiar with <a href="http://www.dshield.org/indexd.html">DShield</a> (where have you been? under a rock?) it&#8217;s a Cooperative Network Security Community. Basically what that means is they collect firewall logs and map out the trends.</p>
<p>Like when there was a worm going around that bruteforced SSH2 you could see a spike in port 22 traffic, to quote the about page.</p>
<blockquote><p>The ISC uses the DShield distributed intrusion detection system for data collection and analysis. DShield collects data about malicious activity from across the Internet. This data is cataloged and summarized and can be used to discover trends in activity, confirm widespread attacks, or assist in preparing better firewall rules.</p>
<p>Currently the system is tailored to process outputs of simple packet filters. As firewall systems that produce easy to parse packet filter logs are now available for most operating systems, this data can be submitted and used without much effort. </p></blockquote>
<p>If you want to know how to submit you can find out <a href="http://www.dshield.org/howto.html">here</a>.</p>
<p><!--adsense#New468--></p>
<p>Anyway to get back to the point, with the trend for development moving towards web applications DShield has come out with a Web Honeypot project.</p>
<p>The overall idea is to build something like DShield (which collects firewall logs) for webapps.</p>
<p>The goal of the project is to collect quantitative data measuring the activity of automated or semi-automated probes against web applications. First of all, we will not just look for &#8220;attacks&#8221;. We look for &#8220;probes&#8221;. If they are malicious or not can only be determined in context.</p>
<p>We will not look for 0-day style or targeted attacks. Maybe we will get lucky and catch one. But in order to detect them, we would need sensors in specific networks. What we are after is more the &#8220;background noise&#8221;.</p>
<p><strong>How does it work?</strong><br />
A:  The Web Honeypot is made up of 3 elements: a client, a set of templates and a logging system. All web requests destined for the honeypot are passed to the honeypot client. The client attempts to match the specific web application requested to one of the templates installed in the honeypot. If a suitable template is found then it is sent back to the requester. If there is no template available, a default web page is returned. In both cases the specific web application request is logged and sent to a central DShield database.</p>
<p><strong>Should I run this on my production environment?</strong><br />
A:  That depends on your risk tolerance.  If your organization is willing to approve it, then the program itself is designed so that it can run as a virtual host under apache.  You could assign unused IP addresses to the honeypot virtual host.</p>
<p><!--adsense#New468--></p>
<p><strong>Can I run this at home?</strong><br />
A:  Several people already are.  If you can forward port 80 to your honeypot machine, then it will work.<br />
Installation:</p>
<p><strong>Will the Web Honeypot work on my OS?</strong><br />
A: Currently the Web Honeypot works on Windows (2000 or later) and Linux OS with install packages available for: Debian, Redhat, openSUSE and Mac OSX.</p>
<p><strong>Does it run on Windows/IIS/PHP?</strong><br />
A:  It should with some minor modifications.  IIS does not support the same redirection of all requests that apache does.</p>
<p>You can download the Web Honeypot here:</p>
<p><a href="http://sites.google.com/site/webhoneypotsite/alpha-release/downalpha-release/webhoneypot-alpha.tgz?attredirects=0">webhoneypot-alpha.tgz</a></p>
<p>Or read more <a href="http://sites.google.com/site/webhoneypotsite/">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.darknet.org.uk/2009/02/dshield-web-honeypot-project-alpha-version-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Maltego &#8211; Forensics and Intelligence Application &amp; Information Gathering Tool</title>
		<link>http://www.darknet.org.uk/2008/11/maltego-forensics-and-intelligence-application-information-gathering-tool/</link>
		<comments>http://www.darknet.org.uk/2008/11/maltego-forensics-and-intelligence-application-information-gathering-tool/#comments</comments>
		<pubDate>Fri, 14 Nov 2008 09:39:45 +0000</pubDate>
		<dc:creator>Darknet</dc:creator>
				<category><![CDATA[Forensics]]></category>
		<category><![CDATA[Security Software]]></category>
		<category><![CDATA[auditing tools]]></category>
		<category><![CDATA[data mining tool]]></category>
		<category><![CDATA[forensics and intelligence]]></category>
		<category><![CDATA[information gathering]]></category>
		<category><![CDATA[information gathering tool]]></category>
		<category><![CDATA[maltego]]></category>
		<category><![CDATA[maltego community edition]]></category>
		<category><![CDATA[paterva]]></category>
		<category><![CDATA[penetration-testing]]></category>
		<category><![CDATA[vulnerability-assessment]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/?p=1229</guid>
		<description><![CDATA[Maltego is an open source intelligence and forensics application. It allows for the mining and gathering of information as well as the representation of this information in a meaningful way.
Coupled with its graphing libraries, Maltego, allows you to identify key relationships between information and identify previously unknown relationships between them. It is a must-have tool [...]]]></description>
			<content:encoded><![CDATA[<p>Maltego is an open source intelligence and forensics application. It allows for the mining and gathering of information as well as the representation of this information in a meaningful way.</p>
<p>Coupled with its graphing libraries, Maltego, allows you to identify key relationships between information and identify previously unknown relationships between them. It is a must-have tool in the forensics, security and intelligence fields!</p>
<p>Maltego offers the user with unprecedented information. Information is leverage.</p>
<p><!--adsense#New468--></p>
<p><strong>What does Maltego do?</strong></p>
<p>Maltego is a program that can be used to determine the relationships and real world links between:</p>
<ul>
<li>People</li>
<li>Groups of people (social networks)</li>
<li>Companies</li>
<li>
Organizations</li>
<li>Web sites</li>
<li>
Internet infrastructure such as: Domains, DNS Names, Netblocks and IP Addresses</li>
<li>Phrases</li>
<li>Affiliations</li>
<li>Documents and files </li>
</ul>
<p>These entities are linked using open source intelligence.</p>
<ul>
<li>Maltego is easy and quick to install &#8211; it uses Java, so it runs on Windows, Mac and Linux.</li>
<li>Maltego provides you with a graphical interface that makes seeing these relationships instant and accurate &#8211; making it possible to see hidden connections.</li>
<li>
Using the graphical user interface (GUI) you can see relationships easily &#8211; even if they are three or four degrees of separation away.</li>
<li>Maltego is unique because it uses a powerful, flexible framework that makes customizing possible. As such, Maltego can be adapted to your own, unique requirements. </li>
</ul>
<p><!--adsense#New468--></p>
<p><strong>Limitations</strong></p>
<p>The Community Edition is limited in the following ways:</p>
<ul>
<li>A 15second nag screen</li>
<li>Save and Export has been disabled</li>
<li>
Limited zoom levels</li>
<li>Can only run transforms on a single entity at a time</li>
<li>Cannot copy and paste text from detailed view</li>
<li>
Transforms limited to 75 per day</li>
<li>Throttled client to TAS communication</li>
</ul>
<p>Check out the <a href="http://ctas.paterva.com/view/Userguide">User Guide here</a>.</p>
<p>You can download Maltego Community Edition here:</p>
<p><a href="http://www.paterva.com/malv2/MaltegoInstaller-v2-210-CE.jar">Maltego CE &#8211; Linux</a><br />
<a href="http://www.paterva.com/malv2/MaltegoInstaller-v2-210-CE.exe">Maltego CE &#8211; Windows</a></p>
<p>Or read more <a href="http://www.paterva.com/maltego/">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.darknet.org.uk/2008/11/maltego-forensics-and-intelligence-application-information-gathering-tool/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>raWPacket HeX &#8211; Network Security Monitoring &amp; Analysis LiveCD</title>
		<link>http://www.darknet.org.uk/2008/08/rawpacket-hex-network-security-monitoring-analysis-livecd/</link>
		<comments>http://www.darknet.org.uk/2008/08/rawpacket-hex-network-security-monitoring-analysis-livecd/#comments</comments>
		<pubDate>Wed, 13 Aug 2008 21:01:24 +0000</pubDate>
		<dc:creator>Darknet</dc:creator>
				<category><![CDATA[Forensics]]></category>
		<category><![CDATA[Hacking Tools]]></category>
		<category><![CDATA[Network Hacking]]></category>
		<category><![CDATA[digital-forensics]]></category>
		<category><![CDATA[hacking-networks]]></category>
		<category><![CDATA[hex]]></category>
		<category><![CDATA[linux-livecd]]></category>
		<category><![CDATA[livecd]]></category>
		<category><![CDATA[network monitoring livecd]]></category>
		<category><![CDATA[network security analysis]]></category>
		<category><![CDATA[network security livecd]]></category>
		<category><![CDATA[network security monitoring]]></category>
		<category><![CDATA[network-analysis]]></category>
		<category><![CDATA[network-forensics]]></category>
		<category><![CDATA[nsm]]></category>
		<category><![CDATA[nsm livecd]]></category>
		<category><![CDATA[packet monkeys]]></category>
		<category><![CDATA[packet sniffing]]></category>
		<category><![CDATA[rawpacket]]></category>
		<category><![CDATA[security-livecd]]></category>
		<category><![CDATA[traffic-analysis]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/?p=929</guid>
		<description><![CDATA[HeX is a project aimed at the NSM (Network Security Monitoring) community for use by network security analysts. The developers believe that simplicity and analysis work flow logic must be enhanced and emphasized through-out the process of designing this liveCD. Not only have they carefully chosen all the necessary applications and tools to be included [...]]]></description>
			<content:encoded><![CDATA[<p>HeX is a project aimed at the NSM (Network Security Monitoring) community for use by network security analysts. The developers believe that simplicity and analysis work flow logic must be enhanced and emphasized through-out the process of designing this liveCD. Not only have they carefully chosen all the necessary applications and tools to be included to the liveCD, they have also tested them to make sure everything running as smooth as possible. In order to summarize the objective of HeX, they are trying to develop the first and foremost Network Security Monitoring &#038; Network Based Forensics liveCD!</p>
<p><strong>HeX Main Features</strong></p>
<p>HeX Main Menu &#8211; Cleaner look and more user interface oriented and maximum 4 levels depth HeX Main Menu allows quick access to all the installed applications in HeX.</p>
<p><!--adsense#New468--></p>
<p>Terminal &#8211; This is exactly what you need, the ultimate analyzt console!</p>
<p>Instant access to all the Network Security Monitoring(NSM) and Network Based Forensics(NBF) Toolkits via Fluxbox Menu. We have also categorized them nicely so that you know what to use conditionally or based on scenario. </p>
<p>Instant access to the Network Visualization Toolkit, you can watch the network traffics in graphical presentation and that assist you in identifying large scale network attacks easily. </p>
<p>Instant access to Pcap Editing Tools which you can use to modify or anonymize the pcap data, it’s great especially when you want to share your pcap data.</p>
<p><!--adsense#New468--></p>
<p>Network and Pentest Toolkits contain a lot of tools to perform network or application based attacks, you can generate malicious packets using them and study malicious packets using those analysis tools listed in NSM-Toolkit and NBF-Toolkit as well. </p>
<p>While we think HeliX liveCD is better choice in digital forensics arsenal, Forensics-Toolkit can be considered as the add-on for people who are interested in doing digital forensics. </p>
<p>Under Applications, there are Desktop, Sysutils and Misc, all of them are pretty self-explained and contain user based applications such as Firefox, Liferea, Xpdf and so forth. Additionally, Misc contains some useful scripts, for example you can just start ssh service by clicking on SSHD-Start. </p>
<p>You can download HeX 1.0.3 here:</p>
<p><a href="https://hex.xwings.net/hex-i386-1.0.3.iso">hex-i386-1.0.3.iso</a></p>
<p>Or read more <a href="http://www.rawpacket.org/projects/hex">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.darknet.org.uk/2008/08/rawpacket-hex-network-security-monitoring-analysis-livecd/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
	</channel>
</rss>
