<?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 &#124; Latest Tech News, Software And Tutorials &#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 news blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description> <lastBuildDate>Fri, 10 Feb 2012 20:51:26 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/> <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 Brinkmann</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 Bart De Smet&#8217;s 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> ]]></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 Brinkmann</dc:creator> <category><![CDATA[Operating Systems]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[Tools]]></category> <category><![CDATA[Windows]]></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> ]]></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 Brinkmann</dc:creator> <category><![CDATA[Hacking]]></category> <category><![CDATA[Operating Systems]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[nt]]></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" /></p><p><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 brute force 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><img
src="http://www.ghacks.net/wp-content/uploads/2007/02/ophcrack-600x394.jpg" alt="ophcrack" title="ophcrack" width="600" height="394" class="alignnone size-medium wp-image-53615" /></p><blockquote><p>Runs on Windows, Linux/Unix, Mac OS X, &#8230;<br
/> » Cracks LM and NTLM hashes.<br
/> » Free tables available for Windows XP and Vista.<br
/> » Brute-force module for simple passwords.<br
/> » Audit mode and CSV export.<br
/> » Real-time graphs to analyze the passwords.<br
/> » LiveCD available to simplify the cracking.<br
/> » Loads hashes from encrypted SAM recovered from a Windows partition, Vista included.<br
/> » Free and open source software (GPL).</p></blockquote><p>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.</p><p>Update: Ophcrack has not been updated for some time. The last update dates back to 2009 which was a bug fix release.</p> ]]></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 Brinkmann</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 configure nt services securely website 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> ]]></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>
