Docsity
Docsity

Prepare for your exams
Prepare for your exams

Study with the several resources on Docsity


Earn points to download
Earn points to download

Earn points by helping other students or get them with a premium plan


Guidelines and tips
Guidelines and tips

Windows Password File Finding: A DOS Lab Exercise, Lab Reports of Cryptography and System Security

A step-by-step guide for university students to find a password file on a windows computer using dos commands. The exercise covers navigating the directory structure, moving up, down, and across, and viewing directory contents.

Typology: Lab Reports

Pre 2010

Uploaded on 08/16/2009

koofers-user-13j
koofers-user-13j 🇺🇸

10 documents

1 / 15

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
LAB #1LAB #1
If any of your force be
Your assignment, Your assignment,
should you choose should you choose
to accept it…to accept it…
Gathering information:
12/20/2007 1
LAB 1
If any of your force be
killed or captured, the
secretary will disavow
any knowledge of your
actions...this tape will
self destruct in 5
seconds...
Good Luck, Jim
Gathering information:
Find the password file on a
Windows box using DOS
pf3
pf4
pf5
pf8
pf9
pfa
pfd
pfe
pff

Partial preview of the text

Download Windows Password File Finding: A DOS Lab Exercise and more Lab Reports Cryptography and System Security in PDF only on Docsity!

LAB #1LAB

If any of your force be

Your assignment,Your assignment,should you chooseshould you chooseto accept it…to accept it… Gathering information:

12/20/

LAB 1

If any of your force be killed or captured, thesecretary will disavowany knowledge of youractions...this tape willself destruct in 5seconds...Good Luck, Jim

Gathering information: Find the password file on aWindows box using DOS

Scenario

You have access to a Windows computer. You mustfind the password file on the computer.

LAB #1LAB

12/20/

LAB 1

SORRY

if you already know all this (you should),

but invariably, some students’ DOS skills haveweakened a bit, so we need this refresher. If youdon’t need it, take a break!

TheWindows directorystructure:

Directories (Folders)

12/20/

LAB 1

The Linux directorystructure: Note: TheKnoppix versionof Linux variessomewhat fromthis structure.

Password files

  • LAB #1LAB #
    • Much of what is doneduring an attack is done ineither a Windows DOS(Disk Operating System) window or a Linux shell.window or a Linux shell. To open a Windows DOSwindows, click on Start/AllPrograms/Accessories/Command Prompt 12/20/
      • LAB

LAB #1LAB

Navigating the directory structure You can move:

  1. Down the directory structure2. Up the directory structure3. Across the directory structure

12/20/

LAB 1

LAB #1LAB

Enter the following

(the

is the command prompt)

To move

down

the directory structure, you

cd

(change

directory) to a directory that is in your present directory^ > cd\

move to the top

of the structure (c:)

that’s a back

slash!

cd tools

move

down

to tools (it’s in c:)

promptsprompts

12/20/

LAB 1

promptsprompts

LAB #1LAB

Continue…

(You’re in

c:\tools\john

To move

up

the directory structure, you

cd ..

cd ..

move up one level to tools

cd ..

move up one level to the top (C:)

12/20/

LAB 1

LAB #1LAB

Continue…

(You’re in

c:\

To move

across

the directory structure, you must specify the entire

path to the destination, starting at the top^ > cd c:\windows\system32\config

move to config

those are

back

slashes!

12/20/

LAB 1

LAB #1LAB

•^

The (encrypted)

SAM

file contains the

hashed

users’

passwords.

-^

The

system

file “hides” the key used to encrypt the SAM file.

It also contains much of the Registry. 12/20/

LAB 1

LAB #1LAB

Continue…

(You’re in

c:\windows\system32\config

cd c:\documents and settings

go

directly

from

config

to “documents and settings”

dir

view the users’ directories (user names may vary)

dir c:\tools\john

view a remote dir w/o going there

cd\

return to the top of the directory structure (c:)

12/20/

14

LAB 1