⭕Physical Attacks
Last updated
Last updated
unauthorized users can edit the grub boot configuration and boot as root. After that the user can either collect any data in the users account(Passive). Or the unauthorized user can reset the root user password and/or other user passwords(Active).
when grub options are displayed press ‘e’
. Then you will land in a screen such as this. Now you must go to the kernal line as shown below and add in:
Once that is done all you need to do is press f10 to boot. You may want to press fn + f10 in some cases. Then you will see a screen like this.
Now you must issue the commands:
At this point, you are ready to reset the root password. So go ahead and change it. Finally, you need to issue the command touch /.autorelabel
.(This is because you have done an unauthorized thing and need to clean the mess or clear the tracks).
Afterwards when you reboot into the machine, you will be able to access the root account with the new password you have used.