<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet title="XSL formatting" type="text/xsl" href="http://rgaucher.info/feed/rss2/xslt" ?><rss version="2.0"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
  <title>deep inside | security &amp; tools - How to scan for basic php include injection / How to prevent this kind of injection ?  - Comments</title>
  <link>http://rgaucher.info/</link>
  <description>This is a technical blog around the web security and hopefully lots of technologies. There will be at least: Python, C++, Web, AJAX, CSS and JavaScript. I'd like to talk more about data-mining, operational research stuff, maybe more intelligent algorithm also...</description>
  <language>en</language>
  <pubDate>Fri, 04 May 2012 15:43:23 -0400</pubDate>
  <copyright>All the content of this blog has been written by Romain Gaucher. Please add my blog URL if you quote me</copyright>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Dotclear</generator>
  
    
    
    <item>
    <title>How to scan for basic php include injection / How to prevent this kind of injection ? - romain</title>
    <link>http://rgaucher.info/post/2006/10/27/How-to-scan-for-basic-php-include-injection#c2802</link>
    <guid isPermaLink="false">urn:md5:89fc8d5096658d4c9b3623e23370b9fb</guid>
    <pubDate>Mon, 29 Sep 2008 15:04:44 -0400</pubDate>
    <dc:creator>romain</dc:creator>
    
    <description>&lt;p&gt;Wahou, I didn't even remember this post. Anyway, you're absolutely right; a
solution is to prevetn path traversal for instance and also special characters
inection such as NULL bytes, etc.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>How to scan for basic php include injection / How to prevent this kind of injection ? - lort</title>
    <link>http://rgaucher.info/post/2006/10/27/How-to-scan-for-basic-php-include-injection#c2801</link>
    <guid isPermaLink="false">urn:md5:aa3cca696b4481c0a50a9add379cb083</guid>
    <pubDate>Mon, 29 Sep 2008 13:56:11 -0400</pubDate>
    <dc:creator>lort</dc:creator>
    
    <description>&lt;p&gt;1st way is still exploitable in a way.&lt;/p&gt;
&lt;p&gt;instead of:&lt;br /&gt;
www.mywebsite.com/index.php?page=myfile.html&lt;br /&gt;
if i type:&lt;br /&gt;
www.mywebsite.com/index.php?page=../../../../etc/passwd&lt;/p&gt;
&lt;p&gt;i will retrieve your passwd file or any other file i can think of.&lt;/p&gt;
&lt;p&gt;read the following blog post for details:&lt;br /&gt;
www.0x000000.com/index.php?i=315&lt;/p&gt;
&lt;p&gt;----------------&lt;/p&gt;
&lt;p&gt;better use the second way,&lt;/p&gt;
&lt;p&gt;cheers&lt;/p&gt;</description>
  </item>
      
</channel>
</rss>
