<?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>Technoblog.org &#187; Windows</title>
	<atom:link href="http://technoblog.org/category/windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://technoblog.org</link>
	<description>Technoblogging</description>
	<lastBuildDate>Mon, 23 Aug 2010 07:58:59 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>New version of Process Explorer (and some other tools)</title>
		<link>http://technoblog.org/2010/03/new-version-of-process-explorer-and-some-other-tools/</link>
		<comments>http://technoblog.org/2010/03/new-version-of-process-explorer-and-some-other-tools/#comments</comments>
		<pubDate>Tue, 30 Mar 2010 06:08:39 +0000</pubDate>
		<dc:creator>jrp</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Process Explorer]]></category>
		<category><![CDATA[Sysinternals]]></category>

		<guid isPermaLink="false">http://technoblog.org/?p=83</guid>
		<description><![CDATA[Microsoft Sysinternals just released a new version of Process Explorer (v12).
In the new version you can see what svchost is hosting, the mapping of service names to threads and the TCP/IP tabs on Vista/Win 7. There are also some features related to IE8.
Process Explorer:
http://technet.microsoft.com/en-gb/sysinternals/bb896653.aspx
They also updated som other tools:
VMMap
http://technet.microsoft.com/en-gb/sysinternals/dd535533.aspx
DiskView
http://technet.microsoft.com/en-gb/sysinternals/bb896650.aspx
Read the entire blog post here:
http://blogs.technet.com/sysinternals/archive/2010/03/25/updates-process-explorer-v12-vmmap-v2-62-diskview-v2-4-sdelete-v1-7.aspx
]]></description>
			<content:encoded><![CDATA[<p>Microsoft Sysinternals just released a new version of Process Explorer (v12).<br />
In the new version you can see what svchost is hosting, the mapping of service names to threads and the TCP/IP tabs on Vista/Win 7. There are also some features related to IE8.</p>
<p>Process Explorer:<br />
<a href="http://technet.microsoft.com/en-gb/sysinternals/bb896653.aspx">http://technet.microsoft.com/en-gb/sysinternals/bb896653.aspx</a></p>
<p>They also updated som other tools:</p>
<p>VMMap<br />
<a href="http://technet.microsoft.com/en-gb/sysinternals/dd535533.aspx">http://technet.microsoft.com/en-gb/sysinternals/dd535533.aspx</a></p>
<p>DiskView<br />
<a href="http://technet.microsoft.com/en-gb/sysinternals/bb896650.aspx">http://technet.microsoft.com/en-gb/sysinternals/bb896650.aspx</a></p>
<p>Read the entire blog post here:<br />
<a href="http://blogs.technet.com/sysinternals/archive/2010/03/25/updates-process-explorer-v12-vmmap-v2-62-diskview-v2-4-sdelete-v1-7.aspx">http://blogs.technet.com/sysinternals/archive/2010/03/25/updates-process-explorer-v12-vmmap-v2-62-diskview-v2-4-sdelete-v1-7.aspx</a></p>
]]></content:encoded>
			<wfw:commentRss>http://technoblog.org/2010/03/new-version-of-process-explorer-and-some-other-tools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>0-day SMB remote exploit in Windows 7 and Windows Server 2008 R2</title>
		<link>http://technoblog.org/2009/11/0-day-smb-remote-exploit-in-windows-7-and-windows-server-2008-r2/</link>
		<comments>http://technoblog.org/2009/11/0-day-smb-remote-exploit-in-windows-7-and-windows-server-2008-r2/#comments</comments>
		<pubDate>Fri, 13 Nov 2009 08:18:21 +0000</pubDate>
		<dc:creator>jrp</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[0-day]]></category>
		<category><![CDATA[0day]]></category>
		<category><![CDATA[SMB remote exploit]]></category>
		<category><![CDATA[vulnerability]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows Server 2008 R2]]></category>

		<guid isPermaLink="false">http://technoblog.org/?p=74</guid>
		<description><![CDATA[There is a new 0-day remote exploit available for Windows 7 and Windows Server 2008 R2.
This only works on R2 of Windows Server, but it work even with all the latest patches applied.
Exploitation of the exploit crashes the system. This is done by sending a NetBios header that specifies that the SMB-packet is 1, 2 [...]]]></description>
			<content:encoded><![CDATA[<p>There is a new 0-day remote exploit available for Windows 7 and Windows Server 2008 R2.<br />
This only works on R2 of Windows Server, but it work even with all the latest patches applied.</p>
<p>Exploitation of the exploit crashes the system. This is done by sending a NetBios header that specifies that the SMB-packet is 1, 2 or 4 bytes larger or smaller than what it actually is.</p>
<p>When the system crashes, there is no BSOD, the system simply freezes. And there is no traces in the event logs (after reboot).</p>
<p>When the system receives the packet, it goes into an infinite loop.</p>
<p>The crash itself happens in KeAccumulateTicks() due to NT_ASSERT()/DbgRaiseAssertionFailure() (which is caused by an infinite loop).</p>
<p>The vulnerability could possibly be exploited through IE.</p>
<p>And the proof of concept works by:</p>
<p>1. Running the python code on a *nix box, and ensuring port 445 is open.<br />
2. Connecting through SMB to the *nix box.</p>
<p>Read more:<br />
<a href="http://isc.sans.org/diary.html?storyid=7573">http://isc.sans.org/diary.html?storyid=7573</a><br />
<a href="http://blog.trendmicro.com/new-smb-zero-day-exploit/">http://blog.trendmicro.com/new-smb-zero-day-exploit/</a><br />
<a href="http://praetorianprefect.com/archives/2009/11/how-to-crash-windows-7-and-server-2008/">http://praetorianprefect.com/archives/2009/11/how-to-crash-windows-7-and-server-2008/</a><br />
<a href="http://g-laurent.blogspot.com/2009/11/windows-7-server-2008r2-remote-kernel.html">http://g-laurent.blogspot.com/2009/11/windows-7-server-2008r2-remote-kernel.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://technoblog.org/2009/11/0-day-smb-remote-exploit-in-windows-7-and-windows-server-2008-r2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Windows XP on a Dell XPS M1330</title>
		<link>http://technoblog.org/2009/09/installing-windows-xp-on-a-dell-xps-m1330/</link>
		<comments>http://technoblog.org/2009/09/installing-windows-xp-on-a-dell-xps-m1330/#comments</comments>
		<pubDate>Mon, 07 Sep 2009 19:15:08 +0000</pubDate>
		<dc:creator>jrp</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[Dell XPS M1330]]></category>
		<category><![CDATA[Installing Windows XP]]></category>
		<category><![CDATA[Windows XP]]></category>

		<guid isPermaLink="false">http://technoblog.org/?p=64</guid>
		<description><![CDATA[If you want to install Windows XP Professional on a Dell XPS M1330 laptop, its enough to set the S-ATA controller to &#8220;ATA&#8221;-mode in the BIOS (yes, disable ACHI, and remember to disable the flash cache thingy too). 
]]></description>
			<content:encoded><![CDATA[<p>If you want to install Windows XP Professional on a Dell XPS M1330 laptop, its enough to set the S-ATA controller to &#8220;ATA&#8221;-mode in the BIOS (yes, disable ACHI, and remember to disable the flash cache thingy too). </p>
]]></content:encoded>
			<wfw:commentRss>http://technoblog.org/2009/09/installing-windows-xp-on-a-dell-xps-m1330/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
