<?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: Damn Vulnerable Web App &#8211; Learn &amp; Practise Web Hacking</title>
	<atom:link href="http://www.darknet.org.uk/2009/07/damn-vulnerable-web-app-learn-practise-web-hacking/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.darknet.org.uk/2009/07/damn-vulnerable-web-app-learn-practise-web-hacking/</link>
	<description>Ethical Hacking, Penetration Testing &#38; Computer Security</description>
	<lastBuildDate>Sat, 21 Nov 2009 06:04:59 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: HackTalk</title>
		<link>http://www.darknet.org.uk/2009/07/damn-vulnerable-web-app-learn-practise-web-hacking/#comment-158878</link>
		<dc:creator>HackTalk</dc:creator>
		<pubDate>Wed, 02 Sep 2009 13:29:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.darknet.org.uk/?p=1913#comment-158878</guid>
		<description>@Jeff dude saying that LFI isn&#039;t a valid method for web app hacking shows your ignorance. LFI can be used to poison Apache logs and allow the hacker RCE. As for putting BoFs in web apps, it really is quite impossible. If you want to hack the backend though, please, go ahead and enlighten us with your skills by finding the Apache 0day or the litespeed http 0day</description>
		<content:encoded><![CDATA[<p>@Jeff dude saying that LFI isn&#8217;t a valid method for web app hacking shows your ignorance. LFI can be used to poison Apache logs and allow the hacker RCE. As for putting BoFs in web apps, it really is quite impossible. If you want to hack the backend though, please, go ahead and enlighten us with your skills by finding the Apache 0day or the litespeed http 0day</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ethicalhack3r</title>
		<link>http://www.darknet.org.uk/2009/07/damn-vulnerable-web-app-learn-practise-web-hacking/#comment-158874</link>
		<dc:creator>ethicalhack3r</dc:creator>
		<pubDate>Tue, 01 Sep 2009 23:40:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.darknet.org.uk/?p=1913#comment-158874</guid>
		<description>Just a quick update to let everyone know that DVWA has a new home and that we will be releasing the new shiny version (1.0.5) soon!

http://www.dvwa.co.uk/</description>
		<content:encoded><![CDATA[<p>Just a quick update to let everyone know that DVWA has a new home and that we will be releasing the new shiny version (1.0.5) soon!</p>
<p><a href="http://www.dvwa.co.uk/" rel="nofollow">http://www.dvwa.co.uk/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rio</title>
		<link>http://www.darknet.org.uk/2009/07/damn-vulnerable-web-app-learn-practise-web-hacking/#comment-158665</link>
		<dc:creator>rio</dc:creator>
		<pubDate>Fri, 14 Aug 2009 02:35:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.darknet.org.uk/?p=1913#comment-158665</guid>
		<description>@jeffprice...,

read the the goddamn name... it&#039;s written &quot;DAMN&quot; vuln... off course it&#039;s really vuln... if you know something about nmap, buffer overflow, bla..bla... then why you don&#039;t write your godDAMN own... :)

It seem you are kiddie that act like an expert... haha... sorry</description>
		<content:encoded><![CDATA[<p>@jeffprice&#8230;,</p>
<p>read the the goddamn name&#8230; it&#8217;s written &#8220;DAMN&#8221; vuln&#8230; off course it&#8217;s really vuln&#8230; if you know something about nmap, buffer overflow, bla..bla&#8230; then why you don&#8217;t write your godDAMN own&#8230; <img src='http://www.darknet.org.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>It seem you are kiddie that act like an expert&#8230; haha&#8230; sorry</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Price</title>
		<link>http://www.darknet.org.uk/2009/07/damn-vulnerable-web-app-learn-practise-web-hacking/#comment-158365</link>
		<dc:creator>Jeff Price</dc:creator>
		<pubDate>Fri, 17 Jul 2009 16:50:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.darknet.org.uk/?p=1913#comment-158365</guid>
		<description>@Ryan, the first post I put I has put an example php shell, simple just using get [ &#039;cmd&#039; ] and then using the system command, used for the file upload section so site would be host/uploaded/cmd.php?cmd=ls

Now that I read back on it I sounded mean. I acctually wish I had something like this when I started out. Good Job. I will give a new version a try. 

Buffer overflows, now just for web services, rpc services, smtp, and yes apache still has the occasional buffer overflow in the server itself.

It is still surprising how many sql injections there still are. new releases of php stop them be default without using the escaping function.

If anything, it opens peoples eyes alittle more to what vulnerabilities really are.</description>
		<content:encoded><![CDATA[<p>@Ryan, the first post I put I has put an example php shell, simple just using get [ 'cmd' ] and then using the system command, used for the file upload section so site would be host/uploaded/cmd.php?cmd=ls</p>
<p>Now that I read back on it I sounded mean. I acctually wish I had something like this when I started out. Good Job. I will give a new version a try. </p>
<p>Buffer overflows, now just for web services, rpc services, smtp, and yes apache still has the occasional buffer overflow in the server itself.</p>
<p>It is still surprising how many sql injections there still are. new releases of php stop them be default without using the escaping function.</p>
<p>If anything, it opens peoples eyes alittle more to what vulnerabilities really are.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ethicalhack3r</title>
		<link>http://www.darknet.org.uk/2009/07/damn-vulnerable-web-app-learn-practise-web-hacking/#comment-158364</link>
		<dc:creator>ethicalhack3r</dc:creator>
		<pubDate>Fri, 17 Jul 2009 16:38:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.darknet.org.uk/?p=1913#comment-158364</guid>
		<description>@Jeff Price

&quot;Lol, those are all very old exploits,
brute force, since computers came out
command execution, who doesn’t know to use ; then command
file inclusion, does anyone really use this? Page=/etc/passwd comeon now&quot;

Please keep in mind that dvwa is for teaching/learning.

&quot;sql injection- old hat, only caused by programmers who don’t know what they are doing. They have a whole escaping system just for sanitizing inputs.&quot;

SQL Injection is still a very real problem on the internet today, with most if not all of the big names being one time or another vulnerable. i.e. microsoft.com, nasa.com, ebay.com, etc...

It could be compared to buffer overflows. Buffer overflows have been around for many many years however they still exist and are still a major problem for big companies. i.e. MS, GNU Linux, Mozilla, etc...

&quot;lets see stuff mroe like buffer overflows, snmp traps, hping, nmap. Not more or less script kiddy stuff.&quot;

Implementing buffer overflows into the web application would be difficult as Apache and most other web servers already restrict the buffers on all inputs by default.

&quot;it striped out the php code i placed between i think and would work just fine, if you need it email me at staxjp\ \[ @ \] gmail.com&quot;

Could you clarify this?

Thanks to everyone for their interest. If you would like to try the next version before it has been released: https://dvwa.svn.sourceforge.net/svnroot/dvwa

Ryan</description>
		<content:encoded><![CDATA[<p>@Jeff Price</p>
<p>&#8220;Lol, those are all very old exploits,<br />
brute force, since computers came out<br />
command execution, who doesn’t know to use ; then command<br />
file inclusion, does anyone really use this? Page=/etc/passwd comeon now&#8221;</p>
<p>Please keep in mind that dvwa is for teaching/learning.</p>
<p>&#8220;sql injection- old hat, only caused by programmers who don’t know what they are doing. They have a whole escaping system just for sanitizing inputs.&#8221;</p>
<p>SQL Injection is still a very real problem on the internet today, with most if not all of the big names being one time or another vulnerable. i.e. microsoft.com, nasa.com, ebay.com, etc&#8230;</p>
<p>It could be compared to buffer overflows. Buffer overflows have been around for many many years however they still exist and are still a major problem for big companies. i.e. MS, GNU Linux, Mozilla, etc&#8230;</p>
<p>&#8220;lets see stuff mroe like buffer overflows, snmp traps, hping, nmap. Not more or less script kiddy stuff.&#8221;</p>
<p>Implementing buffer overflows into the web application would be difficult as Apache and most other web servers already restrict the buffers on all inputs by default.</p>
<p>&#8220;it striped out the php code i placed between i think and would work just fine, if you need it email me at staxjp\ \[ @ \] gmail.com&#8221;</p>
<p>Could you clarify this?</p>
<p>Thanks to everyone for their interest. If you would like to try the next version before it has been released: <a href="https://dvwa.svn.sourceforge.net/svnroot/dvwa" rel="nofollow">https://dvwa.svn.sourceforge.net/svnroot/dvwa</a></p>
<p>Ryan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Price</title>
		<link>http://www.darknet.org.uk/2009/07/damn-vulnerable-web-app-learn-practise-web-hacking/#comment-158354</link>
		<dc:creator>Jeff Price</dc:creator>
		<pubDate>Thu, 16 Jul 2009 19:34:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.darknet.org.uk/?p=1913#comment-158354</guid>
		<description>:( it striped out the php code i placed between i think and would work just fine, if you need it email me at staxjp\ \[ @ \] gmail.com</description>
		<content:encoded><![CDATA[<p> <img src='http://www.darknet.org.uk/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  it striped out the php code i placed between i think and would work just fine, if you need it email me at staxjp\ \[ @ \] gmail.com</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Price</title>
		<link>http://www.darknet.org.uk/2009/07/damn-vulnerable-web-app-learn-practise-web-hacking/#comment-158353</link>
		<dc:creator>Jeff Price</dc:creator>
		<pubDate>Thu, 16 Jul 2009 19:32:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.darknet.org.uk/?p=1913#comment-158353</guid>
		<description>Lol, those are all very old exploits,
brute force, since computers came out
command execution, who doesn&#039;t know to use ; then command
file inclusion, does anyone really use this? Page=/etc/passwd comeon now

sql injection- old hat, only caused by programmers who don&#039;t know what they are doing. They have a whole escaping system just for sanitizing inputs.

upload- yeah upload your own shell to run remote commands, i think


would work just fine

xss - inject code into the page, what is your name? bob&lt;javascript blah blah blah send cookie to website blah blah blah

can be done with javascript: from address bar by rewritting variables.

lets see stuff mroe like buffer overflows, snmp traps, hping, nmap. Not more or less script kiddy stuff. 

Lets see gdb</description>
		<content:encoded><![CDATA[<p>Lol, those are all very old exploits,<br />
brute force, since computers came out<br />
command execution, who doesn&#8217;t know to use ; then command<br />
file inclusion, does anyone really use this? Page=/etc/passwd comeon now</p>
<p>sql injection- old hat, only caused by programmers who don&#8217;t know what they are doing. They have a whole escaping system just for sanitizing inputs.</p>
<p>upload- yeah upload your own shell to run remote commands, i think</p>
<p>would work just fine</p>
<p>xss &#8211; inject code into the page, what is your name? bob&lt;javascript blah blah blah send cookie to website blah blah blah</p>
<p>can be done with javascript: from address bar by rewritting variables.</p>
<p>lets see stuff mroe like buffer overflows, snmp traps, hping, nmap. Not more or less script kiddy stuff. </p>
<p>Lets see gdb</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Superman</title>
		<link>http://www.darknet.org.uk/2009/07/damn-vulnerable-web-app-learn-practise-web-hacking/#comment-158340</link>
		<dc:creator>Superman</dc:creator>
		<pubDate>Wed, 15 Jul 2009 12:07:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.darknet.org.uk/?p=1913#comment-158340</guid>
		<description>lol... It&#039;s vulnerable for expert like you but not beginners like me :p</description>
		<content:encoded><![CDATA[<p>lol&#8230; It&#8217;s vulnerable for expert like you but not beginners like me :p</p>
]]></content:encoded>
	</item>
</channel>
</rss>
