<?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; tcpreplay</title>
	<atom:link href="http://www.darknet.org.uk/tag/tcpreplay/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>PReplay &#8211; A pcap Network Traffic Replay Tool for Windows</title>
		<link>http://www.darknet.org.uk/2007/03/preplay-a-pcap-network-traffic-replay-tool-for-windows/</link>
		<comments>http://www.darknet.org.uk/2007/03/preplay-a-pcap-network-traffic-replay-tool-for-windows/#comments</comments>
		<pubDate>Thu, 08 Mar 2007 04:39:47 +0000</pubDate>
		<dc:creator>Darknet</dc:creator>
				<category><![CDATA[Hacking Tools]]></category>
		<category><![CDATA[Network Hacking]]></category>
		<category><![CDATA[Security Software]]></category>
		<category><![CDATA[Windows Hacking]]></category>
		<category><![CDATA[ethereal]]></category>
		<category><![CDATA[hacking-networks]]></category>
		<category><![CDATA[packet-sniffing-windows]]></category>
		<category><![CDATA[preplay]]></category>
		<category><![CDATA[preplay-traffic-tool]]></category>
		<category><![CDATA[tcpreplay]]></category>
		<category><![CDATA[traffic-analysis]]></category>
		<category><![CDATA[traffic-replay]]></category>
		<category><![CDATA[traffic-replay-windows]]></category>
		<category><![CDATA[wireshark]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/2007/03/preplay-a-pcap-network-traffic-replay-tool-for-windows/</guid>
		<description><![CDATA[There are not many good tools for replaying traffic, most people use WireShark (formely known as Ethereal) for capturing the traffic, but what happens if you want to take that capture and reply it over the wire? Someone has this problem so they decided to code their own solution, thankfully for us! There are quite [...]]]></description>
			<content:encoded><![CDATA[<p>There are not many good tools for replaying traffic, most people use WireShark (formely known as Ethereal) for capturing the traffic, but what happens if you want to take that capture and reply it over the wire?</p>
<p>Someone has this problem so they decided to code their own solution, thankfully for us! There are quite a few tools to do this for *nix based systems but none for Windows, so here we go, a traffic replay tool for the Windows platform!</p>
<p>PReplay is a utility to replay captured data over the network, its main feature is that it will record the time difference between two packets (not very accurately but it works for micro/millisecond difference) it reads the capture file and then determines the time difference for the next packet.</p>
<p>You can give list of capture file which you want to send in the Preplay.ini in the [SendingFileName] section as below:</p>
<pre><code>1=IPDump.cap
2=IPDump2.cap</code></pre>
<p>Semicolon (;) is used for commenting a line you don&#8217;t want the program to read, so you can<br />
comment out the file name which you don&#8217;t want to send like this:</p>
<p><div align="center"><script type="text/javascript"><!--
google_ad_client = "pub-3033787195489589";
/* Darknet-Body468 */
google_ad_slot = "1341243171";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div><br /></p>
<pre><code>[SendingFileName]
1=IPDump.cap
;2=IPDump2.cap</code></pre>
<p>It will not send 2nd file.</p>
<p>SendingFilePath, here you can specify the directory which contains the captured files.</p>
<p>You can download the tool here:</p>
<p><a href="http://www.leetupload.com/dbindex2/index.php?dir=Win32/scan%20sniff/&#038;file=preplay.zip">PReplay</a></p>
<p>This is version 1.1 which has a few fixes such as the ability to change the MAC and IP address of the gateway and client machine.</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=PReplay+%E2%80%93+A+pcap+Network+Traffic+Replay+Tool+for+Windows+http%3A%2F%2Fdarknet.org.uk%2F%3Fp%3D465+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/preplay-a-pcap-network-traffic-replay-tool-for-windows/&amp;t=PReplay+%E2%80%93+A+pcap+Network+Traffic+Replay+Tool+for+Windows" 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/preplay-a-pcap-network-traffic-replay-tool-for-windows/&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/preplay-a-pcap-network-traffic-replay-tool-for-windows/&amp;title=PReplay+%E2%80%93+A+pcap+Network+Traffic+Replay+Tool+for+Windows" 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/preplay-a-pcap-network-traffic-replay-tool-for-windows/&amp;title=PReplay+%E2%80%93+A+pcap+Network+Traffic+Replay+Tool+for+Windows" 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/preplay-a-pcap-network-traffic-replay-tool-for-windows/&amp;title=PReplay+%E2%80%93+A+pcap+Network+Traffic+Replay+Tool+for+Windows" 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/preplay-a-pcap-network-traffic-replay-tool-for-windows/&amp;title=PReplay+%E2%80%93+A+pcap+Network+Traffic+Replay+Tool+for+Windows" 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%2Fpreplay-a-pcap-network-traffic-replay-tool-for-windows%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/preplay-a-pcap-network-traffic-replay-tool-for-windows/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>TCPReplay suite 3.0.beta10. Released</title>
		<link>http://www.darknet.org.uk/2006/08/tcpreplay-suite-30beta10-released/</link>
		<comments>http://www.darknet.org.uk/2006/08/tcpreplay-suite-30beta10-released/#comments</comments>
		<pubDate>Sat, 12 Aug 2006 09:53:08 +0000</pubDate>
		<dc:creator>Darknet</dc:creator>
				<category><![CDATA[Countermeasures]]></category>
		<category><![CDATA[Network Hacking]]></category>
		<category><![CDATA[darknet]]></category>
		<category><![CDATA[firewall-testing]]></category>
		<category><![CDATA[IDS]]></category>
		<category><![CDATA[intrusion-detection]]></category>
		<category><![CDATA[IPS]]></category>
		<category><![CDATA[network-security]]></category>
		<category><![CDATA[networking-hacking]]></category>
		<category><![CDATA[penetration-testing]]></category>
		<category><![CDATA[tcp-tools]]></category>
		<category><![CDATA[tcpreplay]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/2006/08/tcpreplay-suite-30beta10-released/</guid>
		<description><![CDATA[Another good tool updated! TCPReplay suite 3.0.beta10 has been released. For those that don&#8217;t know Tcpreplay is a suite of BSD licensed tools written by Aaron Turner for *NIX operating systems which gives you the ability to use previously captured traffic in libpcap format to test a variety of network devices. It allows you to [...]]]></description>
			<content:encoded><![CDATA[<p></p>
<p>Another good tool updated! TCPReplay suite 3.0.beta10 has been released.</p>
<p>For those that don&#8217;t know Tcpreplay is a suite of BSD licensed tools written by Aaron Turner for *NIX operating systems which gives you the ability to use previously captured traffic in libpcap format to test a variety of network devices. It allows you to classify traffic as client or server, rewrite Layer 2, 3 and 4 headers and finally replay the traffic back onto the network and through other devices such as switches, routers, firewalls, NIDS and IPS&#8217;s. Tcpreplay supports both single and dual NIC modes for testing both sniffing and inline devices.</p>
<p>Tcpreplay is used by numerous firewall, IDS, IPS and other networking vendors, enterprises, universities, labs and open source projects. </p>
<p>Beta10 contains a number of major enhancements as the code continues to stabilize for the 3.0 stable release.  The big changes include removing Libnet as a requirement, tcpprep and tcprewrite no longer requiring root access and improved packet timings for tcpreplay. There are also a number of smaller enhancements and bug fixes.</p>
<p>Also a lot of time has been spent updating the online manual on the wiki which covers most if not all the features of tcpreplay, tcpprep and tcprewrite.</p>
<p>This should be the final beta release and it&#8217;s expected to have the first release candidate in a month or so.  Please download and test!</p>
<p>You can download it here:</p>
<p><a href="http://sourceforge.net/projects/tcpreplay/">TCPReplay</a></p>
<p>The new Wikified manual is <a href="http://tcpreplay.synfin.net/trac/wiki/manual ">here</a>.</p>
<p></p>
<p>Download: http://prdownloads.sourceforge.net/tcpreplay/tcpreplay-3.0.beta10.tar.gz?download</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=TCPReplay+suite+3.0.beta10.+Released+http%3A%2F%2Fdarknet.org.uk%2F%3Fp%3D312+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/08/tcpreplay-suite-30beta10-released/&amp;t=TCPReplay+suite+3.0.beta10.+Released" 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/08/tcpreplay-suite-30beta10-released/&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/08/tcpreplay-suite-30beta10-released/&amp;title=TCPReplay+suite+3.0.beta10.+Released" 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/08/tcpreplay-suite-30beta10-released/&amp;title=TCPReplay+suite+3.0.beta10.+Released" 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/08/tcpreplay-suite-30beta10-released/&amp;title=TCPReplay+suite+3.0.beta10.+Released" 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/08/tcpreplay-suite-30beta10-released/&amp;title=TCPReplay+suite+3.0.beta10.+Released" 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%2F08%2Ftcpreplay-suite-30beta10-released%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/08/tcpreplay-suite-30beta10-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

