<?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; network redirection</title>
	<atom:link href="http://www.darknet.org.uk/tag/network-redirection/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>reDuh &#8211; TCP Redirection over HTTP</title>
		<link>http://www.darknet.org.uk/2008/09/reduh-tcp-redirection-over-http/</link>
		<comments>http://www.darknet.org.uk/2008/09/reduh-tcp-redirection-over-http/#comments</comments>
		<pubDate>Wed, 10 Sep 2008 05:57:06 +0000</pubDate>
		<dc:creator>Darknet</dc:creator>
				<category><![CDATA[Hacking Tools]]></category>
		<category><![CDATA[Network Hacking]]></category>
		<category><![CDATA[hacking-web-servers]]></category>
		<category><![CDATA[hacking-websites]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[http-hacking]]></category>
		<category><![CDATA[network redirection]]></category>
		<category><![CDATA[reduh]]></category>
		<category><![CDATA[tcp redirection]]></category>
		<category><![CDATA[tcp redirection over http]]></category>
		<category><![CDATA[tunneling]]></category>
		<category><![CDATA[Web Hacking]]></category>
		<category><![CDATA[web-server-hacking]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/?p=1005</guid>
		<description><![CDATA[What Does reDuh Do? reDuh is actually a tool that can be used to create a TCP circuit through validly formed HTTP requests. Essentially this means that if we can upload a JSP/PHP/ASP page on a server, we can connect to hosts behind that server trivially What is it for? a) Bob.Hacker has the ability [...]]]></description>
			<content:encoded><![CDATA[<p></p>
<p><strong>What Does reDuh Do?</strong></p>
<p>reDuh is actually a tool that can be used to create a TCP circuit through validly formed HTTP requests.</p>
<p>Essentially this means that if we can upload a JSP/PHP/ASP page on a server, we can connect to hosts behind that server trivially</p>
<p><strong>What is it for?</strong></p>
<p>a) Bob.Hacker has the ability to upload / create a JSP page on the remote server</p>
<p>b) Bob.Hacker wishes to make an RDP connection to the server term-serv.victim.com (visible to the web-server behind the firewall)</p>
<p>c) The firewall permits HTTP traffic to the webserver but denies everything else</p>
<p>d) Bob.Hacker uploads reDuh.jsp to http://ubuntoo.victim.com/uploads/reDuh.jsp</p>
<p>e) Bob.Hacker runs reDuhClient on his machine and points it to the page: $ java reDuhClient ubuntoo.victim.com 80 /uploads/reDuh.jsp</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>
<p>f) Bob.Hacker administers reDuhClient by connecting to its management port (1010 by default)</p>
<p>g) Once connected, Bob.Hacker types: [createTunnel]1234:term-serv.victim.com:3389</p>
<p>h) Now Bob.Hacker launches his RDP client, and aims it at localhost:1234</p>
<p>reDuhClient and reDuh.jsp will happily shunt TCP until they are killed..</p>
<p>The system can handle multiple connections, so while RDP is running, we can use the management connection (on port 1010) again, and request [createTunnel]5555:sshd.victim.com:22</p>
<p>Bob.Hacker can now ssh to localhost on port 5555 to access the sshd on sshd.victim.com (while still running his RDP session)</p>
<p>You can download reDuh here:</p>
<p><a href="http://www.sensepost.com/research/reDuh/reDuhClient-0.2.tgz">Download reDuhClient (the local proxy)</a><br />
<a href="http://www.sensepost.com/research/reDuh/reDuh-server-all.tgz">Download reDuhu Server Pages (JSP/PHP/ASP)</a></p>
<p></p>
<p>Or read more <a href="http://www.sensepost.com/research/reDuh/">here</a>.</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=reDuh+%E2%80%93+TCP+Redirection+over+HTTP+http%3A%2F%2Fdarknet.org.uk%2F%3Fp%3D1005+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/2008/09/reduh-tcp-redirection-over-http/&amp;t=reDuh+%E2%80%93+TCP+Redirection+over+HTTP" 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/2008/09/reduh-tcp-redirection-over-http/&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/2008/09/reduh-tcp-redirection-over-http/&amp;title=reDuh+%E2%80%93+TCP+Redirection+over+HTTP" 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/2008/09/reduh-tcp-redirection-over-http/&amp;title=reDuh+%E2%80%93+TCP+Redirection+over+HTTP" 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/2008/09/reduh-tcp-redirection-over-http/&amp;title=reDuh+%E2%80%93+TCP+Redirection+over+HTTP" 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/2008/09/reduh-tcp-redirection-over-http/&amp;title=reDuh+%E2%80%93+TCP+Redirection+over+HTTP" 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%2F2008%2F09%2Freduh-tcp-redirection-over-http%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/2008/09/reduh-tcp-redirection-over-http/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
	</channel>
</rss>

