<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Silly debugger tricks: Using KD to reset a forgotten administrator password</title>
	<atom:link href="http://www.nynaeve.net/index.php?feed=rss2&#038;p=136" rel="self" type="application/rss+xml" />
	<link>http://www.nynaeve.net/?p=136</link>
	<description>Adventures in Windows debugging and reverse engineering.</description>
	<lastBuildDate>Tue, 24 Aug 2010 12:05:39 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: PeterK</title>
		<link>http://www.nynaeve.net/?p=136&#038;cpage=1#comment-20840</link>
		<dc:creator>PeterK</dc:creator>
		<pubDate>Fri, 07 Dec 2007 20:14:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.nynaeve.net/?p=136#comment-20840</guid>
		<description>I want to use the hack with Windows Server 2003 CCS, but it seems that the funtion MsvpPasswordValidate doesn&#039;t even get called. I use an local account.</description>
		<content:encoded><![CDATA[<p>I want to use the hack with Windows Server 2003 CCS, but it seems that the funtion MsvpPasswordValidate doesn&#8217;t even get called. I use an local account.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Skywing</title>
		<link>http://www.nynaeve.net/?p=136&#038;cpage=1#comment-20812</link>
		<dc:creator>Skywing</dc:creator>
		<pubDate>Fri, 07 Dec 2007 04:15:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.nynaeve.net/?p=136#comment-20812</guid>
		<description>Yep, you&#039;re hosed with EFS if the system is offline and there isn&#039;t any useful key material in the page file or in free space, as far as I know, if you don&#039;t have the original password (or can bruteforce it).</description>
		<content:encoded><![CDATA[<p>Yep, you&#8217;re hosed with EFS if the system is offline and there isn&#8217;t any useful key material in the page file or in free space, as far as I know, if you don&#8217;t have the original password (or can bruteforce it).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nik</title>
		<link>http://www.nynaeve.net/?p=136&#038;cpage=1#comment-20810</link>
		<dc:creator>Nik</dc:creator>
		<pubDate>Fri, 07 Dec 2007 01:24:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.nynaeve.net/?p=136#comment-20810</guid>
		<description>Only problem is that you might lose access to EFS keys though.</description>
		<content:encoded><![CDATA[<p>Only problem is that you might lose access to EFS keys though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aditya K Sood</title>
		<link>http://www.nynaeve.net/?p=136&#038;cpage=1#comment-18750</link>
		<dc:creator>Aditya K Sood</dc:creator>
		<pubDate>Sat, 06 Oct 2007 22:54:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.nynaeve.net/?p=136#comment-18750</guid>
		<description>I tried it on local machine. The whole starting process is okay. As I load my Lsass from kernel mode to usermode by (.process) it shows PEB paged out. It hink this not suppose to happen if the process is running. What do you think the real cause is. No doubt PEB is paged out but still process is in the way.</description>
		<content:encoded><![CDATA[<p>I tried it on local machine. The whole starting process is okay. As I load my Lsass from kernel mode to usermode by (.process) it shows PEB paged out. It hink this not suppose to happen if the process is running. What do you think the real cause is. No doubt PEB is paged out but still process is in the way.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Skywing</title>
		<link>http://www.nynaeve.net/?p=136&#038;cpage=1#comment-16917</link>
		<dc:creator>Skywing</dc:creator>
		<pubDate>Fri, 13 Jul 2007 15:40:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.nynaeve.net/?p=136#comment-16917</guid>
		<description>Not the same thing.  You mignt do that to try and turn every user into an administrator (and you&#039;d probably need to do the same SeSinglePrivilegeCheck and friends), but that doesn&#039;t let you log on in the first place.  In my case the test VM didn&#039;t have any account that I remembered the password to.</description>
		<content:encoded><![CDATA[<p>Not the same thing.  You mignt do that to try and turn every user into an administrator (and you&#8217;d probably need to do the same SeSinglePrivilegeCheck and friends), but that doesn&#8217;t let you log on in the first place.  In my case the test VM didn&#8217;t have any account that I remembered the password to.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kersek</title>
		<link>http://www.nynaeve.net/?p=136&#038;cpage=1#comment-16912</link>
		<dc:creator>kersek</dc:creator>
		<pubDate>Fri, 13 Jul 2007 01:25:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.nynaeve.net/?p=136#comment-16912</guid>
		<description>What about patching SeAccessCheck?</description>
		<content:encoded><![CDATA[<p>What about patching SeAccessCheck?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Skywing</title>
		<link>http://www.nynaeve.net/?p=136&#038;cpage=1#comment-16905</link>
		<dc:creator>Skywing</dc:creator>
		<pubDate>Thu, 12 Jul 2007 15:20:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.nynaeve.net/?p=136#comment-16905</guid>
		<description>Nothing, though I usually have most of my test systems set up for kernel debugging, and I don&#039;t have ERD commander sitting around anywhere.  Faster to just use KD in my case; the whole thing takes all of about a minute to do.</description>
		<content:encoded><![CDATA[<p>Nothing, though I usually have most of my test systems set up for kernel debugging, and I don&#8217;t have ERD commander sitting around anywhere.  Faster to just use KD in my case; the whole thing takes all of about a minute to do.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DawnLight</title>
		<link>http://www.nynaeve.net/?p=136&#038;cpage=1#comment-16902</link>
		<dc:creator>DawnLight</dc:creator>
		<pubDate>Thu, 12 Jul 2007 12:16:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.nynaeve.net/?p=136#comment-16902</guid>
		<description>What happened to booting from good old ERD Commander?</description>
		<content:encoded><![CDATA[<p>What happened to booting from good old ERD Commander?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.407 seconds -->
