Assignment 5 Breaking into Kali Linux - zacharylongo/Tech-Journals GitHub Wiki

Tech Journal: Changing Root Password in Single User Mode

Assignment Overview

In this assignment, the task was to enter single-user mode and change the root password within it.

Notes

  • Rebooted the system and accessed boot options by pressing a specific key sequence.

image

  • Selected the "OS Name" option and appended the following parameters:

image

  • Entered the root prompt and executed the following commands: mount -rw -o remount / Mount the slash (/) directory passwd Set roots password
  • I then rebooted the system

image

Conclusion

Upon completion, executed the following commands:

command_three

Restarted the system, enabling login as root if needed.