<?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>Ugh!!'s Greymatter Honeypot &#187; hacking</title>
	<atom:link href="http://www.u-g-h.com/tag/hacking/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.u-g-h.com</link>
	<description>Distracting the Mind with Information Overload</description>
	<lastBuildDate>Wed, 08 Feb 2012 23:39:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Clickjacking here&#8217;s how it works</title>
		<link>http://www.u-g-h.com/2008/10/08/clickjacking-heres-how-it-works/</link>
		<comments>http://www.u-g-h.com/2008/10/08/clickjacking-heres-how-it-works/#comments</comments>
		<pubDate>Wed, 08 Oct 2008 08:01:45 +0000</pubDate>
		<dc:creator>Owen</dc:creator>
				<category><![CDATA[security]]></category>
		<category><![CDATA[clickjacking]]></category>
		<category><![CDATA[exploit]]></category>
		<category><![CDATA[hacking]]></category>

		<guid isPermaLink="false">http://www.u-g-h.com/?p=2594</guid>
		<description><![CDATA[I&#8217;ve posted before about Clickjacking and how scary this is for most Internet users, regardless of which browser you&#8217;re using or whether you have Javascript turn on or off. There&#8217;s more information about the threat on the Interweb today, including a demo of how the exploit works and some advice on how you can avoid [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve posted before about <a  href="http://www.u-g-h.com/2008/09/25/scary-new-exploit-discovered/">Clickjacking</a> and how scary this is for most Internet users, regardless of which browser you&#8217;re using or whether you have Javascript turn on or off. There&#8217;s more information about the threat <a  href="http://www.techmeme.com/081007/p102#a081007p102">on the Interweb</a> today, including a demo of how the exploit works and some advice on how you can avoid it. First of all, <a  href="http://ha.ckers.org/blog/20081007/clickjacking-details/">what is clickjacking</a>? There&#8217;s a <a  href="http://securosis.com/2008/10/07/clickjacking-details-analysis-and-advice/">great writeup on Securoris</a> that explains it quite succinctly:</p>
<ol>
<blockquote>
<li>Clickjacking allows someone to place an invisible link/button below your mouse as you browse a regular page. You think youâ€™re clicking on a regular link, but really you are clicking someplace the attacker controls thatâ€™s hidden from you. Why is this important? Because it allows the attacker to force you to interact with something without your knowledge on a page other than the one youâ€™ve been looking at. For example, they can hide a Flash application that follows your mouse around, and when you go to click a link it starts recording audio off your microphone. We have protections in browsers to prevent someone from automatically initiating certain actions. Also, many websites rely on you manually pressing buttons for actions like transferring large sums of money out of your bank account.</li>
<li>There are two sides to look at this exploitation- user and website owner. As a user, if you visit a malicious site (either a bad guy site, or a regular site thatâ€™s been hit with cross site scripting), the attacker can force you to take a very large range of actions. Anytime you click something, the attacker can redirect that click to the destination of their choice <em>in the context of you as a user</em>. Thatâ€™s the important part here- itâ€™s like cross site request forgery (really, an enhancement of it) that not only gets you to click, but to execute actions as yourself. Thatâ€™s why they can get you to approve Flash applications you might not normally allow, or to perform actions on other sites in the background. As with CSRF, if you are logged in someplace the attacker can now do whatever the heck they want as long as they know the XY coordinates of what they want you to click.</li>
<li>As a website owner, <em>clickjacking destroys yet more browser trust</em>. When designing web applications (which used to be my job) we often rely on site elements that require manual mouse clicks to submit forms and such. As Robert (Rsnake) explains in his post, with clickjacking an attacker can circumvent nonces (a random code added to every form so the website knows you clicked submit from that page, and didnâ€™t just try to submit the form without visiting the page, a common attack technique).</li>
<li>Clickjacking can be used to do a lot of different things- launching Flash or CSRF are only the tip of the iceberg.</li>
<li>It relies heavily on iFrames, which are so pervasive we canâ€™t just rip them out. Sure, I turn them off in my browser, but the economics prevent us from doing that on a wide scale (especially since all the advertisers- e.g. Google/Yahoo/MS, will likely fight it).</li>
<li>Clickjacking is very difficult to eliminate, although we can reduce its risk under certain circumstances. Because it doesnâ€™t even rely on Javascript and works with CSS/DHTML, it will take a lot of time, effort, and thought to eliminate.</li>
</blockquote>
</ol>
<p>If that sounded scary, have a look at a video showing one application of the exploit:<br />
<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/gxyLbpldmuU&#038;hl=en&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><embed src="http://www.youtube.com/v/gxyLbpldmuU&#038;hl=en&#038;fs=1" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="344"></embed></object><br />
If you want to study that further, you can actually run it through it&#8217;s paces <a  href="http://blog.guya.net/2008/10/07/malicious-camera-spying-using-clickjacking/">here</a>.</p>
<p>So, what <a  href="http://www.theregister.co.uk/2008/10/07/clickjacking_surveillance_zombie/">can be done about this</a>? First of all, it&#8217;s worth realising that while it&#8217;s a powerful threat, the risk of it happening isn&#8217;t that high <em>at the moment</em>. Vendors have <a  href="http://blogs.zdnet.com/security/?p=2005">started recognising</a> the threat and coming up <a  href="http://hackademix.net/2008/10/08/hello-clearclick-goodbye-clickjacking/">with solutions</a> for dealing with it. Adobe has <a  href="http://msmvps.com/blogs/spywaresucks/archive/2008/10/08/1650061.aspx">come up</a> with <a  href="http://www.adobe.com/support/security/advisories/apsa08-08.html">a workaround</a> and NoScript has released ClearClick to <a  href="http://blogs.zdnet.com/security/?p=2009">help address it</a>. It&#8217;s only a matter of time before this is quashed too (won&#8217;t be easy though)</p>
<p><a  class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.u-g-h.com%2F2008%2F10%2F08%2Fclickjacking-heres-how-it-works%2F&#038;title=Clickjacking%20here%26%238217%3Bs%20how%20it%20works" id="wpa2a_2"><img src="http://www.u-g-h.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.u-g-h.com/2008/10/08/clickjacking-heres-how-it-works/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unlocking your iPhone</title>
		<link>http://www.u-g-h.com/2008/02/06/unlocking-your-iphone/</link>
		<comments>http://www.u-g-h.com/2008/02/06/unlocking-your-iphone/#comments</comments>
		<pubDate>Wed, 06 Feb 2008 19:57:19 +0000</pubDate>
		<dc:creator>Owen</dc:creator>
				<category><![CDATA[technology]]></category>
		<category><![CDATA[gadgets]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[unlocking]]></category>

		<guid isPermaLink="false">http://www.u-g-h.com/index.php/2008/02/06/unlocking-your-iphone/</guid>
		<description><![CDATA[I hasn&#8217;t been long since the iPhone entered the UK market, however we&#8217;ve had the advantage that it&#8217;s a follower market and we&#8217;ve been insulated from the initial cycle of the technology and been introduced to a more recent built. One interesting side to that even though the iPhone has entered the market relatively recently, [...]]]></description>
			<content:encoded><![CDATA[<p>I hasn&#8217;t been long since the iPhone entered the UK market, however we&#8217;ve had the advantage that it&#8217;s a follower market and we&#8217;ve been insulated from the initial cycle of the technology and been introduced to a more recent built. One interesting side to that even though the iPhone has entered the market relatively recently, there&#8217;s already a secondary market in accessories and unlocking services that has sprung up pretty much immediately.</p>
<p>I recall a mention on ITV about a local company providing unlocking services, so headed down to <a  href="http://www.iphoneunlockuk.com/">iPhone Unlock UK.com</a>, company who offer <a  href="http://www.iphoneunlockuk.com/">iPhone unlock</a>ing services. Unlocking costs £39.99 for the DIY unlocking package or £69.99 for a technician to do it for you. Their website promises great service. The charge you pay covers a complete solution &#8220;for the lifetime of your iPhone purchases&#8221;. They provide support, free updates to the software and regular communication. That&#8217;s nice actually, the last thing you want is to turn your iPhone into an expensive paperweight.</p>
<p><a  class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.u-g-h.com%2F2008%2F02%2F06%2Funlocking-your-iphone%2F&#038;title=Unlocking%20your%20iPhone" id="wpa2a_4"><img src="http://www.u-g-h.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.u-g-h.com/2008/02/06/unlocking-your-iphone/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The 12 most common application level hack attacks</title>
		<link>http://www.u-g-h.com/2007/11/26/the-12-most-common-application-level-hack-attacks/</link>
		<comments>http://www.u-g-h.com/2007/11/26/the-12-most-common-application-level-hack-attacks/#comments</comments>
		<pubDate>Mon, 26 Nov 2007 14:08:08 +0000</pubDate>
		<dc:creator>Owen</dc:creator>
				<category><![CDATA[security]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[advice]]></category>
		<category><![CDATA[application-level]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[hacking]]></category>

		<guid isPermaLink="false">http://www.u-g-h.com/index.php/2007/11/26/the-12-most-common-application-level-hack-attacks/</guid>
		<description><![CDATA[I got an interesting paper in my email today entitled The 12 Most Common Application Level Hack Attacks? written by Watchfire Corporation. Most development probably know about most of these, but it was nice to see them collected in one place. In a nut shell, these are: Cookie Poisoning Hidden Field Manipulation Parameter Tampering Buffer [...]]]></description>
			<content:encoded><![CDATA[<p>I got an interesting paper in my email today entitled <a  href="http://www.emedia.co.uk/FM/GetFile.aspx?id=58740">The 12 Most Common Application Level Hack Attacks</a>? written by <a  href="http://www.watchfire.com/">Watchfire Corporation</a>. Most development probably know about most of these, but it was nice to see them collected in one place. In a nut shell, these are:</p>
<ul>
<li>Cookie Poisoning</li>
<li>Hidden Field Manipulation</li>
<li>Parameter Tampering</li>
<li>Buffer Overflow</li>
<li>Cross-Site Scripting</li>
<li>Backdoor and Debug Options</li>
<li>Forecful Browsing</li>
<li>HTTP Response Splitting</li>
<li>Stealth Commanding</li>
<li>3rd Party Misconfiguration</li>
<li>Known Vulnerabilities</li>
<li>XML &amp; Web Services Vulnerabilities</li>
</ul>
<p>The white paper also goes into some advice on how to code defensively and avoid these issues, namely:</p>
<ul>
<li>Never trust any information that comes from the client, and never assume anything about it</li>
<li>It is always easier to secure simple login than complex logic</li>
</ul>
<p>Although a bit basic, it makes interesting reading. Read the whole? white paper? <a  href="http://www.emedia.co.uk/FM/GetFile.aspx?id=58740">here</a>.</p>
<p><a  class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.u-g-h.com%2F2007%2F11%2F26%2Fthe-12-most-common-application-level-hack-attacks%2F&#038;title=The%2012%20most%20common%20application%20level%20hack%20attacks" id="wpa2a_6"><img src="http://www.u-g-h.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.u-g-h.com/2007/11/26/the-12-most-common-application-level-hack-attacks/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>You make it, we&#8217;ll break it!</title>
		<link>http://www.u-g-h.com/2007/07/03/you-make-it-well-break-it/</link>
		<comments>http://www.u-g-h.com/2007/07/03/you-make-it-well-break-it/#comments</comments>
		<pubDate>Tue, 03 Jul 2007 09:33:51 +0000</pubDate>
		<dc:creator>Owen</dc:creator>
				<category><![CDATA[security]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://www.u-g-h.com/index.php/2007/07/03/you-make-it-well-break-it/</guid>
		<description><![CDATA[The iPhone has only been around for a couple of days and a number of people out there are working hard at breaking into the device. It&#8217;s strange how a whole industry has spawned around people hacking their way around software and systems .. and making a legitimate living around it. It seems like the? [...]]]></description>
			<content:encoded><![CDATA[<p>The <a  href="http://www.apple.com/iphone/">iPhone</a> has only been around for a couple of days and a number of people out there <a  href="http://www.theregister.co.uk/2007/07/03/iphone_hacking_progress/">are working hard</a> at breaking into the device. It&#8217;s strange how a whole industry has spawned around people hacking their way around software and systems .. and making a legitimate living around it.</p>
<p>It seems like the? main reason nothing&#8217;s been found yet is simply that there aren&#8217;t too many people who have? access to the device. First of all, it <a  href="http://www.tgdaily.com/content/view/32104/128/">costs a bomb</a> and secondly it&#8217;s only available in the U.S. ? If it were more widely available, someone would have already <a  href="http://ipodlinux.org/Main_Page">installed Linux</a> on it. So, grab a chair, settle in to watch and in the meantime, keep an eye on the <a  href="http://iphone.fiveforty.net/wiki/index.php?title=Main_Page">iPhone cracking Wiki</a>, lots to learn there.</p>
<p><a  class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.u-g-h.com%2F2007%2F07%2F03%2Fyou-make-it-well-break-it%2F&#038;title=You%20make%20it%2C%20we%26%238217%3Bll%20break%20it%21" id="wpa2a_8"><img src="http://www.u-g-h.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.u-g-h.com/2007/07/03/you-make-it-well-break-it/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Using PHP? Watch out for your security!</title>
		<link>http://www.u-g-h.com/2007/01/11/using-php-watch-out-for-your-security/</link>
		<comments>http://www.u-g-h.com/2007/01/11/using-php-watch-out-for-your-security/#comments</comments>
		<pubDate>Thu, 11 Jan 2007 14:48:32 +0000</pubDate>
		<dc:creator>Owen</dc:creator>
				<category><![CDATA[security]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[trends]]></category>

		<guid isPermaLink="false">http://www.u-g-h.com/?p=33</guid>
		<description><![CDATA[Excellent post on Security Focus by Kelly Martin called PHP apps: Security&#8217;s Low-hanging Fruit which is a worthwhile read for anyone using applications written in PHP, just like WordPress for example. The article talks about the rise in popularity of PHP, the subsequent increase in PHP-based applications and the problems brought about by less-experienced coders [...]]]></description>
			<content:encoded><![CDATA[<p>Excellent post on <a  href="http://www.securityfocus.com">Security Focus</a> by Kelly Martin called <a  href="http://www.securityfocus.com/columnists/427">PHP apps: Security&#8217;s Low-hanging Fruit</a> which is a worthwhile read for anyone using applications written in PHP, just like WordPress for example. The article talks about the rise in popularity of PHP, the subsequent increase in PHP-based applications and the problems brought about by less-experienced coders contributing to Open Source projects. Apparently <a  href="http://www.securityfocus.com/news/11430">PHP applications accounted for about 43% of all security incidents in 2006</a> which is a pretty staggering statistic.</p>
<p>Here&#8217;s one of the scenarios he painted:</p>
<blockquote><p><span class="body"> There are all sorts of automated scripts out there that search for vulnerable PHP applications, exploit them when found, and then automatically download a set of phishing HTML files and images that make John&#8217;s Awesome Blog suddenly look like the Bank of America&#8217;s login page. This also happens with ASP and Perl applications too, as well as those written in other languages, but today PHP is far more popular a target. That website owner, John, might be held responsible too if there weren&#8217;t dozens of these incidents each day.</span></p></blockquote>
<p><span class="body">Pretty scary huh? Well it&#8217;s worth paying head to the article so <a  href="http://www.securityfocus.com/columnists/427">check it out</a>!</span></p>
<p><a  class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.u-g-h.com%2F2007%2F01%2F11%2Fusing-php-watch-out-for-your-security%2F&#038;title=Using%20PHP%3F%20Watch%20out%20for%20your%20security%21" id="wpa2a_10"><img src="http://www.u-g-h.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.u-g-h.com/2007/01/11/using-php-watch-out-for-your-security/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Cracking WEP in 10 minutes</title>
		<link>http://www.u-g-h.com/2005/05/28/cracking-wep-in-10-minutes/</link>
		<comments>http://www.u-g-h.com/2005/05/28/cracking-wep-in-10-minutes/#comments</comments>
		<pubDate>Sat, 28 May 2005 16:43:30 +0000</pubDate>
		<dc:creator>Owen</dc:creator>
				<category><![CDATA[technology]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[networks]]></category>
		<category><![CDATA[WEP]]></category>
		<category><![CDATA[wifi]]></category>

		<guid isPermaLink="false">http://www.u-g-h.com/PermaLink,guid,7d9aa458-f8e0-442c-8d28-d1cc1093019f.aspx</guid>
		<description><![CDATA[Watch here]]></description>
			<content:encoded><![CDATA[<p>Watch <a  href="http://whoppix.hackingdefined.com/Whoppix-wepcrack.html">here</a></p>
<p><a  class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.u-g-h.com%2F2005%2F05%2F28%2Fcracking-wep-in-10-minutes%2F&#038;title=Cracking%20WEP%20in%2010%20minutes" id="wpa2a_12"><img src="http://www.u-g-h.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.u-g-h.com/2005/05/28/cracking-wep-in-10-minutes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

