Kamis, 15 Maret 2012

MBR (Master Boot Record)


What is the MBR?
At the end of the ROM BIOS bootstrap routine, the BIOS reads and executes the first physical sector of the first floppy or hard disk on the system. This first sector of the hard disk is called the master boot record (or sometimes the partition table or master boot block). There is a small program at the beginning of this sector of the hard disk. The partition information, or partition table, is stored at the end of this sector. This program uses the partition information to determine which partition is bootable (usually the first primary DOS partition) and attempts to boot from it. 

Structure File System

  • FAT16
FAT16 is a file system that uses the allocation unit that has a limit of up to 16-bitso it can store up to 216 units of allocation (65536 pieces)This file system has a capacity limit of up to 4 Gigabyte sizes only. Allocation unit size used by the FAT16 partitiondepends on the capacity that was about to be formattedif the partition size is less than 16 megabytesthen Windows will use the FAT12 file systemand if the partition sizelarger than 16 megabytesthen Windows will use the FAT16 file systemThe following table contains information any operating system that supports the FAT16 file system.
  • FAT32
FAT32 uses allocation unit size is smaller than the file system FAT12/FAT16so FAT32is more efficient when applied on a large partition (size greater than 512 Megabytes).The savings made ​​by comparison with FAT16/FAT12 FAT32 is approximately 20to 27%Windows 98 has a utility that can be used to convert the FAT16 partition to FAT32without losing data.

FAT32 is a derivative of the File Allocation Table (FAT) file system that supports drives with over 2GB of storage. Because FAT32 drives can contain more than 65,526 clusters, smaller clusters are used than on large FAT16 drives. This method results in more efficient space allocation on the FAT32 drive.
The largest possible file for a FAT32 drive is 4GB minus 2 bytes.
The FAT32 file system includes four bytes per cluster within the file allocation table. Note that the high 4 bits of the 32-bit values in the FAT32 file allocation table are reserved and are not part of the cluster number.

Senin, 05 Maret 2012

DVWA Medium Security Exploitation Linux

Damn Vulnerable Web Application (DVWA) hacking tool is a collection of web-basedPHP / mySQL. DVWA may be an option for beginners to learn web hacking web hackingtechniques from scratchVarious web hacking attack technique can be obtained fromthis toolDVWA run through the local server (localhost)
but before we go DVWA we must first activate apache and mysql
after then we go DVWA activated as shown below,  and to enter our username andpassword