filmov
tv
Break RedHat 7 Root Password in Just 3 Minutes

Показать описание
In this video am going to show you how you can break the root password in RHEL7.
There is no any rocket science , there are only 5 to 6 steps to break the root password.
1. Reboot the server.
3. Remount the file system as read write.
mount -o remount, rw /sysroot
4. Change root envirnoment.
chroot /sysroot
5. Change the password with passwd comand.
6. Touch a hidden file
touch /.autorelabel
There is no any rocket science , there are only 5 to 6 steps to break the root password.
1. Reboot the server.
3. Remount the file system as read write.
mount -o remount, rw /sysroot
4. Change root envirnoment.
chroot /sysroot
5. Change the password with passwd comand.
6. Touch a hidden file
touch /.autorelabel