<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "PATCHES FOR KNOWN EXPLOITS IN ADVANCED GUESTBOOK"]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "PATCHES FOR KNOWN EXPLOITS IN ADVANCED GUESTBOOK"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>PATCHES FOR KNOWN EXPLOITS IN ADVANCED GUESTBOOK</title>
				<description><![CDATA[ [size="18"]DISABLE HTML IN POSTS TO PREVENT YOUR GUESTBOOK BEING DEFACED![/size]<br /> <br /> [b]Advanced Guestbook 2.2 login exploit fix[/b] (also needed if you put your 2.2. session.class.php file in to 2.3.1)<br /> <br /> Open your [b]lib/session.class.php[/b] and locate [code]if &#40;get_magic_quotes_gpc&#40;&#41;&#41; &#123;<br /> $username = stripslashes&#40;$username&#41;;<br /> $password = stripslashes&#40;$password&#41;;[/code]<br /> <br /> and replace it with [code]if &#40;!get_magic_quotes_gpc&#40;&#41;&#41; &#123;<br /> $username = addslashes&#40;$username&#41;;<br /> $password = addslashes&#40;$password&#41;;[/code]<br /> You can also download this file pre patched from www.carbonize.co.uk/AG/<br /> <br /> [b]Possible useragent cross site scripting exploit[/b]<br /> <br /> Open up lib/add.class.php. Find oth occurences of[code]$agent = getenv&#40;&quot;HTTP_USER_AGENT&quot;&#41;;[/code]and replace them with[code]$agent = htmlspecialchars&#40;getenv&#40;&quot;HTTP_USER_AGENT&quot;&#41;&#41;;[/code]<br /> <br /> [b]URI Cross Site Scripting Exploit[/b]<br /> <br /> Open up index.php and fine[code]$entry = &#40;isset&#40;$HTTP_POST_VARS&#91;&quot;entry&quot;&#93;&#41;&#41; ?<br /> $HTTP_POST_VARS&#91;&quot;entry&quot;&#93; &#58; $entry;[/code]add under it[code]$entry = htmlspecialchars &#40;$entry&#41;;[/code]This occurs twice in the file so edit both. I don't believe this is the best fix and I also believe a better fix was implemented silently into 2.3.1 recently but I need to check on that one.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4238/14154.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4238/14154.php</link>
				<pubDate><![CDATA[Tue, 8 Feb 2005 14:59:49]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title>Defacements...</title>
				<description><![CDATA[ Any solution for all the spambots? This guestbook is a oneclick install on the hosting server I use, so I have it on dozens of sites that I maintain, and all of them are getting spam entries regularly...]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4238/14467.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4238/14467.php</link>
				<pubDate><![CDATA[Sun, 20 Feb 2005 04:19:25]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Read this - <a class="snap_shots" href="http://proxy2.de/forum/viewtopic.php?t=4239" target="_blank" rel="nofollow">http://proxy2.de/forum/viewtopic.php?t=4239</a> it's listed on there. Hopefully the copy supplied by your hosts hasn't been altered to much.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4238/14468.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4238/14468.php</link>
				<pubDate><![CDATA[Sun, 20 Feb 2005 04:27:07]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ [b][quote]URI Cross Site Scripting Exploit[/b]<br /> <br /> Open up index.php and fine[code]$entry = &#40;isset&#40;$HTTP_POST_VARS&#91;&quot;entry&quot;&#93;&#41;&#41; ?<br /> $HTTP_POST_VARS&#91;&quot;entry&quot;&#93; &#58; $entry;[/code]add under it[code]$entry = htmlspecialchars &#40;$entry&#41;;[/code]This occurs twice in the file so edit both. I don't believe this is the best fix and I also believe a better fix was implemented silently into 2.3.1 recently but I need to check on that one.[/quote]<br /> <br /> Implementing the fixes listed in this sticky post.<br /> <br /> I could only find 1 entry for the above fix. <br /> <br /> This is my index.php file with the fix entered. Will this be okay or have I got an index.php file that is not up to date or tampered with?<br /> <br /> [code]&lt;?php<br /> $include_path = dirname&#40;__FILE__&#41;;<br /> <br /> require_once $include_path.&quot;/admin/config.inc.php&quot;;<br /> require_once $include_path.&quot;/lib/$DB_CLASS&quot;;<br /> require_once $include_path.&quot;/lib/vars.class.php&quot;;<br /> require_once $include_path.&quot;/lib/template.class.php&quot;;<br /> require_once $include_path.&quot;/lib/gb.class.php&quot;;<br /> <br /> <br /> $gb = new guestbook&#40;$include_path&#41;;<br /> <br /> $entry = &#40;isset&#40;$HTTP_GET_VARS&#91;&quot;entry&quot;&#93;&#41;&#41; ? $HTTP_GET_VARS&#91;&quot;entry&quot;&#93; &#58; 0;<br /> <br /> $entry = &#40;isset&#40;$HTTP_POST_VARS&#91;&quot;entry&quot;&#93;&#41;&#41; ? $HTTP_POST_VARS&#91;&quot;entry&quot;&#93; &#58; $entry;<br /> <br /> $entry = htmlspecialchars &#40;$entry&#41;;<br /> <br /> echo $gb-&gt;show_entries&#40;$entry&#41;;<br /> ?&gt;[/code]]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4238/14503.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4238/14503.php</link>
				<pubDate><![CDATA[Tue, 22 Feb 2005 16:49:08]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ It does actually appear twice. If you are using 2.3.1 and haven't altered the files I recommend downloading it again and replacing your files with the new ones as he has patched this exploit but forgot to mention it.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4238/14507.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4238/14507.php</link>
				<pubDate><![CDATA[Tue, 22 Feb 2005 17:13:44]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Hi,<br /> <br /> why isn´t the download file corrected ??<br /> <br /> I have downloaded the version 2.3.1 a few minutes ago and I had to make every cahnge you describe here ....<br /> <br /> Regards]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4238/14542.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4238/14542.php</link>
				<pubDate><![CDATA[Thu, 24 Feb 2005 21:20:57]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Or is the fix really only for 2.2 ??<br /> <br /> Regards]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4238/14543.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4238/14543.php</link>
				<pubDate><![CDATA[Thu, 24 Feb 2005 21:22:22]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ I should of been clearer. He has only patched the [b]URI Cross Site Scripting Exploit[/b].]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4238/14544.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4238/14544.php</link>
				<pubDate><![CDATA[Thu, 24 Feb 2005 21:23:02]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ I mean the whole Guestbook ....<br /> <br /> I made all three changes.<br /> <br /> Is it ok ??<br /> <br /> Regards]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4238/14545.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4238/14545.php</link>
				<pubDate><![CDATA[Thu, 24 Feb 2005 21:35:51]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ For example:<br /> <br /> in lib/session.class.php of 2.3.1 is in it:<br /> <br /> [code]if &#40;get_magic_quotes_gpc&#40;&#41;&#41; &#123; <br /> $username = stripslashes&#40;$username&#41;; <br /> $password = stripslashes&#40;$password&#41;;[/code]<br /> <br /> and not<br /> <br /> [code]if &#40;!get_magic_quotes_gpc&#40;&#41;&#41; &#123; <br /> $username = addslashes&#40;$username&#41;; <br /> $password = addslashes&#40;$password&#41;;[/code]<br /> <br /> Why not ??<br /> <br /> At top of this thread you wrote, that we only shoud cahnge this, when we use the old file from 2.2 but it is also in 2.3.1 ....<br /> <br /> Regards]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4238/14546.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4238/14546.php</link>
				<pubDate><![CDATA[Thu, 24 Feb 2005 21:38:30]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Because in the top bit of code I can login to your admin section using the 2.2 login exploit where as the bottom bit prevents this.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4238/14547.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4238/14547.php</link>
				<pubDate><![CDATA[Thu, 24 Feb 2005 21:45:17]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Yes, I understand but why isnt´t it fixed in the download section of 2.3.1 ??<br /> <br /> Regards]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4238/14548.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4238/14548.php</link>
				<pubDate><![CDATA[Thu, 24 Feb 2005 21:58:01]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ The script now adds the slashes in the [b]checkPass[/b] function. Why they have not changed the version number I don't know. If you look at the 2.3.1 files now you can see that some of the files were modified on 3rd December 2004. This is one of the reasons that I restarted my update. I will send a copy of 2.3.2 to the webmaster wehen it is complete.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4238/14550.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4238/14550.php</link>
				<pubDate><![CDATA[Thu, 24 Feb 2005 22:20:43]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Do I need to do this if my current install is the 2.3.1 ?<br /> Are all of these fixes for 2.2 or only the first fix in the first post of this thread?<br /> <br /> thanks<br /> mark]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4238/14844.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4238/14844.php</link>
				<pubDate><![CDATA[Thu, 3 Mar 2005 00:44:23]]> GMT</pubDate>
				<author><![CDATA[ yonnermark]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ this is where it gets confusing because the webmaster updated the scripts but left it as 2.3.1. Anyway if you downloaded 2.3.1 after Christmas then you only have to worry about the second one. If you downloaded it befoer then you need to do the second and third one although I think I will rewrite the last one as the webmasters method is better.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4238/14845.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4238/14845.php</link>
				<pubDate><![CDATA[Thu, 3 Mar 2005 00:53:31]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ i made the 2nd and 3rd changes just in case<br /> There's no point me chaning the 1st is there as I have 2.3.1<br /> <br /> thanks<br /> mark]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4238/14846.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4238/14846.php</link>
				<pubDate><![CDATA[Thu, 3 Mar 2005 01:02:33]]> GMT</pubDate>
				<author><![CDATA[ yonnermark]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Is there a "final" or complete post with the changes for upgrade of<br /> Advanced Guestbook 2.2 to 2.3.2?<br /> And shouldn't this be an easy Cpanel upgrade instead of altering code?<br /> Thanks.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4238/15140.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4238/15140.php</link>
				<pubDate><![CDATA[Mon, 14 Mar 2005 14:02:09]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ If you redownload the files from this site then all exploits, except the possible useragent one.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4238/15142.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4238/15142.php</link>
				<pubDate><![CDATA[Mon, 14 Mar 2005 16:25:21]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title>Why hasn't this been fixed?</title>
				<description><![CDATA[ If there are so many fixes available, why haven't they been implemented in the official release?  Is Advanced Guestbook a dead project now?<br /> <br /> Anyone care to make a .zip/.tar available of all the files, fixed, so we can easily upgrade our installations without having to make so many edits?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4238/15261.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4238/15261.php</link>
				<pubDate><![CDATA[Sun, 20 Mar 2005 05:42:10]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ The only major exploit is the SQL injection exploit in 2.2 that lets you log in to the admin section. This does not exist in 2.3.1 which is the current version. The Cross Site Scripting exploit in 2.3.1 does exist but requires skill to implement and the people that deface guestbooks using the SQL injection are not real hackers but children who found the exploit on a web page. The cross site scripting exploit was silently patched in December by [b]Chi Kien Uong[/b]. Why silently? don't ask me. Advanced Guestbook 2.3.1 has been around for atleast two years now without any sign of an update (except the silent one). I have been working on a project I call The db Guestbook which, at present, is Advanced Guestbook 2.3.1 with a lot of code changes etc. There is a more complete list of changes in the General Discussion forum.<br /> <br /> Recently, when I have been bored and going around fixing defaced guestbooks, I have been emailing the webmasters telling them to come here or my forums and fix their guestbooks. A few days ao I started thinking that maybe I should just email them the fixed files to patch the login exploit, XSS exploit and to implement my simple spam filter.<br /> <br /> Problem with that is some people get paranoid about strange emails. I know in one case the person posted my email on the Page-Zone Hosting forum asking how I had found their guestbook and if they really had been hacked.<br /> <br /> A lot of people seem to have just installed the guestbook and then left it, I don't even think they read it.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4238/15262.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4238/15262.php</link>
				<pubDate><![CDATA[Sun, 20 Mar 2005 08:16:56]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title>To Carbonize</title>
				<description><![CDATA[ Just thought you might be interested in this. Lots of interesting information on how sites are XSS hacked and cookies are being stolen.<br /> <br /> <a class="snap_shots" href="http://www.waraxe.us/forum-5.html" target="_blank" rel="nofollow">http://www.waraxe.us/forum-5.html</a><br /> <br /> Is any of this a problem with the Guestbook? It seems that Forums and CMS's are being attacked.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4238/16151.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4238/16151.php</link>
				<pubDate><![CDATA[Tue, 17 May 2005 15:23:13]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Not with 2.3.2 it shouldn't be.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4238/16152.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4238/16152.php</link>
				<pubDate><![CDATA[Tue, 17 May 2005 16:24:21]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title>SQL Injection</title>
				<description><![CDATA[ You probably have already realized/discovered this, but if you enter ')||('a'='a<br /> in the password field, it will give access to the admin bored.<br /> Sorry in advance if this was already covered with the addslashes patch.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4238/17926.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4238/17926.php</link>
				<pubDate><![CDATA[Sun, 4 Sep 2005 11:09:39]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ errrrrrrrr no this was an exploit that only existed in 2.2 and 2.3 for which 2.3.1 was released to patch [b]OVER 2 YEARS AGO![/b]<br /> <br /> 2.3.4 has no known exploits at present and patches the known XSS exploit and the sad/stupid HTML in the useragent exploit.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4238/17927.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4238/17927.php</link>
				<pubDate><![CDATA[Sun, 4 Sep 2005 11:42:09]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title>Guestbook error</title>
				<description><![CDATA[ When someone tries to write a message in my guestbook this message appears : <br /> One of the input fields does not seem to be valid.<br /> <br /> I am using Advanced Guestbook 2.3.2 <br /> <br /> www.sykestua.com/gjestebok<br /> <br /> Any idea?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4238/18049.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4238/18049.php</link>
				<pubDate><![CDATA[Mon, 12 Sep 2005 15:47:11]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ yes download 2.3.4 and replace all your files except admin/config.inc.php]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4238/18050.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4238/18050.php</link>
				<pubDate><![CDATA[Mon, 12 Sep 2005 16:10:47]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title>PATCHES FOR KNOWN EXPLOITS IN ADVANCED GUESTBOOK</title>
				<description><![CDATA[ Ok thank you for this is very useful ]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4238/25636.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4238/25636.php</link>
				<pubDate><![CDATA[Wed, 9 Feb 2011 22:29:42]]> GMT</pubDate>
				<author><![CDATA[ creiglboyd]]></author>
			</item>
			<item>
				<title>Re:PATCHES FOR KNOWN EXPLOITS IN ADVANCED GUESTBOOK</title>
				<description><![CDATA[ next update?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4238/27215.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4238/27215.php</link>
				<pubDate><![CDATA[Wed, 2 Nov 2016 16:23:13]]> GMT</pubDate>
				<author><![CDATA[ Przemek]]></author>
			</item>
			<item>
				<title>PATCHES FOR KNOWN EXPLOITS IN ADVANCED GUESTBOOK</title>
				<description><![CDATA[ Probably never since there hasn't been one in over a decade.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4238/27216.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4238/27216.php</link>
				<pubDate><![CDATA[Fri, 4 Nov 2016 18:55:02]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title>Re:PATCHES FOR KNOWN EXPLOITS IN ADVANCED GUESTBOOK</title>
				<description><![CDATA[ [url=https://www.urgenthomework.com/mechanical-help][u][b]Mechanical Engineering Assignment Help[/b][/u][/url]<br /> Mechanical engineering is one of the most important branches of engineering. This is because anything that moves in this world is most likely related to the mechanical engineering. The mathematics and physics used in the branch are very tough and often makes student lose marks as they are not able to complete. Also, the other topics like thermodynamics, the strength of materials, etc. make students study more as they need to learn all the topics to get good marks in their examination. The assignments tend to put extra pressure on their students which is generally not good for their health. To reduce this pressure on students, we at Urgent Homework Help provide online assignment help to students in mechanical engineering under Mechanical Engineering Assignment Help. We have experts who can take care of your assignments while you concentrate on your studies. To know more about us visit our website. <br /> ]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4238/29839.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4238/29839.php</link>
				<pubDate><![CDATA[Wed, 30 Dec 2020 10:45:10]]> GMT</pubDate>
				<author><![CDATA[ Oliver_queen]]></author>
			</item>
			<item>
				<title>Re:PATCHES FOR KNOWN EXPLOITS IN ADVANCED GUESTBOOK</title>
				<description><![CDATA[ I understand but why isnt´t it fixed in the download section of 2.3.1 ??<br /> <br /> [size=1][url=https://hellodear.in/net-banking-guide/]netbanking login[/url]<br /> <br /> [url=https://teatv.ltd/dl/]Tea tv[/url][/size]]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4238/30225.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4238/30225.php</link>
				<pubDate><![CDATA[Tue, 14 Dec 2021 13:50:03]]> GMT</pubDate>
				<author><![CDATA[ thomassingh45]]></author>
			</item>
	</channel>
</rss>