Enable Root Login in Kali Linux

preview_player
Показать описание
In the following video i will be demonstrating how to enable root login in the latest version of Kali Linux.

Thanks to Aaron Harris for giving the description :

Here are the steps in easy to use txt format:
cd /etc/gdm3/
at the bottom of the [deamon] section add
AllowRoot=true
sudo nano /etc/pam.d/gdm-password
Save and exit gdm-password
sudo shutdown -r 0
On restart at login choose "Not Listed?"
then type in root and your root password

If you need any tool demos or tweaks please send me an email to s3cupdate[at]gmail[dot]com

Please Like, Share & Subscribe to my channel
Рекомендации по теме
Комментарии
Автор

Here are the steps in easy to use txt format:
cd /etc/gdm3/
nano deamon.conf
at the bottom of the [deamon] section add
AllowRoot=true
save and exit deaomn.conf
sudo nano /etc/pam.d/gdm-password
hash out # auth required pam_succeed_if.so user =/= root quit_success
Save and exit gdm-password
sudo shutdown -r 0
On restart at login choose "Not Listed?"
then type in root and your root password

ElbowNi