<?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; packet-sniffing-windows</title>
	<atom:link href="http://www.darknet.org.uk/tag/packet-sniffing-windows/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, 30 Jul 2010 10:38:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.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><script type="text/javascript"><!--
google_ad_client = "pub-3033787195489589";
/* Darknet-BodyRec */
google_ad_slot = "8649785837";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
<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>
<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://secgeeks.com/preplay.zip">PReplay</a></p>
<p><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></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>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=PReplay+%E2%80%93+A+pcap+Network+Traffic+Replay+Tool+for+Windows+http://bit.ly/4kJUWU+from+@THEdarknet" title="Post to Twitter"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/tt-twitter-micro3.png" alt="Post to Twitter" /></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/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/tt-digg-micro3.png" alt="Post to Digg" /></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/tt-facebook-micro3.png" alt="Post to Facebook" /></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/tt-su-micro3.png" alt="Post to StumbleUpon" /></a></p>]]></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>
	</channel>
</rss>
