<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0" xml:base="http://www.purehacking.com">
<channel>
 <title>Pure Hacking blogs</title>
 <link>http://www.purehacking.com/blog</link>
 <description />
 <language>en</language>
<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/purehacking" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="purehacking" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
 <title>Introduction to Hash DoS Attacks</title>
 <link>http://www.purehacking.com/blogs/josh-zlatin/introduction-to-hash-dos-attacks</link>
 <description>&lt;ul style="margin-left: 15px;"&gt;
    &lt;p&gt;Someone asked me about the &lt;a href="http://www.nruns.com/_downloads/advisory28122011.pdf"&gt;Hash DoS&lt;/a&gt; attack recently disclosed at CCC, so I thought I would give a high level explanation of it here in case it benefits others as well. Hash tables are often used in programming languages to map data keys and values  together. A comparable real world example could be a phone book which maps a  person's name (the key) to their phone number (the value).&lt;/p&gt;&lt;/ul&gt;&lt;p&gt;&lt;a href="http://www.purehacking.com/blogs/josh-zlatin/introduction-to-hash-dos-attacks" target="_blank"&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.purehacking.com/blogs/josh-zlatin/introduction-to-hash-dos-attacks#comments</comments>
 <category domain="http://www.purehacking.com/blog/managed-security">Managed Security</category>
 <pubDate>Tue, 03 Jan 2012 09:16:33 +0000</pubDate>
 <dc:creator>Josh Zlatin</dc:creator>
 <guid isPermaLink="false">497 at http://www.purehacking.com</guid>
</item>
<item>
 <title>Virtual Patching Session Fixation</title>
 <link>http://www.purehacking.com/blogs/josh-zlatin/virtual-patching-session-fixation</link>
 <description>&lt;br /&gt;
&lt;ul style="margin-left: 15px;"&gt;
    &lt;p&gt;On a recent engagement we gained unrestricted administrative access to a certain proprietary web application by exploiting a Session Fixation flaw. According to the &lt;a href="http://projects.webappsec.org/w/page/13246960/Session%20Fixation"&gt;WASC Threat Classification v2&lt;/a&gt;, Session Fixation is an&amp;nbsp;&lt;em&gt;attack technique that forces a user's session ID to an explicit value&lt;/em&gt;.&lt;/p&gt;&lt;/ul&gt;&lt;p&gt;&lt;a href="http://www.purehacking.com/blogs/josh-zlatin/virtual-patching-session-fixation" target="_blank"&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.purehacking.com/blogs/josh-zlatin/virtual-patching-session-fixation#comments</comments>
 <category domain="http://www.purehacking.com/blog/managed-security">Managed Security</category>
 <category domain="http://www.purehacking.com/blog/tags/modsecurity">ModSecurity</category>
 <category domain="http://www.purehacking.com/blog/tags/purewaf">purewaf</category>
 <pubDate>Thu, 01 Dec 2011 15:50:10 +0000</pubDate>
 <dc:creator>Josh Zlatin</dc:creator>
 <guid isPermaLink="false">495 at http://www.purehacking.com</guid>
</item>
<item>
 <title>Speeding Up Lua Script Execution in ModSecurity</title>
 <link>http://www.purehacking.com/blogs/josh-zlatin/speeding-up-lua-script-execution-in-modsecurity</link>
 <description>&lt;ul style="margin-left: 15px;"&gt;
    &lt;p&gt;Often when implementing customised ModSecurity solutions we need to     extend the built-in functionality via Lua scripting. One of the      disadvantages to this approach is the added latency penalty paid for not     using the native rules language. When web site performance is critical     for business continuity, every additional millesecond counts.      The current trunk code fixes a      long-standing limitation where ModSecurity needed to create a new VM for     each request, which added latency every time a Lua script was executed.&lt;/p&gt;&lt;/ul&gt;&lt;p&gt;&lt;a href="http://www.purehacking.com/blogs/josh-zlatin/speeding-up-lua-script-execution-in-modsecurity" target="_blank"&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.purehacking.com/blogs/josh-zlatin/speeding-up-lua-script-execution-in-modsecurity#comments</comments>
 <category domain="http://www.purehacking.com/blog/tags/lua">Lua</category>
 <category domain="http://www.purehacking.com/blog/managed-security">Managed Security</category>
 <category domain="http://www.purehacking.com/blog/tags/modsecurity">ModSecurity</category>
 <category domain="http://www.purehacking.com/blog/tags/purewaf">purewaf</category>
 <category domain="http://www.purehacking.com/blog/tags/security">security</category>
 <pubDate>Tue, 15 Nov 2011 16:01:51 +0000</pubDate>
 <dc:creator>Josh Zlatin</dc:creator>
 <guid isPermaLink="false">494 at http://www.purehacking.com</guid>
</item>
<item>
 <title>Remove Lost iPhone Backup Password</title>
 <link>http://www.purehacking.com/blogs/ty-miller/remove-lost-iphone-backup-password</link>
 <description>&lt;p&gt;Lets say that at some point you decided to adhere to security best practices and set a password on your iPhone backups so that they are encrypted. A year or two later you have upgraded your iPhone to a new version and you want to transfer all of your data across to the new phone. You attempt to restore from your backup and, doh, you need to remember the password you set. You try every password you could have set but none of them work.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.purehacking.com/blogs/ty-miller/remove-lost-iphone-backup-password" target="_blank"&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.purehacking.com/blogs/ty-miller/remove-lost-iphone-backup-password#comments</comments>
 <category domain="http://www.purehacking.com/blog/tags/backup-password">backup password</category>
 <category domain="http://www.purehacking.com/blog/tags/cydia">cydia</category>
 <category domain="http://www.purehacking.com/blog/tags/hacking">hacking</category>
 <category domain="http://www.purehacking.com/blog/infastructure-protection">Infastructure Protection</category>
 <category domain="http://www.purehacking.com/blog/tags/iphone">iPhone</category>
 <category domain="http://www.purehacking.com/blog/tags/ty-miller">ty miller</category>
 <pubDate>Sat, 15 Oct 2011 09:34:40 +0000</pubDate>
 <dc:creator>Ty Miller</dc:creator>
 <guid isPermaLink="false">492 at http://www.purehacking.com</guid>
</item>
<item>
 <title>Finding the level of risk you are comfortable with</title>
 <link>http://www.purehacking.com/blogs/rob-mcadam/finding-the-level-of-risk-you-are-comfortable-with</link>
 <description>&lt;p&gt;&lt;a href="http://www.purehacking.com/blogs/rob-mcadam/finding-the-level-of-risk-you-are-comfortable-with" target="_blank"&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.purehacking.com/blogs/rob-mcadam/finding-the-level-of-risk-you-are-comfortable-with#comments</comments>
 <category domain="http://www.purehacking.com/blog/tags/apetitie">apetitie</category>
 <category domain="http://www.purehacking.com/blog/business-risk-and-compliance">Business Risk and Compliance</category>
 <category domain="http://www.purehacking.com/blog/tags/isms">ISMS</category>
 <category domain="http://www.purehacking.com/blog/tags/risk">risk</category>
 <category domain="http://www.purehacking.com/blog/tags/risk-appetite">risk appetite</category>
 <category domain="http://www.purehacking.com/blog/tags/security">security</category>
 <pubDate>Tue, 26 Jul 2011 23:40:05 +0000</pubDate>
 <dc:creator>Rob McAdam</dc:creator>
 <guid isPermaLink="false">491 at http://www.purehacking.com</guid>
</item>
<item>
 <title>Security Vendor Management</title>
 <link>http://www.purehacking.com/blogs/rob-mcadam/security-vendor-management</link>
 <description>&lt;p&gt;&lt;a href="http://www.purehacking.com/blogs/rob-mcadam/security-vendor-management" target="_blank"&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.purehacking.com/blogs/rob-mcadam/security-vendor-management#comments</comments>
 <category domain="http://www.purehacking.com/blog/business-risk-and-compliance">Business Risk and Compliance</category>
 <category domain="http://www.purehacking.com/blog/tags/contract">contract</category>
 <category domain="http://www.purehacking.com/blog/tags/outsourcing">outsourcing</category>
 <category domain="http://www.purehacking.com/blog/tags/procurement">procurement</category>
 <category domain="http://www.purehacking.com/blog/tags/security">security</category>
 <category domain="http://www.purehacking.com/blog/tags/third-party-0">third party</category>
 <category domain="http://www.purehacking.com/blog/tags/third-party">third-party</category>
 <category domain="http://www.purehacking.com/blog/tags/vendor">vendor</category>
 <pubDate>Mon, 25 Jul 2011 23:25:57 +0000</pubDate>
 <dc:creator>Rob McAdam</dc:creator>
 <guid isPermaLink="false">490 at http://www.purehacking.com</guid>
</item>
<item>
 <title>The Principles of Other People's Data</title>
 <link>http://www.purehacking.com/blogs/rob-mcadam/the-principles-of-other-peoples-data</link>
 <description>&lt;p&gt;&lt;a href="http://www.purehacking.com/blogs/rob-mcadam/the-principles-of-other-peoples-data" target="_blank"&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.purehacking.com/blogs/rob-mcadam/the-principles-of-other-peoples-data#comments</comments>
 <category domain="http://www.purehacking.com/blog/business-risk-and-compliance">Business Risk and Compliance</category>
 <pubDate>Mon, 25 Jul 2011 00:16:39 +0000</pubDate>
 <dc:creator>Rob McAdam</dc:creator>
 <guid isPermaLink="false">488 at http://www.purehacking.com</guid>
</item>
<item>
 <title>Building dependable enterprise applications</title>
 <link>http://www.purehacking.com/blogs/sandeep-nain/building-dependable-enterprise-applications</link>
 <description>&lt;p&gt;Coming from a family of civil engineers, I always knew that it is a  rigorous process to ensure that a building is safe and secure for its  occupants. But, its the first time I got a chance to see the complete  construction lifecycle when they started building a&amp;nbsp; multi-story  business complex next to the building I live in.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.purehacking.com/blogs/sandeep-nain/building-dependable-enterprise-applications" target="_blank"&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.purehacking.com/blogs/sandeep-nain/building-dependable-enterprise-applications#comments</comments>
 <category domain="http://www.purehacking.com/blog/tags/secure-code-reviews">Secure Code Reviews</category>
 <category domain="http://www.purehacking.com/blog/tags/secure-coding-training">Secure Coding Training</category>
 <category domain="http://www.purehacking.com/blog/tags/secure-development-bootstrapping">Secure Development Bootstrapping</category>
 <category domain="http://www.purehacking.com/blog/tags/security-architecture-reviews">Security Architecture Reviews</category>
 <category domain="http://www.purehacking.com/blog/software-security">Software Security</category>
 <category domain="http://www.purehacking.com/blog/tags/software-security">Software Security</category>
 <category domain="http://www.purehacking.com/blog/tags/standards">Standards</category>
 <category domain="http://www.purehacking.com/blog/tags/web-application-security">Web Application Security</category>
 <pubDate>Tue, 28 Jun 2011 06:47:42 +0000</pubDate>
 <dc:creator>Sandeep Nain</dc:creator>
 <guid isPermaLink="false">485 at http://www.purehacking.com</guid>
</item>
<item>
 <title>Skype Bug Full Disclosure</title>
 <link>http://www.purehacking.com/blogs/gordon-maddern/skype-bug-full-disclosure</link>
 <description>&lt;p&gt;Skype has patched and released the fix for the Skype bug we found so we can discuss the details of the bug.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.purehacking.com/blogs/gordon-maddern/skype-bug-full-disclosure" target="_blank"&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.purehacking.com/blogs/gordon-maddern/skype-bug-full-disclosure#comments</comments>
 <category domain="http://www.purehacking.com/blog/tags/0day">0day</category>
 <category domain="http://www.purehacking.com/blog/tags/exploit">exploit</category>
 <category domain="http://www.purehacking.com/blog/infastructure-protection">Infastructure Protection</category>
 <category domain="http://www.purehacking.com/blog/tags/metasploit">metasploit</category>
 <category domain="http://www.purehacking.com/blog/tags/skype">skype</category>
 <category domain="http://www.purehacking.com/blog/tags/sploit">sploit</category>
 <category domain="http://www.purehacking.com/blog/tags/xss">xss</category>
 <pubDate>Tue, 24 May 2011 01:32:01 +0000</pubDate>
 <dc:creator>Gordon Maddern</dc:creator>
 <guid isPermaLink="false">482 at http://www.purehacking.com</guid>
</item>
<item>
 <title>Skype 0day vulnerabilitiy discovered by Pure Hacking</title>
 <link>http://www.purehacking.com/blogs/gordon-maddern/skype-0day-vulnerabilitiy-discovered-by-pure-hacking</link>
 <description>&lt;p&gt;About a month ago I was chatting on skype to a colleague about a payload for one of our clients.&amp;nbsp; Completely by accident, my payload executed in my colleagues skype client. &lt;/p&gt;
&lt;p&gt;I decided to investigate a little further and found that the Windows and Linux clients were not vulnerable. It was only the Mac skype client that seemed to be affected. So I decided to test another mac and sent the payload to my girlfriend. She wasn't too happy with me as it also left the her skype unusable for several days.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.purehacking.com/blogs/gordon-maddern/skype-0day-vulnerabilitiy-discovered-by-pure-hacking" target="_blank"&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.purehacking.com/blogs/gordon-maddern/skype-0day-vulnerabilitiy-discovered-by-pure-hacking#comments</comments>
 <category domain="http://www.purehacking.com/blog/tags/0day">0day</category>
 <category domain="http://www.purehacking.com/blog/tags/ethical-hacking">ethical hacking</category>
 <category domain="http://www.purehacking.com/blog/tags/exploit">exploit</category>
 <category domain="http://www.purehacking.com/blog/tags/hack">hack</category>
 <category domain="http://www.purehacking.com/blog/tags/hacker">hacker</category>
 <category domain="http://www.purehacking.com/blog/tags/hacking">hacking</category>
 <category domain="http://www.purehacking.com/blog/infastructure-protection">Infastructure Protection</category>
 <category domain="http://www.purehacking.com/blog/tags/mac">mac</category>
 <category domain="http://www.purehacking.com/blog/tags/pentesting">pentesting</category>
 <category domain="http://www.purehacking.com/blog/tags/reverse-payload">reverse payload</category>
 <category domain="http://www.purehacking.com/blog/tags/skype">skype</category>
 <category domain="http://www.purehacking.com/blog/tags/social-engineering">social engineering</category>
 <category domain="http://www.purehacking.com/blog/tags/sploit">sploit</category>
 <pubDate>Fri, 06 May 2011 04:26:39 +0000</pubDate>
 <dc:creator>Gordon Maddern</dc:creator>
 <guid isPermaLink="false">469 at http://www.purehacking.com</guid>
</item>
</channel>
</rss>

