Re: Plod Forensics (IT)



On Thu, 24 Jul 2008 00:33:25 +0100, Cynic <cynic_999@xxxxxxxxxxx>
wrote:

On Wed, 23 Jul 2008 20:18:04 +0100, blue
<blue@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>

Earlier, you said "The file in question is not a normal hidden file
(i.e. with the "hidden" attribute set), but is hidden from the Windows
Explorer no matter what the settings. You can however find it using
DOS commands."

What is the DOS command?

Go to "start" then "all programs" then "Accesories" then open "command
prompt". This opens a CLI (command line interpreter) window that uses
DOS commands - you need to learn how to use it to search through
directories. The hidden file created by IE is called "index.dat" but
I do not recall which directory (folder) it is in.

Try
c:
cd /
dir index.dat /a /s

There are other files called by the same name in other directories to
confuse matters - the above commands will find all of them. You will
never see the one in question by using the explorer window whatever
settings you have, because that file is completely hidden.

Actually that would be cd \ (backslash).

I just did it and found 106 index.dat files, total 16 MB...
.



Relevant Pages

  • Re: Windows could not upgrade the file..........Security update KB
    ... >> He would be entering those commands from a Millennium Startup ... This isn't a DOS window. ... I won't make that accusation against Steve at this point, ...
    (microsoft.public.windowsupdate)
  • Re: Alt+Enter to create DOS graphics window
    ... XP doesn't have all of the same commands as DOS and some of them are not meant to run DOS application. ... Windows' window from which he can copy the window's contents to the ... On my desktop computer running Win 2000, ...
    (microsoft.public.windowsxp.general)
  • Re: Plod Forensics (IT)
    ... This opens a CLI window that uses ... DOS commands - you need to learn how to use it to search through ... Now go look for each of those files using Windows explorer. ... many the explorer refuses to display, no matter what settings you use. ...
    (uk.legal)
  • Using Batch files
    ... If you are good at DOS commands but not yet familiar with the FOR ... Batch prorgamming is an essential skill for any programmer, ... using the javac and java commands repetitively can be quite ... This will bring up a Notepad window. ...
    (comp.lang.java.programmer)
  • svgalib and redirecting stdout
    ... I run a linux program from a DOS prompt on my host machine ... std::cout commands print on the DOS window until svgalib's vga_init ...
    (comp.os.linux.development.apps)