<?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>Web Hosting Geeks' Blog - News, Trends, Discussions. &#187; hacking techniques</title>
	<atom:link href="http://webhostinggeeks.com/blog/tag/hacking-techniques/feed/" rel="self" type="application/rss+xml" />
	<link>http://webhostinggeeks.com/blog</link>
	<description>Web hosting blog - industry news, trends, products and discussions.</description>
	<lastBuildDate>Wed, 17 Mar 2010 20:16:19 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Authentication Hacking: Is Your Site Vulnerable?</title>
		<link>http://webhostinggeeks.com/blog/2009/11/26/authentication-hacking-is-your-site-vulnerable/</link>
		<comments>http://webhostinggeeks.com/blog/2009/11/26/authentication-hacking-is-your-site-vulnerable/#comments</comments>
		<pubDate>Thu, 26 Nov 2009 17:12:53 +0000</pubDate>
		<dc:creator>CommunicateBetter</dc:creator>
				<category><![CDATA[Security Issues]]></category>
		<category><![CDATA[authentication hacking]]></category>
		<category><![CDATA[Brutus]]></category>
		<category><![CDATA[cross site forgery]]></category>
		<category><![CDATA[cross site scripting]]></category>
		<category><![CDATA[exploitation]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[hacking techniques]]></category>
		<category><![CDATA[login credentials]]></category>
		<category><![CDATA[securing a website]]></category>
		<category><![CDATA[security hole]]></category>
		<category><![CDATA[SQL injection]]></category>
		<category><![CDATA[WebCracker]]></category>

		<guid isPermaLink="false">http://webhostinggeeks.com/blog/?p=637</guid>
		<description><![CDATA[Authentication plays an important part in securing a website and its applications.  It works by authenticating and verifying a user’s identity and then either denying or providing them with specific privileges to a system based on the username and password they enter against the established credentials.  Though it adds an extra layer of protection, authentication [...]]]></description>
			<content:encoded><![CDATA[<p align="left">Authentication plays an important part in securing a website and its applications.  It works by authenticating and verifying a user’s identity and then either denying or providing them with specific privileges to a system based on the username and password they enter against the established credentials.  Though it adds an extra layer of protection, authentication is quite vulnerable to exploitation.  In most cases, this type of attack does not originate from a security hole in the web server or operating system software.  It actually targets weak passwords and vulnerable areas of the network itself.</p>
<p align="left">
<p align="left">By successfully hacking the authentication session, an attacker can log into the system as a known and valid user, which provides them with whatever privileges the victimized user has been assigned by the administrator.  This means that the intruder could only have access to certain information, or global access across the entire system, the latter of which could possibly give them control of the application or website itself.  At this point, the attacker can stir up a lot of trouble.</p>
<p align="left">
<p align="left"><strong>Tools of the Trade </strong></p>
<p align="left">
<p align="left">Most attackers attempt to gain access via the application’s login screen that requests a username and password to enter the system.  This calls for them to match the correct login credentials that application recognizes as valid and hopefully has the highest level of privileges in the system.  While this is not the most sophisticated attack, password cracking can prove to be one of the most effective methods a hacker uses to cripple an authentication scheme.  This common technique can be executed manually or automatically with special software, which makes guessing the password much easier.</p>
<p align="left">
<p align="left">If the attacker has no success at password guessing, their next step usually involves automated tools such as Brutus and WebCracker, which unfortunately, are widely available on the web.  These custom applications are designed to defeat authentication and penetrate the target system using a list of predefined usernames and passwords.  However, they are best known for employing dictionary attacks and brute force.  Hence the name, a dictionary attack utilizes a pre-formulated list of common words in a dictionary to compromise web applications, trying thousands of combinations to determine the correct username and password.  Brute force is a technique used to break a cryptographic scheme by consistently trying a large number and  sometimes all, possible keys to decrypt an encrypted password.  Both have proven to be very effective at guessing weak passwords and bypassing authentication.</p>
<p align="left">
<p align="left"><strong>Prevention and Protection</strong></p>
<p align="left">
<p align="left">Stopping an authentication attack can be very difficult.  Especially when factoring in all the sophisticated hacking techniques and tools on the black market.  Fortunately, there is a way to test the strength and overall effectiveness of your authentication methods.  One of the most reliable is authentication testing, a feature commonly found in web vulnerability scanners.  These applications are generally easy to use and configure for automatically testing all the applications within your site that require authentication.  Furthermore, most also scan for other common exploits such as SQL injection, cross site scripting and cross site forgery.</p>
<p align="left">
<p align="left">
]]></content:encoded>
			<wfw:commentRss>http://webhostinggeeks.com/blog/2009/11/26/authentication-hacking-is-your-site-vulnerable/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Browsers Aiding in Website Attacks</title>
		<link>http://webhostinggeeks.com/blog/2008/12/29/browsers-aiding-in-website-attacks/</link>
		<comments>http://webhostinggeeks.com/blog/2008/12/29/browsers-aiding-in-website-attacks/#comments</comments>
		<pubDate>Mon, 29 Dec 2008 16:00:45 +0000</pubDate>
		<dc:creator>CommunicateBetter</dc:creator>
				<category><![CDATA[Security Issues]]></category>
		<category><![CDATA[Active X]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[cross site scripting]]></category>
		<category><![CDATA[exploits]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[hacking techniques]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Opera]]></category>
		<category><![CDATA[Safari]]></category>
		<category><![CDATA[SQL injection]]></category>
		<category><![CDATA[web browser]]></category>
		<category><![CDATA[website attack]]></category>

		<guid isPermaLink="false">http://webhostinggeeks.com/blog/?p=133</guid>
		<description><![CDATA[Website attacks are on the rise with intruders using an array of hacking techniques from cross site scripting to SQL injection.  Although careless development and insecure applications play a major role in a site&#8217;s vulnerability, the typical web browser is a contributing factor as well.
Despite the fact that several improvements have been made, none of [...]]]></description>
			<content:encoded><![CDATA[<p>Website attacks are on the rise with intruders using an array of hacking techniques from cross site scripting to SQL injection.  Although careless development and insecure applications play a major role in a site&#8217;s vulnerability, the typical web browser is a contributing factor as well.</p>
<p>Despite the fact that several improvements have been made, none of the top web browsers are completely secure.  Because of this, many web security experts are projecting that website attacks will continue to be an issue.  The combination of enhanced functionality and the lack of adequate security implementations have left a number of browsers vulnerable to sophisticated attacks.  Some researchers are saying that the increasing number of exploits is the direct result of Web 2.0 technologies and advanced web hosting features.</p>
<p><strong>Evolution in Technology Opens Doors to Further Threats</strong></p>
<p>Things were fairly innocent in the early days of the internet when static pages were prevalent, before technologies such as JavaScript and Active X came into play.  Today&#8217;s World Wide Web is dominated by dynamic web-based applications and complex server-side scripting languages, factors that enable browsers to be used in various ways to exploit websites.  Gary McGraw of Cigital, a software security company, agrees that these feature-rich designs have made browsers far less secure, stating that they are structured more like complete operating systems.</p>
<p>This past September Google released Chrome, its new web browser which was immediately faced with stiff competition in the form of Microsoft Internet Explorer, Mozilla Firefox, Apple Safari and Opera.  While internet users have a wide variety of browsers to choose from, the options are still limited in terms of security, including Chrome.  Experts contend that the browser war of who can out do one another in the feature department is what ultimately leads to these security vulnerabilities.</p>
<p>Though quite serious, the security issues associated with today&#8217;s popular web browsers are not attributed to a lack of effort.  Some say that developers are doing all they can but when considering the fact that website attacks such as cross site scripting and cross site request forgery are typically the result of design, these flaws tend to be much harder to fix than bugs found in software code.  Observers suggest that the vulnerabilities are not going to disappear entirely but do stress that browser developers can do more to enhance security.</p>
<p>In general, development teams only have a little time to address browser vulnerabilities before the hacker community is able to discover them.  Developers are being encouraged to practice browser security just like those who make other software products.  This is extremely important as the major web browsers literally have hundred of millions of users.  One solid approach towards website security is standardized authentication, something that would need to be addressed by system administrators.  Another recommendation is for browser developers to design products that alert users when they are being directed to intranet zones such as localhost or RFC1918 as attackers are increasingly targeting internal devices.  Security firms have also predicted that the manner in which data is handled when requests are made between a browser and website should play a critical part in future designs.</p>
]]></content:encoded>
			<wfw:commentRss>http://webhostinggeeks.com/blog/2008/12/29/browsers-aiding-in-website-attacks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
