<?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/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Makes Money Online - Making Money Online &#187; Malware</title>
	<atom:link href="http://www.bibokz.com/category/malware/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bibokz.com</link>
	<description>How to make money online or ideas that makes money online.</description>
	<lastBuildDate>Sat, 03 Sep 2011 19:36:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Update your Blog to WordPress 2.8.6</title>
		<link>http://www.bibokz.com/2009/11/update-your-blog-to-wordpress-2-8-6/</link>
		<comments>http://www.bibokz.com/2009/11/update-your-blog-to-wordpress-2-8-6/#comments</comments>
		<pubDate>Fri, 13 Nov 2009 03:00:22 +0000</pubDate>
		<dc:creator>Bibokz</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Make Money Online]]></category>
		<category><![CDATA[Malware]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Apache configurations]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[WordPress 2.8.6]]></category>
		<category><![CDATA[XSS]]></category>

		<guid isPermaLink="false">http://www.bibokz.com/?p=1085</guid>
		<description><![CDATA[I just update my blog to WordPress 2.8.6, the new version fixes exploited registered (XSS vulnerability) and users logged-in  posting privileges(exploited in certain Apache configurations by uploading files). So if you have untrusted authors on your blog, 2.8.6 is necessary. Let&#8217;s keep our make money online machine safe!]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-right: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.bibokz.com%2F2009%2F11%2Fupdate-your-blog-to-wordpress-2-8-6%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.bibokz.com%2F2009%2F11%2Fupdate-your-blog-to-wordpress-2-8-6%2F" height="61" width="51" /></a></div><!-- google_ad_section_start --><p>I just update my blog to <a title="WordPress (Version 2.8.6)" href="http://wordpress.org/download/">WordPress 2.8.6</a>, the new version fixes exploited registered (XSS vulnerability) and users logged-in  posting privileges(exploited in certain Apache configurations by uploading files).</p>
<p>So if you have untrusted authors on your blog, 2.8.6 is necessary. Let&#8217;s keep our make money online machine safe!</p>
<!-- google_ad_section_end -->]]></content:encoded>
			<wfw:commentRss>http://www.bibokz.com/2009/11/update-your-blog-to-wordpress-2-8-6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Protect Your Site Against Hackers</title>
		<link>http://www.bibokz.com/2009/06/how-to-protect-your-site-against-hackers/</link>
		<comments>http://www.bibokz.com/2009/06/how-to-protect-your-site-against-hackers/#comments</comments>
		<pubDate>Fri, 05 Jun 2009 07:18:51 +0000</pubDate>
		<dc:creator>Bibokz</dc:creator>
				<category><![CDATA[Advice]]></category>
		<category><![CDATA[Ask An Expert]]></category>
		<category><![CDATA[Hack]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Malware]]></category>
		<category><![CDATA[computer hacker]]></category>
		<category><![CDATA[computer hackers]]></category>
		<category><![CDATA[hacker]]></category>
		<category><![CDATA[Hacking]]></category>

		<guid isPermaLink="false">http://www.bibokz.com/?p=885</guid>
		<description><![CDATA[Database-driven sites are vulnerable to hackers, who can (and do) exploit bugs in those programs to gain unauthorized access to your site. The following are some things you can do to help secure your site. Check all of your website files and folders and make sure that they all have the correct permissions- The standard <a href="http://www.bibokz.com/2009/06/how-to-protect-your-site-against-hackers/" class="more-link">More &#62;</a>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-right: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.bibokz.com%2F2009%2F06%2Fhow-to-protect-your-site-against-hackers%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.bibokz.com%2F2009%2F06%2Fhow-to-protect-your-site-against-hackers%2F" height="61" width="51" /></a></div><!-- google_ad_section_start --><p>Database-driven sites are vulnerable to hackers, who can (and do) exploit bugs in those programs to gain unauthorized access to your site. The following are some things you can do to help secure your site.</p>
<p>Check all of your website files and folders and make sure that they all have the correct permissions- The standard permission settings for files would be 644 and folders would be 755. Please be aware that these are the standard settings, your site may have different requirements.</p>
<p>Set register_globals to OFF</p>
<p>1.Turn off Display Error/Warning Messages. Set error_display to ZERO.</p>
<p>2.Never run unescaped queries</p>
<p>3.Validate all user inputs. Items on Forms, in URLs and so on</p>
<p>4.Move config.php and files containing Passwords to MySQL to a secure directory outside of the public_html folder</p>
<p>5.Change permissions on any configuration files containing private information such as database passwords or email accounts to 440 so they cannot be written to and so there is no world permissions. If you need to edit them at a later time you will need to change it back to 640.</p>
<p>6.Access Control: You don&#8217;t want the user to have access to any Admin function or Clean up scripts</p>
<p>7.The .htaccess file is your friend. Use it to deny access to your site or files.<br />
(We also have an easy IP Deny Manager tool in the cpanel)</p>
<p>8.PHP can parse any valid script, whether it is called foo.php, very_long_name.php.php.php, or even deleteme.bat. Using the default extension of &#8220;.php&#8221; means that before your hackers start you have already told them you are using PHP. As mentioned, you can use any filename for your scripts &#8211; if you are using PHP for every script on your server, consider using the &#8220;.html&#8221; extension for your scripts and making PHP parse HTML files. You can change your file extension by adding this line to the .htaccess or turn it on via the Apache Handlers in the cPanel (AddHandler application/x-httpd-php5 .html)</p>
<p>To protect against SQL injection attacks Sometimes hackers will try to screw up your database by inserting SQL code into your form input fields. They can for example, insert code that could delete all the data in your database! To protect against this, you need to use this PHP function:</p>
<p>mysql_real_escape_string()</p>
<p>This function escapes (makes safe) any special characters in a string (programmers call text a &#8216;string&#8217;) for MySQL.</p>
<p>9.Example: $name = $_REQUEST['name']; $safe_name = mysql_real_escape_string($name);</p>
<p>Now you know the variable $safe_name, is safe to use with your SQL code.</p>
<p>10.Keep the PHP code to yourself. If anyone can see it they can exploit<br />
vulnerabilities.</p>
<p>You should take care to store your PHP files and the necessary passwords to access your MySQL databases in protected files or folders. The easy way to do this is to put the database access passwords in a file with a .inc.php extension (such as config.inc.php), and then place this file in a directory which is above the serverâ€™s document root (and thus not accessible to surfers of your site). Then, refer to the file in your PHP code with a require_once command. By doing things this way, your PHP code can read the included file easily but hackers will find it almost impossible to hack your site.</p>
<!-- google_ad_section_end -->]]></content:encoded>
			<wfw:commentRss>http://www.bibokz.com/2009/06/how-to-protect-your-site-against-hackers/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Western Union scam email</title>
		<link>http://www.bibokz.com/2009/05/western-union-scam-email/</link>
		<comments>http://www.bibokz.com/2009/05/western-union-scam-email/#comments</comments>
		<pubDate>Wed, 27 May 2009 11:22:47 +0000</pubDate>
		<dc:creator>Bibokz</dc:creator>
				<category><![CDATA[Malware]]></category>
		<category><![CDATA[Scams]]></category>

		<guid isPermaLink="false">http://www.bibokz.com/?p=868</guid>
		<description><![CDATA[Received this email yesterday: Dear customer! The money transfer you have sent on the 4th of April wasn&#8217;t received by the recipient. According to the Western Union regulation the transfers which are not received in 30 business days are to be returned to sender. To collect cash you need to print the invoice attached to <a href="http://www.bibokz.com/2009/05/western-union-scam-email/" class="more-link">More &#62;</a>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-right: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.bibokz.com%2F2009%2F05%2Fwestern-union-scam-email%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.bibokz.com%2F2009%2F05%2Fwestern-union-scam-email%2F" height="61" width="51" /></a></div><!-- google_ad_section_start --><p>Received this email yesterday:</p>
<blockquote><p>
Dear customer!</p>
<p>The money transfer you have sent on the 4th of April wasn&#8217;t received by the recipient. According to the Western Union regulation the transfers which are not received in 30 business days are to be returned to sender.</p>
<p>To collect cash you need to print the invoice attached to this letter and visit the nearest Western Union branch.</p>
<p>Thank you!
</p></blockquote>
<p><strong>Sender:</strong> &#8220;Western Union Support Team&#8221; &lt;support@westernunion.com&gt;<br />
<strong>Subject: </strong>Western Union Transfer MTCN: #######</p>
<p><strong>Note: </strong><span style="color: #ff0000;">If you see this email, or one similar to it, delete it. Western Union didn’t really send it. And don’t open the attachment.</span></p>
<p>Its another Western Union scam email. Good thing that my anti virus works fine.</p>
<!-- google_ad_section_end -->]]></content:encoded>
			<wfw:commentRss>http://www.bibokz.com/2009/05/western-union-scam-email/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

