<?xml version='1.0'?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:georss="http://www.georss.org/georss"  >
	<channel>
		<title><![CDATA[IT security community: 's files]]></title>
		<link>http://www.skilltube.com/pg/file/MikeEllecy?view=rss</link>
				
	<item>
	  <guid isPermaLink='true'>http://www.skilltube.com/pg/file/skilltutos/read/1516/chapter-6-memory-corruption-part-ii-heaps-by-mario-hewardt-and-daniel-pravat</guid>
	  <pubDate>Fri, 30 Apr 2010 09:22:56 +0200</pubDate>
	  <link>http://www.skilltube.com/pg/file/skilltutos/read/1516/chapter-6-memory-corruption-part-ii-heaps-by-mario-hewardt-and-daniel-pravat</link>
	  <title><![CDATA[Chapter 6, "Memory Corruption Part II - Heaps" by Mario Hewardt and Daniel Pravat]]></title>
	  <description><![CDATA[<p>
	This chapter explains in detail what the heap is and how it works. It is part of the book &quot;Advanced Windows Debugging&quot; and available on the author&#39;s website, free of charge (Sample Chapter).&nbsp;</p>
]]></description>
	  <enclosure url="http://www.skilltube.com/action/file/download?file_guid=1516" length="504158" type="application/pdf" />
	</item>

	<item>
	  <guid isPermaLink='true'>http://www.skilltube.com/pg/file/skilltutos/read/1482/reliable-windows-heap-exploits-by-matt-conover-amp-oded-horovitz</guid>
	  <pubDate>Wed, 21 Apr 2010 10:20:34 +0200</pubDate>
	  <link>http://www.skilltube.com/pg/file/skilltutos/read/1482/reliable-windows-heap-exploits-by-matt-conover-amp-oded-horovitz</link>
	  <title><![CDATA["Reliable Windows Heap Exploits" by Matt Conover &amp; Oded Horovitz]]></title>
	  <description><![CDATA[<p>
	Must read!&nbsp;</p>
]]></description>
	  <enclosure url="http://www.skilltube.com/action/file/download?file_guid=1482" length="233154" type="application/zip" />
	</item>

	<item>
	  <guid isPermaLink='true'>http://www.skilltube.com/pg/file/skilltutos/read/1480/windows-heap-overflows-by-david-litchfield</guid>
	  <pubDate>Wed, 21 Apr 2010 10:19:21 +0200</pubDate>
	  <link>http://www.skilltube.com/pg/file/skilltutos/read/1480/windows-heap-overflows-by-david-litchfield</link>
	  <title><![CDATA["Windows Heap Overflows" by David Litchfield]]></title>
	  <description><![CDATA[<p>
	The presentation focuses on Windows Heap Overflow Exploitation.</p>
]]></description>
	  <enclosure url="http://www.skilltube.com/action/file/download?file_guid=1480" length="58830" type="application/zip" />
	</item>

	<item>
	  <guid isPermaLink='true'>http://www.skilltube.com/pg/file/skilltutos/read/1478/third-generation-exploitation-by-halvar-flake</guid>
	  <pubDate>Wed, 21 Apr 2010 10:17:27 +0200</pubDate>
	  <link>http://www.skilltube.com/pg/file/skilltutos/read/1478/third-generation-exploitation-by-halvar-flake</link>
	  <title><![CDATA["Third Generation Exploitation" by Halvar Flake]]></title>
	  <description><![CDATA[<p>
	Halvar discusses, among others, Windows Heap Overflows. It is one of the first presentations that focuses on this topic.&nbsp;</p>
]]></description>
	  <enclosure url="http://www.skilltube.com/action/file/download?file_guid=1478" length="42863" type="application/zip" />
	</item>

	<item>
	  <guid isPermaLink='true'>http://www.skilltube.com/pg/file/skilltutos/read/1462/bypassing-browser-memory-protections-by-mdowd-and-asotirov</guid>
	  <pubDate>Sat, 17 Apr 2010 20:33:09 +0200</pubDate>
	  <link>http://www.skilltube.com/pg/file/skilltutos/read/1462/bypassing-browser-memory-protections-by-mdowd-and-asotirov</link>
	  <title><![CDATA["Bypassing Browser Memory Protections" by M.Dowd and A.Sotirov]]></title>
	  <description><![CDATA[<p>
	From the Introduction:</p>
<p>
	&quot;Over the past several years, Microsoft has implemented a number of memory protection&nbsp;mechanisms with the goal of preventing the reliable exploitation of common software&nbsp;vulnerabilities on the Windows platform. Protection mechanisms such as GS, SafeSEH, DEP and&nbsp;ASLR complicate the exploitation of many memory corruption vulnerabilities and at first sight&nbsp;present an insurmountable obstacle for exploit developers.</p>
</p>
<p>
	In this paper we will discuss the limitations of all aforementioned protection mechanisms and will&nbsp;describe the cases in which they fail. We aim to show that the protection mechanisms in&nbsp;Windows Vista are particularly ineffective for preventing the exploitation of memory corruption&nbsp;vulnerabilities in browsers. This will be demonstrated with a variety of exploitation techniques&nbsp;that can be used to bypass the protections and achieve reliable remote code execution in many&nbsp;different circumstances.&quot;</p>
<p>
	&nbsp;</p>
</p>
<p>&lt;!--EndFragment--&gt;</p>
]]></description>
	  <enclosure url="http://www.skilltube.com/action/file/download?file_guid=1462" length="700491" type="application/pdf" />
	</item>

	<item>
	  <guid isPermaLink='true'>http://www.skilltube.com/pg/file/skilltutos/read/1438/bypassing-windows-hardwareenforced-data-execution-prevention-by-skape-and-skywing</guid>
	  <pubDate>Wed, 14 Apr 2010 10:04:13 +0200</pubDate>
	  <link>http://www.skilltube.com/pg/file/skilltutos/read/1438/bypassing-windows-hardwareenforced-data-execution-prevention-by-skape-and-skywing</link>
	  <title><![CDATA["Bypassing Windows Hardware-enforced Data Execution Prevention" by skape and Skywing]]></title>
	  <description><![CDATA[<p>
	From their abstract:</p>
<p>
	&nbsp;</p>
<p>
	&quot;This paper describes a technique that can be used to bypass Windows hardware-enforced Data Execution Prevention (DEP) on default installations of Windows XP Service Pack 2 and Windows 2003 Server Service Pack 1. This technique makes it possible to execute code from regions that are typically non-executable when hardware support is present, such as thread stacks and process heaps. While other techniques have been used to accomplish similar feats, such as returning into NtProtectVirtualMemory, this approach requires no direct reprotecting of memory regions, no copying of arbitrary code to other locations, and does not have issues with NULL bytes. The result is a feasible approach that can be used to easily bypass the enhancements offered by hardware-enforced DEP on Windows in a way that requires very minimal modifications to existing exploits.&quot;</p>
]]></description>
	  <enclosure url="http://www.skilltube.com/action/file/download?file_guid=1438" length="127535" type="application/pdf" />
	</item>

	<item>
	  <guid isPermaLink='true'>http://www.skilltube.com/pg/file/skilltutos/read/1349/understanding-windows-shellcode-by-skape</guid>
	  <pubDate>Mon, 29 Mar 2010 21:18:56 +0200</pubDate>
	  <link>http://www.skilltube.com/pg/file/skilltutos/read/1349/understanding-windows-shellcode-by-skape</link>
	  <title><![CDATA["Understanding Windows Shellcode" by skape]]></title>
	  <description><![CDATA[<p>
	From the Intro of the document:</p>
<p>
	&quot;The purpose of this document is to familiarize or refresh the reader with the<br />
	techniques used to write reliable shellcode for Windows. The reader is expected<br />
	to be familiar with IA32 assembly on at least a conceptual level. It is also<br />
	recommended that the reader take some time to review some of the items in the<br />
	bibliography. Aside from that, the only other requirement is the desire to learn.<br />
	Many portions of this document have been covered elsewhere before but, to<br />
	the author&rsquo;s satisfaction, have not been compiled into an easily understandable<br />
	format for beginners and tinkerers alike. For this reason the author hopes that<br />
	the reader walks away with a more centralized point of reference with regards<br />
	to the topic of Windows shellcode.</p>
<p>
	<br />
	This document will focus both on Windows 9x and Windows NT based versions<br />
	with more emphasis on the latter.</p>
<p>
	The tool used to compile the assembly displayed in this document is cl.exe<br />
	as distributed with Microsoft&rsquo;s Visual Studio suite. With cl.exe, one should<br />
	make use of the inline assembler functionality when attempting to compile the<br />
	assembly. Also, one can likely use masm or other assemblers that support intelstyle<br />
	assembly as well if one does not have access to cl.exe.<br />
	Finally, all of the shellcode in this document can be found at http://www.hick.<br />
	org/code/skape/shellcode/win32.&quot;</p>
<p>
	Original Link: <a href="http://www.hick.org/code/skape/papers/win32-shellcode.pdf">www.hick.org/code/skape/papers/win32-shellcode.pdf</a></p>
]]></description>
	  <enclosure url="http://www.skilltube.com/action/file/download?file_guid=1349" length="419466" type="application/pdf" />
	</item>
We couldn't find any files at the moment.	</channel>
</rss>