Assignment 5.1: Breaking into Kali
Changing Boot Configuration:
-
Reboot Kali box and hit space to enter boot menu
-
Press ‘
e
’ on Kali GNU/Linux
-
Add
single init=/bin/bash
to the end of the linux line. This sets the linux box into single user mode in bash
Set root Passwd:
-
Press
ctrl+x
-
Remount root
mount -rw -o remount /
passwd
Login as root:
Now reboot
Login with root and the creds you set.