Skip to content

Instantly share code, notes, and snippets.

@jsonmaur
Last active November 13, 2017 11:43
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jsonmaur/8af82d72bc597f570eadce4134da0cf7 to your computer and use it in GitHub Desktop.
Save jsonmaur/8af82d72bc597f570eadce4134da0cf7 to your computer and use it in GitHub Desktop.
Setup Kali on Macbook
# persistence from usb stick
mkdir -p /mnt/my_usb
mount /dev/sdb3 /mnt/my_usb
echo "/ union" > /mnt/my_usb/persistence.conf
umount /dev/sdb3 && reboot
# get wifi working
apt-get update
apt-get install -y linux-headers-$(uname -r) broadcom-sta-dkms
# setup proxychains
apt-get install -y nano tor
nano /etc/proxychains.conf # add proxy list to bottom, enable random
# setup cryptonuke
cryptsetup luksAddNuke /dev/sdb2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment