Saturday, August 06, 2005

Hiding Files on Windows Systems

You can use Attrib.exe to hide a file as follows:

C:\>Attrib +h myApp.exe

You can display all the hidden files using the following command:

C:\>attrib.exe /s findstr.exe H".*":

Adopted from the book Assessing Network Security by Ben Smith, David LeBlanc, Kevin Lam.

0 Comments:

Post a Comment

<< Home