<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Web Backdoor Compilation</title>
	<atom:link href="http://michaeldaw.org/projects/web-backdoor-compilation/feed" rel="self" type="application/rss+xml" />
	<link>http://michaeldaw.org/projects/web-backdoor-compilation</link>
	<description>Weekly humour</description>
	<lastBuildDate>Thu, 07 May 2009 20:09:50 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: 3 Tips to Avoid Dangerous Themes and Plugins</title>
		<link>http://michaeldaw.org/projects/web-backdoor-compilation/comment-page-1#comment-53183</link>
		<dc:creator>3 Tips to Avoid Dangerous Themes and Plugins</dc:creator>
		<pubDate>Tue, 10 Feb 2009 02:10:31 +0000</pubDate>
		<guid isPermaLink="false">http://michaeldaw.org/projects/web-backdoor-compilation/#comment-53183</guid>
		<description>[...] to test your Anti Virus out, there is an archive of backdoor web scripts (some which I wrote) on Michael Daw. I have used these a lot when testing various systems. When attempting to download the file, your [...]</description>
		<content:encoded><![CDATA[<p>[...] to test your Anti Virus out, there is an archive of backdoor web scripts (some which I wrote) on Michael Daw. I have used these a lot when testing various systems. When attempting to download the file, your [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Web Hacking &#124; uNkn0wn.eu</title>
		<link>http://michaeldaw.org/projects/web-backdoor-compilation/comment-page-1#comment-49909</link>
		<dc:creator>Web Hacking &#124; uNkn0wn.eu</dc:creator>
		<pubDate>Thu, 08 May 2008 13:09:34 +0000</pubDate>
		<guid isPermaLink="false">http://michaeldaw.org/projects/web-backdoor-compilation/#comment-49909</guid>
		<description>[...] Web shells - this package has web shells for php, asp, jsp, cgi, cfm. You’ll never find a site vulnerable to rfi that you will not have the possibility to exploit. [...]</description>
		<content:encoded><![CDATA[<p>[...] Web shells &#8211; this package has web shells for php, asp, jsp, cgi, cfm. You’ll never find a site vulnerable to rfi that you will not have the possibility to exploit. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eSpy</title>
		<link>http://michaeldaw.org/projects/web-backdoor-compilation/comment-page-1#comment-49543</link>
		<dc:creator>eSpy</dc:creator>
		<pubDate>Sun, 13 Jan 2008 19:13:20 +0000</pubDate>
		<guid isPermaLink="false">http://michaeldaw.org/projects/web-backdoor-compilation/#comment-49543</guid>
		<description>Check out http://r57.li ..there is a nice collection.

WARNiNG: The r57 shell is backdoored...</description>
		<content:encoded><![CDATA[<p>Check out <a href="http://r57.li" rel="nofollow">http://r57.li</a> ..there is a nice collection.</p>
<p>WARNiNG: The r57 shell is backdoored&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ma petite parcelle d'Internet...</title>
		<link>http://michaeldaw.org/projects/web-backdoor-compilation/comment-page-1#comment-49513</link>
		<dc:creator>Ma petite parcelle d'Internet...</dc:creator>
		<pubDate>Mon, 31 Dec 2007 17:40:27 +0000</pubDate>
		<guid isPermaLink="false">http://michaeldaw.org/projects/web-backdoor-compilation/#comment-49513</guid>
		<description>&lt;strong&gt;Un coup d&#039;oeil dans le rétro......&lt;/strong&gt;

Cette nuit, nous allons fêter la nouvelle année (ou pas). Et peut-être nous laisser aller à quelques bonnes résolutions. Et probablement jeter un regard sur cette année 2007 qui vient de s&#039;écouler. L&#039;effet nostalgie du nouvel an......</description>
		<content:encoded><![CDATA[<p><strong>Un coup d&#8217;oeil dans le rétro&#8230;&#8230;</strong></p>
<p>Cette nuit, nous allons fêter la nouvelle année (ou pas). Et peut-être nous laisser aller à quelques bonnes résolutions. Et probablement jeter un regard sur cette année 2007 qui vient de s&#8217;écouler. L&#8217;effet nostalgie du nouvel an&#8230;&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pentestmonkey</title>
		<link>http://michaeldaw.org/projects/web-backdoor-compilation/comment-page-1#comment-48071</link>
		<dc:creator>pentestmonkey</dc:creator>
		<pubDate>Mon, 03 Sep 2007 18:54:02 +0000</pubDate>
		<guid isPermaLink="false">http://michaeldaw.org/projects/web-backdoor-compilation/#comment-48071</guid>
		<description>I was thinking about how to get an interactive shell on a webserver that allows uploads, but has a Firewall that is filtering inbound and outbound connections.  It turns out that PHP scripts inherit file handles from Apache, so you can simply attach a shell to the existing TCP connection between browser and web server.  Here&#039;s a POC:

http://pentestmonkey.net/tools/php-findsock-shell/

It would be cool to add more &quot;Findsock Shells&quot; to the Web Backdoor Compilation.  I&#039;m not sure whether it&#039;s possible to write similar code for web servers using PERL, ASP, ASPX, etc.  Maybe some of your readers will have more of an idea.</description>
		<content:encoded><![CDATA[<p>I was thinking about how to get an interactive shell on a webserver that allows uploads, but has a Firewall that is filtering inbound and outbound connections.  It turns out that PHP scripts inherit file handles from Apache, so you can simply attach a shell to the existing TCP connection between browser and web server.  Here&#8217;s a POC:</p>
<p><a href="http://pentestmonkey.net/tools/php-findsock-shell/" rel="nofollow">http://pentestmonkey.net/tools/php-findsock-shell/</a></p>
<p>It would be cool to add more &#8220;Findsock Shells&#8221; to the Web Backdoor Compilation.  I&#8217;m not sure whether it&#8217;s possible to write similar code for web servers using PERL, ASP, ASPX, etc.  Maybe some of your readers will have more of an idea.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pentestmonkey</title>
		<link>http://michaeldaw.org/projects/web-backdoor-compilation/comment-page-1#comment-32518</link>
		<dc:creator>pentestmonkey</dc:creator>
		<pubDate>Sun, 27 May 2007 11:22:14 +0000</pubDate>
		<guid isPermaLink="false">http://michaeldaw.org/projects/web-backdoor-compilation/#comment-32518</guid>
		<description>I was inspired by the idea of getting a proper reverse shell back.  I&#039;ve implemented this in PERL and PHP along with a couple of the other suggestions made above:

http://pentestmonkey.net/tools/perl-reverse-shell/
http://pentestmonkey.net/tools/php-reverse-shell/

Please feel free to reuse the code while improving some of the backdoors scripts already submitted.  

Keep up the good work, Dave.</description>
		<content:encoded><![CDATA[<p>I was inspired by the idea of getting a proper reverse shell back.  I&#8217;ve implemented this in PERL and PHP along with a couple of the other suggestions made above:</p>
<p><a href="http://pentestmonkey.net/tools/perl-reverse-shell/" rel="nofollow">http://pentestmonkey.net/tools/perl-reverse-shell/</a><br />
<a href="http://pentestmonkey.net/tools/php-reverse-shell/" rel="nofollow">http://pentestmonkey.net/tools/php-reverse-shell/</a></p>
<p>Please feel free to reuse the code while improving some of the backdoors scripts already submitted.  </p>
<p>Keep up the good work, Dave.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: My Info Blog &#187; Une collection de BackDoors et de Shells pour serveurs web</title>
		<link>http://michaeldaw.org/projects/web-backdoor-compilation/comment-page-1#comment-29818</link>
		<dc:creator>My Info Blog &#187; Une collection de BackDoors et de Shells pour serveurs web</dc:creator>
		<pubDate>Fri, 18 May 2007 14:31:34 +0000</pubDate>
		<guid isPermaLink="false">http://michaeldaw.org/projects/web-backdoor-compilation/#comment-29818</guid>
		<description>[...] A voir sur le site perso de M. Daw : Web-Backdoor-Compilation [...]</description>
		<content:encoded><![CDATA[<p>[...] A voir sur le site perso de M. Daw : Web-Backdoor-Compilation [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Operation n &#187; AVs prove less-effective</title>
		<link>http://michaeldaw.org/projects/web-backdoor-compilation/comment-page-1#comment-22536</link>
		<dc:creator>Operation n &#187; AVs prove less-effective</dc:creator>
		<pubDate>Tue, 24 Apr 2007 23:38:47 +0000</pubDate>
		<guid isPermaLink="false">http://michaeldaw.org/projects/web-backdoor-compilation/#comment-22536</guid>
		<description>[...] year I started working on the Web Backdoor Compilation (WBC). The idea behind the project was the [...]</description>
		<content:encoded><![CDATA[<p>[...] year I started working on the Web Backdoor Compilation (WBC). The idea behind the project was the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jacob</title>
		<link>http://michaeldaw.org/projects/web-backdoor-compilation/comment-page-1#comment-21046</link>
		<dc:creator>jacob</dc:creator>
		<pubDate>Fri, 20 Apr 2007 20:01:02 +0000</pubDate>
		<guid isPermaLink="false">http://michaeldaw.org/projects/web-backdoor-compilation/#comment-21046</guid>
		<description>check out http://php.spb.ru/remview/</description>
		<content:encoded><![CDATA[<p>check out <a href="http://php.spb.ru/remview/" rel="nofollow">http://php.spb.ru/remview/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Kierznowski</title>
		<link>http://michaeldaw.org/projects/web-backdoor-compilation/comment-page-1#comment-21045</link>
		<dc:creator>David Kierznowski</dc:creator>
		<pubDate>Fri, 20 Apr 2007 19:37:53 +0000</pubDate>
		<guid isPermaLink="false">http://michaeldaw.org/projects/web-backdoor-compilation/#comment-21045</guid>
		<description>Mark, WBCv2 is definately going to include these features or something along these lines. Ta for the suggestion buddy.</description>
		<content:encoded><![CDATA[<p>Mark, WBCv2 is definately going to include these features or something along these lines. Ta for the suggestion buddy.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
