









Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Community
Ask the community for help and clear up your study doubts
Discover the best universities in your country according to Docsity users
Free resources
Download our free guides on studying techniques, anxiety management strategies, and thesis advice from Docsity tutors
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
1 / 15
This page cannot be seen from the preview
Don't miss anything!
If any of your force be
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.
12/20/
LAB 1
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
Navigating the directory structure You can move:
12/20/
LAB 1
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
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
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
The (encrypted)
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
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