<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "SQL Injection Exploit"]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "SQL Injection Exploit"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>SQL Injection Exploit</title>
				<description><![CDATA[ Please read:<br /> <br /> [url]http://beckspaced.com/gb_fix/index.php[/url]]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3280/8791.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3280/8791.php</link>
				<pubDate><![CDATA[Fri, 25 Jun 2004 15:39:04]]> GMT</pubDate>
				<author><![CDATA[ Webmaster]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Here is a very simple quick fix. Just rename the admin.php file to something different<br /> <br /> for example <br /> <br /> 54RtFgvb.php<br /> <br /> and then update line 25 in /admin/config.inc.php]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3280/8804.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3280/8804.php</link>
				<pubDate><![CDATA[Sat, 26 Jun 2004 00:14:43]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ forgot to add, remove all links to the admin. otherwise it will show the new name for the admin file in the link]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3280/8805.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3280/8805.php</link>
				<pubDate><![CDATA[Sat, 26 Jun 2004 00:47:50]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Tired of being hacked?<br /> <br /> Guide to the ultimate protection.<br /> <br /> 1) create new file and name it anything you want .php<br /> 2) insert this code (comes straight from proxy2.de site)<br /> <br /> [code]&lt;?PHP<br /> <br /> // include this file where you want to limit access. <br /> <br /> $username =  &quot;test&quot;;<br /> $password =  &quot;123&quot;;<br /> <br /> function authenticate&#40;&#41; &#123;<br />   Header&#40; &quot;WWW-authenticate&#58; basic realm=\&quot;Protected\&quot;&quot;&#41;;<br />   Header&#40; &quot;HTTP/1.0 401 Unauthorized&quot;&#41;;<br />   echo   &quot;You must enter a valid login ID and password!\n&quot;;<br />   exit;<br /> &#125;<br /> <br /> function CheckPwd&#40;$user,$pass&#41; &#123;<br />   global $username,$password;<br />   return &#40;$user != $username || $pass != $password&#41; ? false &#58; true;<br /> &#125;<br /> <br /> if&#40;!isset&#40;$PHP_AUTH_USER&#41;&#41; &#123;<br />   authenticate&#40;&#41;;<br /> &#125;<br /> elseif&#40;!CheckPwd&#40;$PHP_AUTH_USER,$PHP_AUTH_PW&#41;&#41; &#123;<br />   authenticate&#40;&#41;;<br /> &#125;<br /> ?&gt;<br /> [/code]<br /> <br /> 4)<br /> open up admin.php and on the second line directly after &lt;?php<br /> place this<br /> <br /> [code]include &quot;/home/httpd/yourhost/yourdomainpath/www/guestbook/password_file.php&quot;;[/code]<br /> <br /> now, make sure that the password in the authentication file matches YOUR password to the guestbook.<br /> <br /> 5) rename the admin.php to something other than admin.php<br /> 6) update /admin/config.inc.php file to reflect the new name of admin.php file<br /> 7) remove any and all links in guestbook to administration area<br /> <br /> 8)guestbook is completly secured from everyone...except you.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3280/8823.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3280/8823.php</link>
				<pubDate><![CDATA[Sat, 26 Jun 2004 14:01:34]]> GMT</pubDate>
				<author><![CDATA[ Jared]]></author>
			</item>
			<item>
				<title>exploit</title>
				<description><![CDATA[ i was not able to hack into my own guestbook using the info provided]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3280/8871.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3280/8871.php</link>
				<pubDate><![CDATA[Mon, 28 Jun 2004 19:57:58]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ If the authentication user name and password do not match the guestbook admin user name and password, you will never be able to get in.<br /> <br /> Make sure both password sets match...otherwise you are right, not even you will get in.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3280/8872.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3280/8872.php</link>
				<pubDate><![CDATA[Mon, 28 Jun 2004 20:07:31]]> GMT</pubDate>
				<author><![CDATA[ Jared]]></author>
			</item>
	</channel>
</rss>