<?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>Darknet - The Darkside &#187; osx</title>
	<atom:link href="http://www.darknet.org.uk/tag/osx/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.darknet.org.uk</link>
	<description>Ethical Hacking, Penetration Testing &#38; Computer Security</description>
	<lastBuildDate>Tue, 07 Feb 2012 18:34:17 +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>OS X Lion Brings Major Security Overhaul To Apple Users</title>
		<link>http://www.darknet.org.uk/2011/07/os-x-lion-brings-major-security-overhaul-to-apple-users/</link>
		<comments>http://www.darknet.org.uk/2011/07/os-x-lion-brings-major-security-overhaul-to-apple-users/#comments</comments>
		<pubDate>Thu, 21 Jul 2011 08:23:02 +0000</pubDate>
		<dc:creator>Darknet</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[apple lion]]></category>
		<category><![CDATA[apple lion security]]></category>
		<category><![CDATA[apple lion update]]></category>
		<category><![CDATA[apple-security]]></category>
		<category><![CDATA[aslr]]></category>
		<category><![CDATA[lion os]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[os x lion]]></category>
		<category><![CDATA[OS X Lion security]]></category>
		<category><![CDATA[os x security]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[osx security]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/?p=3153</guid>
		<description><![CDATA[It&#8217;s been a long time coming but with the latest release of Max OS X Lion &#8211; Apple has really stepped it up in terms of security and pro-active protection. Just a few months back in May we reported that &#8211; Mac Malware is Becoming a Serious Threat and back in march Day One At [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been a long time coming but with the latest release of Max OS X Lion &#8211; <a href="http://www.darknet.org.uk/category/apple-hacking/" title="Apple Hacking">Apple</a> has really stepped it up in terms of security and pro-active protection.</p>
<p>Just a few months back in May we reported that &#8211; <a href="http://www.darknet.org.uk/2011/05/mac-malware-becoming-a-serious-threat/" title="Mac Malware Becoming a Serious Threat">Mac Malware is Becoming a Serious Threat</a> and back in march <a href="http://www.darknet.org.uk/2011/03/day-one-at-pwn2own-takes-out-microsoft-internet-explorer-and-apple-safari/" title="Day One At Pwn2Own Takes Out Microsoft Internet Explorer and Apple Safari">Day One At Pwn2Own Takes Out Microsoft Internet Explorer and Apple Safari</a>.</p>
<p>With this latest update they have really integrated some very modern security techniques with many claiming this puts them ahead of <a href="http://www.darknet.org.uk/tag/windows-7/">Windows 7</a> and Ubuntu in terms of security.</p>
<blockquote><p>With Wednesday&#8217;s release of Mac OS X Lion, Apple has definitively leapfrogged its rivals by offering an operating system with state-of-the-art security protections that make it more resistant to malware exploits and other hack attacks, two researchers say.</p>
<p>Unlike the introduction of Snow Leopard in 2009, which offered mostly incremental security enhancements, OS X 10.7 represents a major overhaul, said the researchers, who spent the past few months analyzing the OS.</p>
<p>The most important addition is full ASLR. Short for address space layout randomization, the protection makes it much harder for attackers to exploit bugs by regularly changing the memory location where shell code and other system components are loaded. Other improvements include security sandboxes that tightly restrict the way applications can interact with other parts of the operating system and full disk encryption that doesn&#8217;t interfere with other OS features.</p>
<p>“It&#8217;s a significant improvement, and the best way that I&#8217;ve described the level of security in Lion is that it&#8217;s Windows 7, plus, plus,” said Dino Dai Zovi, principal of security consultancy Trail of Bits and the coauthor of The Mac Hacker&#8217;s Handbook. “I generally tell Mac users that if they care about security, they should upgrade to Lion sooner rather than later, and the same goes for Windows users, too.”</p></blockquote>
<p>There were a couple of blunders back in 2009 when Snow Leopard (commonly known as SL) was released, and of course &#8211; <a href="http://www.darknet.org.uk/2009/08/mac-os-x-snow-leopard-bundled-with-malware-detector/" title="Mac OS X Snow Leopard Bundled With Malware Detector">Mac OS X Snow Leopard Bundled With Malware Detector</a>.</p>
<p>Back then the security tech bundled with Snow Leopard was incremental at best, there was nothing really new or anything that inspired confidence in us security chaps.</p>
<p>With the latest version of Lion however Apple has put in some really good stuff like full address space layout randomization (ASLR) and even more sandboxing (always a good idea to trap <a href="http://www.darknet.org.uk/category/virustrojanswormsrootkits/" title="Malware">malware</a> in userspace).</p>
<p><div align="center"><script type="text/javascript"><!--
google_ad_client = "pub-3033787195489589";
/* Darknet-Body468 */
google_ad_slot = "1341243171";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div><br /></p>
<blockquote><p>Although ASLR made its OS X debut in Leopard, the predecessor to Snow Leopard, its implementation was woefully inadequate because it failed to randomize core parts of the OS, including the heap, stack, and dynamic linker. That meant entire classes of exploits were automatically immune to the protection.</p>
<p>It also prompted many to wonder why Apple engineers bothered to put it into the OS in the first place, or didn&#8217;t properly implement it with the introduction of Snow Leopard. Windows Vista and Ubuntu, by contrast, added much more robust implementations of ASLR years earlier.</p>
<p>“When they went from Leopard to Snow Leopard, as far as I&#8217;m concerned, there really wasn&#8217;t any change,” said Charlie Miller, principal research consultant at security firm Accuvant and the other coauthor of The Mac Hacker&#8217;s Handbook. “They might have said there was more security and it was better, but at a low functionality level there really wasn&#8217;t any difference. Now, they&#8217;ve made significant changes and it&#8217;s going to be harder to exploit.”</p>
<p>What&#8217;s more, Lion&#8217;s refurbished ASLR has been augmented, so that even if hackers clear that hurdle, they&#8217;ll still have to bypass other new protections. Among them is a sandbox design that shields the most vulnerable and vital parts of the computer from attack. Safari, for example, has now been divided into two processes that separate the browser&#8217;s user interface and other functions from the part that parses JavaScript, images, and other web content.</p></blockquote>
<p>Now these changes won&#8217;t stop Apple software from being vulnerable to <a href="http://www.darknet.org.uk/category/exploitsvulnerabilities/" title="Exploits">exploits</a> &#8211; but it will make it a hell of a lot harder to pull of code execution after getting in.</p>
<p>There are some smart changes to <a href="http://www.darknet.org.uk/tag/safari/" title="Safari">Safari</a> too, which makes surfing a lot safer as one of the biggest attack vectors right now is through browser based exploits (Flash/JavaScript etc).</p>
<p>Even with all of that though, there will still be ways around it (just look at the <a href="http://www.darknet.org.uk/2011/07/malicious-pdf-files-to-exploit-iphone-ipad-zero-day-in-the-wild/" title="Malicious PDF Files To Exploit iPhone &#038; iPad Zero Day In The Wild">latest JailBreak</a>) &#8211; so as always &#8211; be careful Mac users!</p>
<p>Source: <a href="http://www.theregister.co.uk/2011/07/21/mac_os_x_lion_security/">The Register</a></p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=OS+X+Lion+Brings+Major+Security+Overhaul+To+Apple+Users+http%3A%2F%2Fdarknet.org.uk%2F%3Fp%3D3153+from+%40THEdarknet" title="Post to Twitter"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://www.darknet.org.uk/2011/07/os-x-lion-brings-major-security-overhaul-to-apple-users/&amp;t=OS+X+Lion+Brings+Major+Security+Overhaul+To+Apple+Users" title="Post to Facebook"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook-micro3.png" alt="Post to Facebook" /></a> <a class="tt" href="http://www.google.com/buzz/post?url=http://www.darknet.org.uk/2011/07/os-x-lion-brings-major-security-overhaul-to-apple-users/&amp;imageurl=" title="Post to Google Buzz"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/gbuzz/tt-gbuzz-micro3.png" alt="Post to Google Buzz" /></a> <a class="tt" href="http://delicious.com/post?url=http://www.darknet.org.uk/2011/07/os-x-lion-brings-major-security-overhaul-to-apple-users/&amp;title=OS+X+Lion+Brings+Major+Security+Overhaul+To+Apple+Users" title="Post to Delicious"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/delicious/tt-delicious-micro3.png" alt="Post to Delicious" /></a> <a class="tt" href="http://digg.com/submit?url=http://www.darknet.org.uk/2011/07/os-x-lion-brings-major-security-overhaul-to-apple-users/&amp;title=OS+X+Lion+Brings+Major+Security+Overhaul+To+Apple+Users" title="Post to Digg"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/digg/tt-digg-micro3.png" alt="Post to Digg" /></a> <a class="tt" href="http://reddit.com/submit?url=http://www.darknet.org.uk/2011/07/os-x-lion-brings-major-security-overhaul-to-apple-users/&amp;title=OS+X+Lion+Brings+Major+Security+Overhaul+To+Apple+Users" title="Post to Reddit"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/reddit/tt-reddit-micro3.png" alt="Post to Reddit" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://www.darknet.org.uk/2011/07/os-x-lion-brings-major-security-overhaul-to-apple-users/&amp;title=OS+X+Lion+Brings+Major+Security+Overhaul+To+Apple+Users" title="Post to StumbleUpon"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/su/tt-su-micro3.png" alt="Post to StumbleUpon" /></a></p></div><div class="AWD_like_button "><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.darknet.org.uk%2F2011%2F07%2Fos-x-lion-brings-major-security-overhaul-to-apple-users%2F&amp;send=false&amp;layout=standard&amp;width=&amp;show_faces=false&amp;action=like&amp;colorscheme=light&amp;font=arial&amp;height=40" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:px; height:40px;" allowTransparency="true"></iframe></div>]]></content:encoded>
			<wfw:commentRss>http://www.darknet.org.uk/2011/07/os-x-lion-brings-major-security-overhaul-to-apple-users/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Mac OS X Snow Leopard Bundled With Malware Detector</title>
		<link>http://www.darknet.org.uk/2009/08/mac-os-x-snow-leopard-bundled-with-malware-detector/</link>
		<comments>http://www.darknet.org.uk/2009/08/mac-os-x-snow-leopard-bundled-with-malware-detector/#comments</comments>
		<pubDate>Fri, 28 Aug 2009 08:43:46 +0000</pubDate>
		<dc:creator>Darknet</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Exploits/Vulnerabilities]]></category>
		<category><![CDATA[Malware]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[apple malware detector]]></category>
		<category><![CDATA[apple-security]]></category>
		<category><![CDATA[mac osx security]]></category>
		<category><![CDATA[os x malware detector]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[osx malware]]></category>
		<category><![CDATA[osx spyware]]></category>
		<category><![CDATA[osx viruses]]></category>
		<category><![CDATA[snow leopard]]></category>
		<category><![CDATA[snow leopard malware detector]]></category>
		<category><![CDATA[snow leopard security]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/?p=2059</guid>
		<description><![CDATA[Ah we saw this coming didn&#8217;t we, back in June we reported on Apple Struggling With Security &#038; Malware and now they have shown they were paying attention. Even though they tried to do so quietly, they are slipping a &#8216;malware detector&#8217; into the latest OS X update known as Snow Leopard. The problem is [...]]]></description>
			<content:encoded><![CDATA[<p></p>
<p>Ah we saw this coming didn&#8217;t we, back in June we reported on <a href="http://www.darknet.org.uk/2009/06/apple-struggling-with-security-malware/">Apple Struggling With Security &#038; Malware</a> and now they have shown they were paying attention.</p>
<p>Even though they tried to do so quietly, they are slipping a &#8216;malware detector&#8217; into the latest OS X update known as Snow Leopard.</p>
<p>The problem is though, it only scans for two trojans? Seems a bit pointless to me.</p>
<blockquote><p>Although Mac OS X is considered by many to be the most secure operating system available to end users, it does suffer from security issues. Perhaps the new malware detector in Apple&#8217;s new Mac OS X Snow Leopard release will help prove that.</p>
<p>Mac OS X is viewed by many as the most secure operating system on the market. It&#8217;s certainly considered far more secure than Microsoft&#8217;s Windows operating system.  </p>
<p>But with a report hitting the wire Wednesday claiming Apple&#8217;s new Mac OS X release, Snow Leopard, will feature a malware-detection tool, some of those beliefs might be put into question.</p>
<p>According to reports, Mac OS X will feature an application that will scan the user&#8217;s Mac for known trojans. It will also flag malicious files if they are downloaded from Safari, iChat, Entourage and a few other applications. There&#8217;s just one catch: that feature will only look for two trojans. Every other possibly damaging trojan will not be scanned for. </p></blockquote>
<p>Only two trojans? Why not make it a full on malware scanner, or at least something a little more useful than a finite scanner.</p>
<p>I mean even Windows pushes their Malicious Software Removal Tool and I&#8217;m sure it scans for more than just two threats.</p>
<p>Either way it&#8217;s a step in the right direction and Apple are acknowledging their OS isn&#8217;t bullet proof and they need to do something to address that.</p>
<blockquote><p>Over the past few months, we have seen several Mac OS X security issues hit the wire. From security outbreaks to an update that included several security fixes, it was becoming clear that Mac OS X&#8217;s reputation for strong security wasn&#8217;t as reliable as some believed. And if Mac OS X Snow Leopard does, in fact, feature that new malware detector, it could change everything. Just don&#8217;t expect Apple to change.</p>
<p>&#8220;The Mac is designed with built-in technologies that provide protection against malicious software and security threats right out of the box,&#8221; Apple wrote on the company&#8217;s Mac OS X Snow Leopard page. &#8220;However, since no system can be 100 percent immune from every threat, anti-virus software may offer additional protection.&#8221;</p>
<p>I&#8217;m a little shocked by that statement. Although Apple does admit that no system is totally immune from issues, it says anti-virus software “may” offer additional protection. I think that perpetuates the myth that end users don&#8217;t need to worry about Mac OS X security. </p></blockquote>
<p>I think the landscape for Apple is changing, as they get more users in the marketplace they WILL be exposed to more threats.</p>
<p>And more people will have their fingers in the operating system trying to break it for fun and profit. With Mac machines being sold as lifestyle products you can bet the majority of Apple users aren&#8217;t very tech savvy.</p>
<p>You can&#8217;t really compare it to the Linux desktop market, but even then Linux does have anti-virus software available for free and commercially.</p>
<p></p>
<p>Source: <a href="http://www.eweek.com/c/a/Security/Snow-Leopard-Reveals-Cracks-in-Apples-Mac-OS-X-Security-Reputation-392998/1/">eWeek</a></p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Mac+OS+X+Snow+Leopard+Bundled+With+Malware+Detector+http%3A%2F%2Fdarknet.org.uk%2F%3Fp%3D2059+from+%40THEdarknet" title="Post to Twitter"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://www.darknet.org.uk/2009/08/mac-os-x-snow-leopard-bundled-with-malware-detector/&amp;t=Mac+OS+X+Snow+Leopard+Bundled+With+Malware+Detector" title="Post to Facebook"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook-micro3.png" alt="Post to Facebook" /></a> <a class="tt" href="http://www.google.com/buzz/post?url=http://www.darknet.org.uk/2009/08/mac-os-x-snow-leopard-bundled-with-malware-detector/&amp;imageurl=" title="Post to Google Buzz"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/gbuzz/tt-gbuzz-micro3.png" alt="Post to Google Buzz" /></a> <a class="tt" href="http://delicious.com/post?url=http://www.darknet.org.uk/2009/08/mac-os-x-snow-leopard-bundled-with-malware-detector/&amp;title=Mac+OS+X+Snow+Leopard+Bundled+With+Malware+Detector" title="Post to Delicious"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/delicious/tt-delicious-micro3.png" alt="Post to Delicious" /></a> <a class="tt" href="http://digg.com/submit?url=http://www.darknet.org.uk/2009/08/mac-os-x-snow-leopard-bundled-with-malware-detector/&amp;title=Mac+OS+X+Snow+Leopard+Bundled+With+Malware+Detector" title="Post to Digg"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/digg/tt-digg-micro3.png" alt="Post to Digg" /></a> <a class="tt" href="http://reddit.com/submit?url=http://www.darknet.org.uk/2009/08/mac-os-x-snow-leopard-bundled-with-malware-detector/&amp;title=Mac+OS+X+Snow+Leopard+Bundled+With+Malware+Detector" title="Post to Reddit"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/reddit/tt-reddit-micro3.png" alt="Post to Reddit" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://www.darknet.org.uk/2009/08/mac-os-x-snow-leopard-bundled-with-malware-detector/&amp;title=Mac+OS+X+Snow+Leopard+Bundled+With+Malware+Detector" title="Post to StumbleUpon"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/su/tt-su-micro3.png" alt="Post to StumbleUpon" /></a></p></div><div class="AWD_like_button "><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.darknet.org.uk%2F2009%2F08%2Fmac-os-x-snow-leopard-bundled-with-malware-detector%2F&amp;send=false&amp;layout=standard&amp;width=&amp;show_faces=false&amp;action=like&amp;colorscheme=light&amp;font=arial&amp;height=40" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:px; height:40px;" allowTransparency="true"></iframe></div>]]></content:encoded>
			<wfw:commentRss>http://www.darknet.org.uk/2009/08/mac-os-x-snow-leopard-bundled-with-malware-detector/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Trafscrambler &#8211; Anti-sniffer/IDS Tool</title>
		<link>http://www.darknet.org.uk/2009/08/trafscrambler-anti-snifferids-tool/</link>
		<comments>http://www.darknet.org.uk/2009/08/trafscrambler-anti-snifferids-tool/#comments</comments>
		<pubDate>Thu, 27 Aug 2009 10:39:22 +0000</pubDate>
		<dc:creator>Darknet</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Countermeasures]]></category>
		<category><![CDATA[Forensics]]></category>
		<category><![CDATA[Network Hacking]]></category>
		<category><![CDATA[anti-sniffer]]></category>
		<category><![CDATA[antisniffer]]></category>
		<category><![CDATA[Hacking Tools]]></category>
		<category><![CDATA[network-forensics]]></category>
		<category><![CDATA[network-security]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[osx anti-sniffer]]></category>
		<category><![CDATA[osx ids]]></category>
		<category><![CDATA[packet sniffer detection]]></category>
		<category><![CDATA[trafscrambler]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/?p=2048</guid>
		<description><![CDATA[Trafscrambler is an anti-sniffer/IDS LKM(Network Kernel Extension) for OSX, licensed under BSD. Features Injection of packets with bogus data and with randomly selected bad TCP cksum or bad TCP sequences Userland binary(tsctrl) for controlling trafscrambler NKE SYN decoy &#8211; sends out number of SYN pkts before the original SYN pkt TCP reset attack &#8211; sends [...]]]></description>
			<content:encoded><![CDATA[<p></p>
<p>Trafscrambler is an anti-sniffer/IDS LKM(Network Kernel Extension) for OSX, licensed under BSD.</p>
<p><strong>Features</strong></p>
<ul>
<li>Injection of packets with bogus data and with randomly selected bad TCP cksum or bad TCP sequences</li>
<li>Userland binary(tsctrl) for controlling trafscrambler NKE</li>
<li>SYN decoy &#8211; sends out number of SYN pkts before the original SYN pkt</li>
<li>TCP reset attack &#8211; sends out RST/FIN pkt with bad sequence</li>
<li>Pre-connection SYN &#8211; sends out SYN with wrong TCP-checksum</li>
<li>Post-connection SYN &#8211; sends out fake SYN after connection establishment</li>
<li>Zero Window &#8211; send out pkt with “0” window set.</li>
</ul>
<p>You can download Trafscrambler 0.2 here:</p>
<p><a href="http://en.roolz.org/files/soft/trafscrambler-0.2.tgz">trafscrambler-0.2.tgz</a></p>
<p></p>
<p>Or read more <a href="http://en.roolz.org/trafscrambler.html">here</a>.</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Trafscrambler+%E2%80%93+Anti-sniffer%2FIDS+Tool+http%3A%2F%2Fdarknet.org.uk%2F%3Fp%3D2048+from+%40THEdarknet" title="Post to Twitter"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://www.darknet.org.uk/2009/08/trafscrambler-anti-snifferids-tool/&amp;t=Trafscrambler+%E2%80%93+Anti-sniffer%2FIDS+Tool" title="Post to Facebook"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook-micro3.png" alt="Post to Facebook" /></a> <a class="tt" href="http://www.google.com/buzz/post?url=http://www.darknet.org.uk/2009/08/trafscrambler-anti-snifferids-tool/&amp;imageurl=" title="Post to Google Buzz"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/gbuzz/tt-gbuzz-micro3.png" alt="Post to Google Buzz" /></a> <a class="tt" href="http://delicious.com/post?url=http://www.darknet.org.uk/2009/08/trafscrambler-anti-snifferids-tool/&amp;title=Trafscrambler+%E2%80%93+Anti-sniffer%2FIDS+Tool" title="Post to Delicious"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/delicious/tt-delicious-micro3.png" alt="Post to Delicious" /></a> <a class="tt" href="http://digg.com/submit?url=http://www.darknet.org.uk/2009/08/trafscrambler-anti-snifferids-tool/&amp;title=Trafscrambler+%E2%80%93+Anti-sniffer%2FIDS+Tool" title="Post to Digg"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/digg/tt-digg-micro3.png" alt="Post to Digg" /></a> <a class="tt" href="http://reddit.com/submit?url=http://www.darknet.org.uk/2009/08/trafscrambler-anti-snifferids-tool/&amp;title=Trafscrambler+%E2%80%93+Anti-sniffer%2FIDS+Tool" title="Post to Reddit"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/reddit/tt-reddit-micro3.png" alt="Post to Reddit" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://www.darknet.org.uk/2009/08/trafscrambler-anti-snifferids-tool/&amp;title=Trafscrambler+%E2%80%93+Anti-sniffer%2FIDS+Tool" title="Post to StumbleUpon"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/su/tt-su-micro3.png" alt="Post to StumbleUpon" /></a></p></div><div class="AWD_like_button "><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.darknet.org.uk%2F2009%2F08%2Ftrafscrambler-anti-snifferids-tool%2F&amp;send=false&amp;layout=standard&amp;width=&amp;show_faces=false&amp;action=like&amp;colorscheme=light&amp;font=arial&amp;height=40" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:px; height:40px;" allowTransparency="true"></iframe></div>]]></content:encoded>
			<wfw:commentRss>http://www.darknet.org.uk/2009/08/trafscrambler-anti-snifferids-tool/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Apple Fixes &#8216;Misleading&#8217; Leopard Firewall Settings</title>
		<link>http://www.darknet.org.uk/2007/11/apple-fixes-misleading-leopard-firewall-settings/</link>
		<comments>http://www.darknet.org.uk/2007/11/apple-fixes-misleading-leopard-firewall-settings/#comments</comments>
		<pubDate>Wed, 21 Nov 2007 12:46:32 +0000</pubDate>
		<dc:creator>Darknet</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[General Hacking]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[apple firewall]]></category>
		<category><![CDATA[firewall]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[hacking apple]]></category>
		<category><![CDATA[leopard]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[mac os x]]></category>
		<category><![CDATA[mac-osx]]></category>
		<category><![CDATA[network-security]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[safari]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/2007/11/apple-fixes-misleading-leopard-firewall-settings/</guid>
		<description><![CDATA[Apple has admitted that is has at LEAST three serious design weaknesses in it&#8217;s new application based firewall being rolled out with Mac OS X &#8216;Leopard&#8217;. It comes (somewhat oddly) only 24 hours after a Mac OS X security update that fixed 41 OS X and Safari security vulnerabilities. Previously independent researchers proved that Apple&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p></p>
<p>Apple has admitted that is has at LEAST three serious design weaknesses in it&#8217;s new application based firewall being rolled out with Mac OS X &#8216;Leopard&#8217;.</p>
<p>It comes (<em>somewhat oddly</em>) only 24 hours after a <a href="http://blogs.zdnet.com/security/?p=666">Mac OS X security update</a> that fixed <a href="http://docs.info.apple.com/article.html?artnum=307041">41 OS X and Safari security vulnerabilities</a>.</p>
<p>Previously <a href="http://www.heise-security.co.uk/articles/98120">independent researchers proved</a> that Apple&#8217;s claim that the Leopard firewall could block all incoming connections was false.</p>
<blockquote><p>In an advisory accompanying the Mac OS X v10.5.1 update, Apple admitted that the “Block all incoming connections” setting for the firewall is misleading.</p>
<p>“The ‘Block all incoming connections’ setting for the Application Firewall allows any process running as user “root” (UID 0) to receive incoming connections, and also allows mDNSResponder to receive connections. This could result in the unexpected exposure of network services,” Apple said.</p>
<p>With the fix, the firewall will more accurately describe the option as “Allow only essential services”, and by limiting the processes permitted to receive incoming connections under this setting to a small fixed set of system services, Apple said</p></blockquote>
<p>Sounds like they are back-pedaling rather fast. They also addressed two other issues with the application based firewall.</p>
<blockquote><p><strong>CVE-2007-4703:</strong>  The “Set access for specific services and applications” setting for the Application Firewall allows any process running as user “root” (UID 0) to receive incoming connections, even if its executable is specifically added to the list of programs and its entry in the list is marked as “Block incoming connections”. This could result in the unexpected exposure of network services.</p>
<p><strong>CVE-2007-4704:</strong> When the Application Firewall settings are changed, a running process started by launchd will not be affected until it is restarted. A user might expect changes to take effect immediately and so leave their system exposed to network access.</p></blockquote>
<p>So watch out, Apple is not the panacea of security as some people claim it to be.</p>
<p></p>
<p>Source: <a href="http://blogs.zdnet.com/security/?p=673">ZDNet</a></p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Apple+Fixes+%E2%80%98Misleading%E2%80%99+Leopard+Firewall+Settings+http%3A%2F%2Fdarknet.org.uk%2F%3Fp%3D745+from+%40THEdarknet" title="Post to Twitter"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://www.darknet.org.uk/2007/11/apple-fixes-misleading-leopard-firewall-settings/&amp;t=Apple+Fixes+%E2%80%98Misleading%E2%80%99+Leopard+Firewall+Settings" title="Post to Facebook"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook-micro3.png" alt="Post to Facebook" /></a> <a class="tt" href="http://www.google.com/buzz/post?url=http://www.darknet.org.uk/2007/11/apple-fixes-misleading-leopard-firewall-settings/&amp;imageurl=" title="Post to Google Buzz"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/gbuzz/tt-gbuzz-micro3.png" alt="Post to Google Buzz" /></a> <a class="tt" href="http://delicious.com/post?url=http://www.darknet.org.uk/2007/11/apple-fixes-misleading-leopard-firewall-settings/&amp;title=Apple+Fixes+%E2%80%98Misleading%E2%80%99+Leopard+Firewall+Settings" title="Post to Delicious"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/delicious/tt-delicious-micro3.png" alt="Post to Delicious" /></a> <a class="tt" href="http://digg.com/submit?url=http://www.darknet.org.uk/2007/11/apple-fixes-misleading-leopard-firewall-settings/&amp;title=Apple+Fixes+%E2%80%98Misleading%E2%80%99+Leopard+Firewall+Settings" title="Post to Digg"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/digg/tt-digg-micro3.png" alt="Post to Digg" /></a> <a class="tt" href="http://reddit.com/submit?url=http://www.darknet.org.uk/2007/11/apple-fixes-misleading-leopard-firewall-settings/&amp;title=Apple+Fixes+%E2%80%98Misleading%E2%80%99+Leopard+Firewall+Settings" title="Post to Reddit"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/reddit/tt-reddit-micro3.png" alt="Post to Reddit" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://www.darknet.org.uk/2007/11/apple-fixes-misleading-leopard-firewall-settings/&amp;title=Apple+Fixes+%E2%80%98Misleading%E2%80%99+Leopard+Firewall+Settings" title="Post to StumbleUpon"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/su/tt-su-micro3.png" alt="Post to StumbleUpon" /></a></p></div><div class="AWD_like_button "><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.darknet.org.uk%2F2007%2F11%2Fapple-fixes-misleading-leopard-firewall-settings%2F&amp;send=false&amp;layout=standard&amp;width=&amp;show_faces=false&amp;action=like&amp;colorscheme=light&amp;font=arial&amp;height=40" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:px; height:40px;" allowTransparency="true"></iframe></div>]]></content:encoded>
			<wfw:commentRss>http://www.darknet.org.uk/2007/11/apple-fixes-misleading-leopard-firewall-settings/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Appledoz</title>
		<link>http://www.darknet.org.uk/2006/03/appledoz/</link>
		<comments>http://www.darknet.org.uk/2006/03/appledoz/#comments</comments>
		<pubDate>Fri, 17 Mar 2006 14:27:07 +0000</pubDate>
		<dc:creator>Haydies</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Windows Hacking]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/2006/03/appledoz/</guid>
		<description><![CDATA[Each day I check out the technology section of the bbc site, ok, its not the most in-depth, or techy site in the world, but it covers interesting stuff. One interesting article http://news.bbc.co.uk/1/hi/technology/4816520.stm talks about getting a mac to run windows. That in it self is quite cool, but to my mind its the wrong [...]]]></description>
			<content:encoded><![CDATA[<p></p>
<p>Each day I check out the technology section of the bbc site, ok, its not the most in-depth, or techy site in the world, but it covers interesting stuff.</p>
<p>One interesting article <a href="http://news.bbc.co.uk/1/hi/technology/4816520.stm">http://news.bbc.co.uk/1/hi/technology/4816520.stm</a> talks about getting a mac to run windows. That in it self is quite cool, but to my mind its the wrong way.</p>
<p>Who wants to put windows on a mac? what&#8217;s the point? You can buy PC hardware for less then the mac, and they run windows with out a problem. Well&#8230;. kinda.</p>
<p>So, what would be better? Getting OSX to run on a PC. Do that and what you have is some completion to windows with an existing user base, financial backing and at least most of the applications business want.</p>
<p>Business still counts for more of the computer market. Linux has never really broken in to the desk top market, main I think because people &#8220;into&#8221; linux don&#8217;t do gui. Fundamentally linux geeks tend to not believe its worth the effort, so the gui always seems to be less the perfect.</p>
<p>OSX, now that is a desk top platform, to my understanding its based on linux, and a lot of linux apps can be built to run on it. But, like I said, its a mac so it already has a lot of the applications people want and need.</p>
<p></p>
<p>I could be wrong but to me I think this is only the start. I don&#8217;t like mac&#8217;s. I don&#8217;t want a mac, but I see OSX and it look sexy. Maybe if I didn&#8217;t need a mac to try it out I&#8217;d give it a go, but buying hardware just to run an OS I might not like? I think not.</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Appledoz+http%3A%2F%2Fdarknet.org.uk%2F%3Fp%3D120+from+%40THEdarknet" title="Post to Twitter"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://www.darknet.org.uk/2006/03/appledoz/&amp;t=Appledoz" title="Post to Facebook"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook-micro3.png" alt="Post to Facebook" /></a> <a class="tt" href="http://www.google.com/buzz/post?url=http://www.darknet.org.uk/2006/03/appledoz/&amp;imageurl=" title="Post to Google Buzz"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/gbuzz/tt-gbuzz-micro3.png" alt="Post to Google Buzz" /></a> <a class="tt" href="http://delicious.com/post?url=http://www.darknet.org.uk/2006/03/appledoz/&amp;title=Appledoz" title="Post to Delicious"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/delicious/tt-delicious-micro3.png" alt="Post to Delicious" /></a> <a class="tt" href="http://digg.com/submit?url=http://www.darknet.org.uk/2006/03/appledoz/&amp;title=Appledoz" title="Post to Digg"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/digg/tt-digg-micro3.png" alt="Post to Digg" /></a> <a class="tt" href="http://reddit.com/submit?url=http://www.darknet.org.uk/2006/03/appledoz/&amp;title=Appledoz" title="Post to Reddit"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/reddit/tt-reddit-micro3.png" alt="Post to Reddit" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://www.darknet.org.uk/2006/03/appledoz/&amp;title=Appledoz" title="Post to StumbleUpon"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/su/tt-su-micro3.png" alt="Post to StumbleUpon" /></a></p></div><div class="AWD_like_button "><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.darknet.org.uk%2F2006%2F03%2Fappledoz%2F&amp;send=false&amp;layout=standard&amp;width=&amp;show_faces=false&amp;action=like&amp;colorscheme=light&amp;font=arial&amp;height=40" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:px; height:40px;" allowTransparency="true"></iframe></div>]]></content:encoded>
			<wfw:commentRss>http://www.darknet.org.uk/2006/03/appledoz/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Severe Security Hole in Apple Mac Safari Web Browser</title>
		<link>http://www.darknet.org.uk/2006/02/severe-security-hole-in-apple-mac-safari-web-browser/</link>
		<comments>http://www.darknet.org.uk/2006/02/severe-security-hole-in-apple-mac-safari-web-browser/#comments</comments>
		<pubDate>Tue, 21 Feb 2006 02:27:46 +0000</pubDate>
		<dc:creator>Darknet</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Web Hacking]]></category>
		<category><![CDATA[apple-mac]]></category>
		<category><![CDATA[apple-security]]></category>
		<category><![CDATA[mac-security]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[safari-exploit]]></category>
		<category><![CDATA[safari-security]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/2006/02/severe-security-hole-in-apple-mac-safari-web-browser/</guid>
		<description><![CDATA[As the German IT portal heise online conveys, a new security hole in the Safari webbrowser for Apple&#8217;s Mac OS X has been discovered. This security hole is rather severe, as it invokes the execution of shell scripts under certain circumstances. Once again the Safari option &#8220;open safe&#8221; files automatically after download bears the blame. [...]]]></description>
			<content:encoded><![CDATA[<p></p>
<p>As the German IT portal heise online conveys, a new security hole in the Safari webbrowser for Apple&#8217;s Mac OS X has been discovered. This security hole is rather severe, as it invokes the execution of shell scripts under certain circumstances.</p>
<p>Once again the Safari option &#8220;open safe&#8221; files automatically after download bears the blame. If this facility runs across a shell script that is missing the so-called Shebang-row, the system won&#8217;t ask the user whether to execute the file automatically anymore &#8211; it&#8217;ll just execute it anyways. Unfortunately you can simply rename a shellscript without a Shebang-row to known-good filetype extensions like JPG or PNG and put that renamed script into a ZIP file &#8211; zipping as well an administrative file that&#8217;ll connect that file with the shell. A target Mac then &#8220;knows&#8221; automatically how to open that file if it receives that ZIP &#8211; it&#8217;ll take it as totally normal to execute the &#8220;jpg file&#8221; with the shell.</p>
<p>To circumvent this issue immediately, you can exercise two countermeasures &#8211; the first one is to disable that unsafe option in Safari, the second one is to move the terminal to another place, as the connection between shellscript and terminal has a hardcoded file path to the terminal. Additionally, you should never ever work with administrator privileges &#8211; as one should be used to with windoze, this rule of thumb has the same virtues on a Mac as well</p>
<p>Source: <a href="http://www.4null4.de/110/severe-security-hole-in-apple-safari-browser/">4null4.de</a></p>
<p>A rare exploit for Mac eh, it is possible to exploit, it&#8217;s not just a theory, you can find a proof of concept here:</p>
<p><a href="http://www.mathematik.uni-ulm.de/numerik/staff/lehn/macosx.html">http://www.mathematik.uni-ulm.de/numerik/staff/lehn/macosx.html</a></p>
<p></p>
<p>With a Babelfish <a href="http://babelfish.altavista.com/babelfish/trurl_pagecontent?lp=de_en&#038;url=http%3A%2F%2Fwww.mathematik.uni-ulm.de%2Fnumerik%2Fstaff%2Flehn%2Fmacosx.html">Translation</a>.</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Severe+Security+Hole+in+Apple+Mac+Safari+Web+Browser+http%3A%2F%2Fdarknet.org.uk%2F%3Fp%3D48+from+%40THEdarknet" title="Post to Twitter"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://www.darknet.org.uk/2006/02/severe-security-hole-in-apple-mac-safari-web-browser/&amp;t=Severe+Security+Hole+in+Apple+Mac+Safari+Web+Browser" title="Post to Facebook"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook-micro3.png" alt="Post to Facebook" /></a> <a class="tt" href="http://www.google.com/buzz/post?url=http://www.darknet.org.uk/2006/02/severe-security-hole-in-apple-mac-safari-web-browser/&amp;imageurl=" title="Post to Google Buzz"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/gbuzz/tt-gbuzz-micro3.png" alt="Post to Google Buzz" /></a> <a class="tt" href="http://delicious.com/post?url=http://www.darknet.org.uk/2006/02/severe-security-hole-in-apple-mac-safari-web-browser/&amp;title=Severe+Security+Hole+in+Apple+Mac+Safari+Web+Browser" title="Post to Delicious"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/delicious/tt-delicious-micro3.png" alt="Post to Delicious" /></a> <a class="tt" href="http://digg.com/submit?url=http://www.darknet.org.uk/2006/02/severe-security-hole-in-apple-mac-safari-web-browser/&amp;title=Severe+Security+Hole+in+Apple+Mac+Safari+Web+Browser" title="Post to Digg"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/digg/tt-digg-micro3.png" alt="Post to Digg" /></a> <a class="tt" href="http://reddit.com/submit?url=http://www.darknet.org.uk/2006/02/severe-security-hole-in-apple-mac-safari-web-browser/&amp;title=Severe+Security+Hole+in+Apple+Mac+Safari+Web+Browser" title="Post to Reddit"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/reddit/tt-reddit-micro3.png" alt="Post to Reddit" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://www.darknet.org.uk/2006/02/severe-security-hole-in-apple-mac-safari-web-browser/&amp;title=Severe+Security+Hole+in+Apple+Mac+Safari+Web+Browser" title="Post to StumbleUpon"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/su/tt-su-micro3.png" alt="Post to StumbleUpon" /></a></p></div><div class="AWD_like_button "><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.darknet.org.uk%2F2006%2F02%2Fsevere-security-hole-in-apple-mac-safari-web-browser%2F&amp;send=false&amp;layout=standard&amp;width=&amp;show_faces=false&amp;action=like&amp;colorscheme=light&amp;font=arial&amp;height=40" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:px; height:40px;" allowTransparency="true"></iframe></div>]]></content:encoded>
			<wfw:commentRss>http://www.darknet.org.uk/2006/02/severe-security-hole-in-apple-mac-safari-web-browser/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

