Reboot Kali box and hit space to enter boot menu
Press ‘e’ on Kali GNU/Linux
e
Add single init=/bin/bash to the end of the linux line. This sets the linux box into single user mode in bash
single init=/bin/bash
Press ctrl+x
ctrl+x
Remount root
Now reboot
Login with root and the creds you set.
Last updated 2 years ago
mount -rw -o remount / passwd