Assignment 5.1: Breaking into Kali - squatchulator/Tech-Journal GitHub Wiki
Assignment 5.1 - Breaking into Kali
Steps to break into Kali Linux
- Reboot the Kali box, and when the bootlogo shows press
Space
. - Press
e
on the Kali GNU/Linux option to edit boot configurations. - Scroll down to the line that starts with
linux
. Naviagte to the end of that line, and addsingle init=/bin/bash
to the end of it. - Now, press
Ctrl + X
. You should now be in a shell - you will need to remount the root user. - Type
mount -rw -o remount /
to remount it, andpasswd
to set a new password. Reboot the Kali system. - You should now be able to log in as root with your new password.