Ethical Hacking

Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package.
Computer Forensics Training at InfoSec Institute

Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors.




Network Security Security-Basics
[Top] [All Lists]

FW: HDD Password

Subject: FW: HDD Password
Date: Sun, 18 Dec 2005 11:40:27 -0500
Try a low level format, really zeroing the whole disk.  Regular formatting 
doesn't clear the boot sector and fdisk can make and break partitions but 
doesn't make any changes to the file system itself.
 
If you can't find a utility that can do this you might try using a linux boot 
CD (any should be fine) and use the 'dd' command to zero the disk.
 
primary ide hard drive, first controller =hda
secondary ide hard drive, first controller=hdb
primary ide hard drive, second controller =hdc
... you get the idea
SATA and SCSI drives are the same way but use sda,sdb,sdc,sde, etc.
 
dd if=/dev/zero of=/dev/hda bs=512
 
this copies zeros (from the everlasting well) directly to the drive (not the 
filesystem) in 512K chunks
 
-jeff

________________________________

From: Richard [mailto:ripareto@gmail.com]
Sent: Thu 12/15/2005 3:25 AM
To: security-basics@securityfocus.com
Subject: HDD Password



Hi,

I have a laptop (ACER Travelmate 4100) and I´m testing the HDD
Password that my laptop has. I have to chose a good solution to
protect the data stored in the hard disk.

This password is set using the BIOS but is a different key of Master
BIOS password. It doesn´t dissapear formating the disk o doing fdisk

¿The HDD password is strong protection? ¿how can I break the _HDD
Password_ of my laptop?

¿Ideas? ¿Tools?

Thanks

---------------------------------------------------------------------------
EARN A MASTER OF SCIENCE IN INFORMATION ASSURANCE - ONLINE
The Norwich University program offers unparalleled Infosec management
education and the case study affords you unmatched consulting experience.
Tailor your education to your own professional goals with degree
customizations including Emergency Management, Business Continuity Planning,
Computer Emergency Response Teams, and Digital Investigations.

http://www.msia.norwich.edu/secfoc_ml
----------------------------------------------------------------------------




---------------------------------------------------------------------------
EARN A MASTER OF SCIENCE IN INFORMATION ASSURANCE - ONLINE
The Norwich University program offers unparalleled Infosec management 
education and the case study affords you unmatched consulting experience. 
Tailor your education to your own professional goals with degree 
customizations including Emergency Management, Business Continuity Planning, 
Computer Emergency Response Teams, and Digital Investigations. 

http://www.msia.norwich.edu/secfoc_ml
----------------------------------------------------------------------------


<Prev in Thread] Current Thread [Next in Thread>