<?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>gHacks technology news &#187; windows-nt</title>
	<atom:link href="http://www.ghacks.net/tag/windows-nt/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ghacks.net</link>
	<description>A technology blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description>
	<lastBuildDate>Mon, 23 Nov 2009 22:22:46 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Hide Information in Files</title>
		<link>http://www.ghacks.net/2008/06/30/hide-information-in-files/</link>
		<comments>http://www.ghacks.net/2008/06/30/hide-information-in-files/#comments</comments>
		<pubDate>Mon, 30 Jun 2008 19:24:47 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Alternate Data Streams]]></category>
		<category><![CDATA[file system]]></category>
		<category><![CDATA[ntfs]]></category>
		<category><![CDATA[system forks]]></category>
		<category><![CDATA[windows-nt]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=5156</guid>
		<description><![CDATA[You might have already ready about Windows Alternate Data Streams (also known as System Forks on other operating systems) which are supported by most Windows operating systems that use NTFS (New Technology File System). Alternate Data Streams can contain any kind of information including textual, visual and executable. Malicious users can take advantage of the [...]]]></description>
			<content:encoded><![CDATA[<p>You might have already ready about Windows Alternate Data Streams (also known as System Forks on other operating systems) which are supported by most Windows operating systems that use NTFS (New Technology File System). Alternate Data Streams can contain any kind of information including textual, visual and executable. Malicious users can take advantage of the fact that the size of the additional content is not added to the size of the file in a directory listing. A 10 Kilobyte image will still show a size of 10 Kilobyte if someone else adds a 1 Megabyte executable to it.</p>
<p>Basically anything can be added to an existing file (and directory) which brings up an interesting method of hiding important data on the system. Say you want to keep your passwords on the computer but do not want to use a text document to have them in the open. Using Alternate Data Streams to hide them from prying eyes could be a relative secure method of storing the password list on the computer.</p>
<p>They are detectable if the right software is being used. Windows Vista users can also use the <em>dir *.txt /R</em> which is further explained at <a href="http://bartdesmet.net/blogs/bart/archive/2006/07/13/4129.aspx">Bart De Smet&#8217;s</a> on-line blog.</p>
<p><span id="more-5156"></span>To add textual information to any file in Windows you could use the command <em>notepad filename:name</em> for example <em>notepad image.jpg:secret</em>. This would open up Notepad and a blank text file at the first run. Any text that is added and saved during that session will the shown if the user opens the text document with the same command at a later time.</p>
<p>Executable files or other binary files can be added with the type command like this: type <em>c:\text.exe > hello.txt:text.exe</em> which can be executed with the start command <em>start .\hello.txt:text.exe</em>.</p>

	Tags: <a href="http://www.ghacks.net/tag/alternate-data-streams/" title="Alternate Data Streams" rel="tag">Alternate Data Streams</a>, <a href="http://www.ghacks.net/tag/file-system/" title="file system" rel="tag">file system</a>, <a href="http://www.ghacks.net/tag/ntfs/" title="ntfs" rel="tag">ntfs</a>, <a href="http://www.ghacks.net/tag/system-forks/" title="system forks" rel="tag">system forks</a>, <a href="http://www.ghacks.net/tag/windows/" title="Windows" rel="tag">Windows</a>, <a href="http://www.ghacks.net/tag/windows-nt/" title="windows-nt" rel="tag">windows-nt</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/07/26/stream-explorer/" title="Stream Explorer (July 26, 2008)">Stream Explorer</a> (0)</li>
	<li><a href="http://www.ghacks.net/2009/01/29/windows-xp-exfat-file-system-driver/" title="Windows XP exFAT File System Driver (January 29, 2009)">Windows XP exFAT File System Driver</a> (21)</li>
	<li><a href="http://www.ghacks.net/2008/04/12/surun-beats-all-sudo-like-applications-in-windows/" title="Surun beats all Sudo like applications in Windows (April 12, 2008)">Surun beats all Sudo like applications in Windows</a> (5)</li>
	<li><a href="http://www.ghacks.net/2007/11/15/still-running-fat32-time-to-convert-to-ntfs/" title="Still running Fat32 ? Time to convert to NTFS (November 15, 2007)">Still running Fat32 ? Time to convert to NTFS</a> (3)</li>
	<li><a href="http://www.ghacks.net/2007/01/06/remove-ntfs-timestamps-to-speed-up-vista/" title="Remove Ntfs Timestamps to speed up Vista (January 6, 2007)">Remove Ntfs Timestamps to speed up Vista</a> (7)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/06/30/hide-information-in-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Surun beats all Sudo like applications in Windows</title>
		<link>http://www.ghacks.net/2008/04/12/surun-beats-all-sudo-like-applications-in-windows/</link>
		<comments>http://www.ghacks.net/2008/04/12/surun-beats-all-sudo-like-applications-in-windows/#comments</comments>
		<pubDate>Sat, 12 Apr 2008 08:33:02 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[administrator]]></category>
		<category><![CDATA[sudo]]></category>
		<category><![CDATA[surun]]></category>
		<category><![CDATA[windows-2000]]></category>
		<category><![CDATA[windows-nt]]></category>
		<category><![CDATA[windows-xp]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=3784</guid>
		<description><![CDATA[If you ever tried to work in Windows NT systems as a limited user you surely have encountered wondrous things like having no permission to change the Windows clock and especially when installing applications. Working as a limited user on the other hand increases system security because malicious code will run with the same privileges [...]]]></description>
			<content:encoded><![CDATA[<p>If you ever tried to work in Windows NT systems as a limited user you surely have encountered wondrous things like having no permission to change the Windows clock and especially when installing applications. Working as a limited user on the other hand increases system security because malicious code will run with the same privileges which as the name implies are rather limited.</p>
<p>An owner of a computer surely wants to install software on it even if he is running as a limited user. This is where the problem starts. The Run As command can be used to run applications as a different user. The major problem is that you have to provide the username and password for that user to be able to run the selected application. This data can be easily logged by a keylogger.</p>
<p>Surun uses its own Windows service that adds the user to the group of administrators during program start and removes him automatically from that group again. The user, not the administrator, will be asked on a secure desktop that only services may access if he wants to run the program and if he confirms that the application will be started. Programs are started with a right-click and the selection of Run as Administrator.</p>
<p><span id="more-3784"></span><a href="http://translate.google.com/translate?u=http%3A%2F%2Fkay-bruns.de%2Fwp%2Fsoftware%2Fsurun%2F&#038;langpair=de%7Cen&#038;hl=de&#038;safe=active&#038;ie=UTF-8&#038;oe=UTF-8&#038;prev=%2Flanguage_tools">Surun</a> comes with lots of settings and a huge configuration. Each application that was once started with Surun can be added to a list of applications that are started without the prompt from then on.</p>

	Tags: <a href="http://www.ghacks.net/tag/administrator/" title="administrator" rel="tag">administrator</a>, <a href="http://www.ghacks.net/tag/sudo/" title="sudo" rel="tag">sudo</a>, <a href="http://www.ghacks.net/tag/surun/" title="surun" rel="tag">surun</a>, <a href="http://www.ghacks.net/tag/windows/" title="Windows" rel="tag">Windows</a>, <a href="http://www.ghacks.net/tag/windows-2000/" title="windows-2000" rel="tag">windows-2000</a>, <a href="http://www.ghacks.net/tag/windows-nt/" title="windows-nt" rel="tag">windows-nt</a>, <a href="http://www.ghacks.net/tag/windows-xp/" title="windows-xp" rel="tag">windows-xp</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2007/02/11/update-windows-without-microsoft/" title="Update Windows without Microsoft (February 11, 2007)">Update Windows without Microsoft</a> (5)</li>
	<li><a href="http://www.ghacks.net/2006/12/30/drop-my-rights-for-increased-security/" title="Drop my Rights for increased security (December 30, 2006)">Drop my Rights for increased security</a> (1)</li>
	<li><a href="http://www.ghacks.net/2008/07/10/yahoo-widget-position-restorer/" title="Yahoo Widget Position Restorer (July 10, 2008)">Yahoo Widget Position Restorer</a> (1)</li>
	<li><a href="http://www.ghacks.net/2008/05/07/xp-sp3-and-vista-sp-1-available-through-windows-update/" title="XP SP3 and Vista SP 1 available through Windows Update (May 7, 2008)">XP SP3 and Vista SP 1 available through Windows Update</a> (6)</li>
	<li><a href="http://www.ghacks.net/2008/07/26/windows-vista-critics-love-windows-mojave/" title="Windows Vista Critics Love Windows Mojave (July 26, 2008)">Windows Vista Critics Love Windows Mojave</a> (44)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/04/12/surun-beats-all-sudo-like-applications-in-windows/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>How to display all Windows passwords</title>
		<link>http://www.ghacks.net/2007/02/23/how-to-display-all-windows-passwords/</link>
		<comments>http://www.ghacks.net/2007/02/23/how-to-display-all-windows-passwords/#comments</comments>
		<pubDate>Fri, 23 Feb 2007 09:42:31 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Hacking]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[admin-password]]></category>
		<category><![CDATA[crack-nt-passwords]]></category>
		<category><![CDATA[nt]]></category>
		<category><![CDATA[nt-password-recovery]]></category>
		<category><![CDATA[nt-passwords]]></category>
		<category><![CDATA[ophcrack]]></category>
		<category><![CDATA[windows-nt]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2007/02/23/how-to-display-all-windows-passwords/</guid>
		<description><![CDATA[Just a few days ago I was describing a method that would allow anyone to change passwords for all windows accounts using a boot cd and a program called NT Passwords. This is great if it does not matter if you change the password for, lets say, the administrators account. It might however be sometimes important to get into an account without the owner of the account knowing - and he would surely find out if his password would not be working anymore.]]></description>
			<content:encoded><![CDATA[<p>Just a few days ago I was describing a method that would allow anyone to change passwords for all windows accounts using a boot cd and a program called <a href="http://www.ghacks.net/2007/02/21/recover-windows-xp-passwords/" title="recover nt passwords" target="_blank">NT Passwords</a>. This is great if it does not matter if you change the password for, lets say, the administrators account. It might however be sometimes important to get into an account without the owner of the account knowing &#8211; and he would surely find out if his password would not be working anymore.</p>
<p><img src="http://www.ghacks.net/files/screens/2007/02/ophcrack.jpg" title="ophcrack windows nt password recovery" alt="ophcrack windows nt password recovery" align="left" height="124" width="250" /><a href="http://ophcrack.sourceforge.net/" title="ophcrack" target="_blank">Ophcrack</a> is a tool that is able to quickly display Windows NT account passwords using Rainbow Tables instead of brute forcing the passwords. While it could take years to bruteforce a password that uses letters, numbers and special chars it takes only minutes to do so with Ophcrack.</p>
<p>Ophcrack can be downloaded with several different table sets. The default live cd is able to reveal passwords with alphanumeric chars only. If no passwords are revealed using this method you should download different table sets which support other chars as well.</p>
<p><span id="more-1230"></span> Two additional table sets can be downloaded from the Ophcrack website. The first is 720 megabytes and should only be used on machines with at least 500 megabytes of ram. A smaller one with only 388 megabytes can be downloaded for machines with less than that amount of ram.</p>
<p>A new version of Ophcrack was released just four days ago. (Ophcrack 1.1.4)</p>

	Tags: <a href="http://www.ghacks.net/tag/admin-password/" title="admin-password" rel="tag">admin-password</a>, <a href="http://www.ghacks.net/tag/crack-nt-passwords/" title="crack-nt-passwords" rel="tag">crack-nt-passwords</a>, <a href="http://www.ghacks.net/tag/nt/" title="nt" rel="tag">nt</a>, <a href="http://www.ghacks.net/tag/nt-password-recovery/" title="nt-password-recovery" rel="tag">nt-password-recovery</a>, <a href="http://www.ghacks.net/tag/nt-passwords/" title="nt-passwords" rel="tag">nt-passwords</a>, <a href="http://www.ghacks.net/tag/ophcrack/" title="ophcrack" rel="tag">ophcrack</a>, <a href="http://www.ghacks.net/tag/windows/" title="Windows" rel="tag">Windows</a>, <a href="http://www.ghacks.net/tag/windows-nt/" title="windows-nt" rel="tag">windows-nt</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/04/12/surun-beats-all-sudo-like-applications-in-windows/" title="Surun beats all Sudo like applications in Windows (April 12, 2008)">Surun beats all Sudo like applications in Windows</a> (5)</li>
	<li><a href="http://www.ghacks.net/2005/12/10/ophcrack-20-windows-password-recovery/" title="Ophcrack 2.0 Windows Password Recovery (December 10, 2005)">Ophcrack 2.0 Windows Password Recovery</a> (4)</li>
	<li><a href="http://www.ghacks.net/2008/06/30/hide-information-in-files/" title="Hide Information in Files (June 30, 2008)">Hide Information in Files</a> (0)</li>
	<li><a href="http://www.ghacks.net/2007/10/19/automatic-compression-of-the-registry/" title="Automatic compression of the Registry (October 19, 2007)">Automatic compression of the Registry</a> (4)</li>
	<li><a href="http://www.ghacks.net/2006/10/21/zoom-it/" title="Zoom It (October 21, 2006)">Zoom It</a> (4)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2007/02/23/how-to-display-all-windows-passwords/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Configure NT-Services Securely (for NT and XP)</title>
		<link>http://www.ghacks.net/2006/05/10/configure-nt-services-securely-for-nt-and-xp/</link>
		<comments>http://www.ghacks.net/2006/05/10/configure-nt-services-securely-for-nt-and-xp/#comments</comments>
		<pubDate>Wed, 10 May 2006 18:46:19 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[nt services]]></category>
		<category><![CDATA[services]]></category>
		<category><![CDATA[windows-nt]]></category>
		<category><![CDATA[windows-xp]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2006/05/10/configure-nt-services-securely-for-nt-and-xp/</guid>
		<description><![CDATA[Do you need network services if you are not connected to a network ever with your computer that is running windows xp or windows nt ? No you don´t. Still network services are running as default services when you run windows and this leads to security risks which can be avoided by turning them off. The configure nt services securely website has unfortunatly only a small section of their tips in english but the rest should be understandable while using a translation service.]]></description>
			<content:encoded><![CDATA[<p>Do you need network services if you are not connected to a network ever with your computer that is running windows xp or windows nt ? No you don´t. Still network services are running as default services when you run windows and this leads to security risks which can be avoided by turning them off. The <a target="_blank" href="http://www.ntsvcfg.de/ntsvcfg_eng.html">configure nt services securely website</a> has unfortunately only a small section of their tips in English but the rest should be understandable while using a translation service.</p>
<p>They offer a script which does the following automatically:</p>
<ul class="props">
<li>changes start type (auto, demand,disabled) according to kssysteme.de</li>
<li>stops and deactivates critical services (i.e. Distributed Transaction Coordinator, Messenger)</li>
<li>deactivates DCOM and removes standard protocol bindings</li>
<li>closes SMB /server message block) and consequently port 445 (only if you use switch &#8220;/std&#8221; or &#8220;/all&#8221;)</li>
<li>deactivates DHCP if it is not used</li>
<li>disable NetBios on <em>all</em> network interfaces (exception: switch &#8220;/lan&#8221; prevent it)</li>
</ul>
<p><span id="more-482"></span><br />
You have several options and may leave some enabled, just take a look at the website for the different options. I suggest you backup your settings before you start the script. The script itself has a restore mode as well which restores the last changes made.</p>

	Tags: <a href="http://www.ghacks.net/tag/microsoft/" title="microsoft" rel="tag">microsoft</a>, <a href="http://www.ghacks.net/tag/nt-services/" title="nt services" rel="tag">nt services</a>, <a href="http://www.ghacks.net/tag/services/" title="services" rel="tag">services</a>, <a href="http://www.ghacks.net/tag/windows-nt/" title="windows-nt" rel="tag">windows-nt</a>, <a href="http://www.ghacks.net/tag/windows-xp/" title="windows-xp" rel="tag">windows-xp</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/05/07/xp-sp3-and-vista-sp-1-available-through-windows-update/" title="XP SP3 and Vista SP 1 available through Windows Update (May 7, 2008)">XP SP3 and Vista SP 1 available through Windows Update</a> (6)</li>
	<li><a href="http://www.ghacks.net/2008/08/26/windows-xp-wga-to-mimic-that-of-windows-vista/" title="Windows XP WGA To Mimic That Of Windows Vista (August 26, 2008)">Windows XP WGA To Mimic That Of Windows Vista</a> (18)</li>
	<li><a href="http://www.ghacks.net/2008/04/16/windows-xp-sp3-release-date-announced/" title="Windows XP SP3 Release Date announced (April 16, 2008)">Windows XP SP3 Release Date announced</a> (1)</li>
	<li><a href="http://www.ghacks.net/2008/02/20/windows-xp-sp3-release-candidate-2/" title="Windows XP SP3 Release Candidate 2 (February 20, 2008)">Windows XP SP3 Release Candidate 2</a> (4)</li>
	<li><a href="http://www.ghacks.net/2008/04/23/windows-xp-service-pack-3-leaked/" title="Windows XP Service Pack 3 leaked (April 23, 2008)">Windows XP Service Pack 3 leaked</a> (6)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2006/05/10/configure-nt-services-securely-for-nt-and-xp/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
