

- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Reset Kali Linux Password
The Kali Linux is a Debian-derived Linux distribution designed for penetration testing and digital forensics adopted by both hackers and security professionals. It is highly probable that the user could not have been login owing to the forgotten password or not able to reset the password after installing it in the virtual environment or in the dual boot along with other OS. Hence, this article is designed to teach the aspiring penetration tester how to reset the Kali Linux password.
The user is, typically stuck by confronting the following experience while not able to login to the Kali system as follows.
But, we can still reset the root password as the Kali Linux has provided a recover option that serves the same purpose. So, first of all, reboot the Kali terminal and choose the Advance Option rather than mainstream booting as follows;
Then, select the second option recovery mode and press “e” key (don’t hit enter button) as follows;
After that, as we can see in the image, the text “ro” in the red box and the empty red box required to have some modification as;
Then, replace the text “rw” with the “ro”, and press the F10 button to save changes after adding the text init=/bin/bash at the end of the line.
After that, the system will start rebooting and we got the shell to change the password. Then hit the following commands to change to root password, and we finally go the password updated successfully message as follows;
Finally, reboot the OS by typing the reboot command in the shell to login to the main operating system with the reset password.
- Related Questions & Answers
- How to reset or change the MySQL root password?
- Reset the root user password on rhel7 xcentos7 x
- Accessing The Unix/Linux password database (pwd)
- Resetting a Root Password in Linux without External Media
- How to Show Asterisks While Typing Sudo Password in Linux?
- How to Force User to Change Password at Next Login in Linux?
- jQuery :reset Selector
- CSS counter-reset property
- reset() function in PHP
- Reset AUTO_INCREMENT in MySQL
- jQuery :password Selector
- Reset all properties with CSS
- HTML DOM Input Reset object
- HTML DOM Form reset() method
- Reset Primary Key in MySQL