PDA

View Full Version : Sudo credentials for Kali Linux 2020.1 Vmware download



davinci
2020-02-08, 17:28
I downloaded the latest 2020.1 virtual machine but I couldn't find any instructions for sudo password. Should I reset from boot?

tinto1970
2020-02-10, 17:08
simply start any command with "sudo" i.e.

>sudo ls /root

you will be asked the "kali" password (kali by default).

Alternatively, you can become root this way

>sudo su
(again, type your kali password)