![]() |
|
How to Hack password of Someone's PC & Gain the administrative access to it - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Hacking (https://sinister.ly/Forum-Hacking) +--- Forum: Tutorials (https://sinister.ly/Forum-Tutorials) +--- Thread: How to Hack password of Someone's PC & Gain the administrative access to it (/Thread-How-to-Hack-password-of-Someone-s-PC-Gain-the-administrative-access-to-it) |
How to Hack password of Someone's PC & Gain the administrative access to it - badboy_17 - 09-28-2020 How to Hack password of Someone's PC & Gain the administrative access to it
plz give a like for more such interesting stuff in detail *tested by me* [hide] today we are going to learn "how to reset/remove password of windows using kali live usb You may forget your password of windows anyhow.It happens!! or if u want to get into any computer like in your cousin's or school/college's then you may use this method... So Let's start [ if u don't have a kali live usb then I'll post a tutorial or u can search it on YouTube] Step-1: boot usb using live persistence mode... step-2: be sure to connect to internet through wifi/LAN then open terminal n type one by one $sudu su $apt install gnome-disk-utility be patient this will take 2min step-3: search disks in the search bar left upper corner n locate & click the disk with windows go to that C:/drive partition n look for the "Hyberfil.sys" n check if It's movable to trash by right click.if its removable then remove it otherwise open terminal n type $sudo ntfsfix "Your Device which somewhat looks like /dev/sda2" ( so the command will be - $sudo ntfsfix /deb/sda2) hit enter ignore all erros,this will not harm us step-4: then open the disk tab...there below the partition there will be 3icon(a square/play like icon,a minimize like icon and another is settings icon) press the 1st button(square/play like button) to dismount it then press settings icon n select "Edit Mount Options" there disable the upper button(User Session Defaults) there is a box which is editable n starts with nosuid,nodev,nofail,x-gvfx-show there we have to type ",remove_hiberfile" after "nosuid,nodev,nofail,x-gvfx-show" (So It'll be like nosuid,nodev,nofail,x-gvfx-show,remove_hiberfile) then press ok The "Hyberfil.sys" will be gone Step-5: Now It's easy Mount disk again by presseing that square/play like button go to the C:/drive partition n open terminal n type one by one $Sudo su $cd Windows/System32/config then type one by one $ls SAM $chntpw -l SAM (This will list all the users of windows) n type $chntpw -u "username here" SAM (e.g:$chntpw -u "Administrator" SAM) (Note:you can also use RID instead of usernames) then select 1 and select 2 after everything type q to quit n type y to yes BOOM!!! It's done reboot the system which will start without password to save change [/hide] RE: How to Hack password of Someone's PC & Gain the administrative access to it - taylostolo - 09-28-2020 if you have local access to the system you can just boot passware and good to go RE: How to Hack password of Someone's PC & Gain the administrative access to it - mothered - 09-29-2020 Quote:You may forget your password of windows anyhow.It happens!!Simply use Microsoft DaRT, namely Its Locksmith utility to reset the admin password. It takes around 2-3 minutes and hasn't failed me to date. RE: How to Hack password of Someone's PC & Gain the administrative access to it - imaab41 - 11-25-2020 do i need to have the laptop with me to achieve this? RE: How to Hack password of Someone's PC & Gain the administrative access to it - dals - 12-03-2020 (11-25-2020, 09:49 PM)imaab41 Wrote: do i need to have the laptop with me to achieve this? You only need a USB where you have prievously installed Kali Linux with persistence (it takes 5 minutes to do, you can find a lot of tutorials on google), then you insert the USB in the pc you want to hack and power it on, so it boots Kali before windows. If it boots Windows you can make it boot Kali going to the button "Reboot" in Win10's lock screen, keeping pressed Shift key on the keyboard until it loads in a sort of recovery mode, then you have to click on "Boot USB device" (or something similar) and it'll boot your kali distro. This trick is useful if the owner of the computer puts a password on BIOS so that you can't edit settings to make USB devices boot before Win10. If you didn't understood something please reply so I can explain it better RE: How to Hack password of Someone's PC & Gain the administrative access to it - lukedoe432 - 12-09-2020 thanks i was looking for this method n you did this. lets give it a try RE: How to Hack password of Someone's PC & Gain the administrative access to it - SarahConarh - 12-10-2020 Oh god, it is so easy! thanks |