Accidentally changed from ubuntu mate to kali-rolling

One way that i did it was through Katoolin.
First, i installed git (sudo apt-get install git)

Then i installed Katoolin by …

  • Downloading it to my machine (sudo git clone https://github.com/LionSec/katoolin.git)
  • Copying the executable to my /usr/bin directory (sudo cp katoolin/katoolin.py /usr/bin/katoolin)
  • Giving it permission to be an executable (sudo chmod ugo+x /usr/bin/katoolin)

Once it was installed i typed the command to run it IN QUOTES ($ “katoolin”)

From there i was able to install all kinds of Kali goodies.

1 Like