Skip to content

Instantly share code, notes, and snippets.

@thomasgroch
Forked from jgamblin/kalizero.sh
Created November 17, 2018 12:31
Show Gist options
  • Save thomasgroch/d466b723eb69b1f6f2040af265dcb912 to your computer and use it in GitHub Desktop.
Save thomasgroch/d466b723eb69b1f6f2040af265dcb912 to your computer and use it in GitHub Desktop.
Run Kali (kinda) on a Pizero.
#!/bin/bash
## Update & Install Mate Desktop ##
apt-get update && sudo apt-get dist-upgrade -y
apt-get install --no-install-recommends git mate-core mate-desktop -y
apt-get install mate-core mate-desktop-environment mate-notification-daemon xrdp iceweasel -y
echo mate-session> ~/.xsession
cp /home/pi/.xsession /etc/skel
## Install Katoolin ##
git clone https://github.com/LionSec/katoolin.git && cp katoolin/katoolin.py /usr/bin/katoolin
chmod +x /usr/bin/katoolin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment