<?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>HELM, WHM/cPanel, Windows, Linux, web hosting talk, Search Engine Optimization, PHP, ASP discussion blog &#187; SQL injection</title>
	<atom:link href="http://blog.webhostingdiscussion.net/tag/sql-injection/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.webhostingdiscussion.net</link>
	<description>Blog is dedicated for web hosting talk, SEO, programming issues, Databases, server administration etc.</description>
	<lastBuildDate>Fri, 30 Jul 2010 05:39:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>IFrame Hacking &#8211; JavaScript Hacking</title>
		<link>http://blog.webhostingdiscussion.net/site-and-server-security/iframe-hacking-javascript-hacking.htm</link>
		<comments>http://blog.webhostingdiscussion.net/site-and-server-security/iframe-hacking-javascript-hacking.htm#comments</comments>
		<pubDate>Thu, 09 Oct 2008 06:03:41 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[Site and Server Security]]></category>
		<category><![CDATA[Cross Site Scripting]]></category>
		<category><![CDATA[Iframe]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Site Hacking]]></category>
		<category><![CDATA[SQL injection]]></category>
		<category><![CDATA[XSS vulnerability]]></category>

		<guid isPermaLink="false">http://blog.webhostingdiscussion.net/?p=18002</guid>
		<description><![CDATA[
			
				
			
		
Now a days, it is not an easy job to develop and secure web site. Each and every day, you will find a new way to attack on the web site, servers or even entire network. Today I will discuss about two types of web site hacking which are most common.
[1] IFrame Hacking
[2] JavaScript Hacking
In [...]


Related posts:<ol><li><a href='http://blog.webhostingdiscussion.net/site-and-server-security/reported-attack-site-by-google.htm' rel='bookmark' title='Permanent Link: Reported Attack Site by Google'>Reported Attack Site by Google</a></li>
<li><a href='http://blog.webhostingdiscussion.net/site-and-server-security/pentagon-computers-infected-by-agentbtz-virus-worm.htm' rel='bookmark' title='Permanent Link: Pentagon computers infected by agent.btz Virus / Worm'>Pentagon computers infected by agent.btz Virus / Worm</a></li>
<li><a href='http://blog.webhostingdiscussion.net/site-and-server-security/links-are-added-automatically-in-the-index-page-of-the-website-adsttnmq1sdioyslkjs2-attack.htm' rel='bookmark' title='Permanent Link: Links are added automatically in the index page of the website &#8211; adsttnmq1/sdioyslkjs2 attack'>Links are added automatically in the index page of the website &#8211; adsttnmq1/sdioyslkjs2 attack</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fblog.webhostingdiscussion.net%2Fsite-and-server-security%2Fiframe-hacking-javascript-hacking.htm&amp;layout=button_count&amp;&amp;width=400&amp;action=like&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:400px;height:30px;margin-top:5px;"></iframe><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.webhostingdiscussion.net%2Fsite-and-server-security%2Fiframe-hacking-javascript-hacking.htm"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.webhostingdiscussion.net%2Fsite-and-server-security%2Fiframe-hacking-javascript-hacking.htm&amp;source=webhosttalk&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>Now a days, it is not an easy job to develop and secure web site. Each and every day, you will find a new way to attack on the web site, servers or even entire network. Today I will discuss about two types of web site hacking which are most common.</p>
<p>[1] IFrame Hacking<br />
[2] JavaScript Hacking</p>
<p>In both, the hackers add suspicious IFrame or JavaScript code in your web site page. Such code generally links to the malware or badware site.</p>
<p>There are many reasons for such type of hacking.</p>
<p>- Your control panel or FTP password is compromised. If you system is infected with Virus/Trojan/Spyware then there a chance that hacker gets some confidential information from your system and may damage your system. It is a best practice to have Anti Virus installed on the system and also it should be upgraded to its latest version. To fix this security hole, you<br />
can simply reset your password to hard one. Also never set dictionary words as your password.</p>
<p>- The server where your site is compromised.</p>
<p>- XSS (Cross Site Scripting) vulnerability in your site. If your site has XSS vulnerability then there is a high risk for such type of hacking.</p>
<p>- SQL injection. If your site is not designed to prevent SQL injection then hacker can easily get the access your database and insert suspicious code.</p>
<p>There are many other reasons then as mentioned above. You should test your web in all aspects before putting it on live.</p>
<p>Kevin</p>


<p>Related posts:<ol><li><a href='http://blog.webhostingdiscussion.net/site-and-server-security/reported-attack-site-by-google.htm' rel='bookmark' title='Permanent Link: Reported Attack Site by Google'>Reported Attack Site by Google</a></li>
<li><a href='http://blog.webhostingdiscussion.net/site-and-server-security/pentagon-computers-infected-by-agentbtz-virus-worm.htm' rel='bookmark' title='Permanent Link: Pentagon computers infected by agent.btz Virus / Worm'>Pentagon computers infected by agent.btz Virus / Worm</a></li>
<li><a href='http://blog.webhostingdiscussion.net/site-and-server-security/links-are-added-automatically-in-the-index-page-of-the-website-adsttnmq1sdioyslkjs2-attack.htm' rel='bookmark' title='Permanent Link: Links are added automatically in the index page of the website &#8211; adsttnmq1/sdioyslkjs2 attack'>Links are added automatically in the index page of the website &#8211; adsttnmq1/sdioyslkjs2 attack</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.webhostingdiscussion.net/site-and-server-security/iframe-hacking-javascript-hacking.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
