Skip to content

Instantly share code, notes, and snippets.

@drsh0
Created November 22, 2020 03:37
Show Gist options
  • Save drsh0/ef0167730c91a67ab9f80187f9140a87 to your computer and use it in GitHub Desktop.
Save drsh0/ef0167730c91a67ab9f80187f9140a87 to your computer and use it in GitHub Desktop.
Parrot OS Virtualbox Init Script. Run with sudo privileges.
parrot-upgrade
gzip -d -k /usr/share/wordlists/rockyou.txt.gz
wget -c https://github.com/danielmiessler/SecLists/archive/master.zip -O /usr/share/wordlists/SecList.zip
unzip /usr/share/wordlists/SecList.zip
rm -f /usr/share/wordlists/SecList.zip
usermod -aG vboxsf user
apt install -y zsh zsh-syntax-highlighting zsh-autosuggestions
wget -c https://gitlab.com/kalilinux/packages/kali-defaults/-/raw/kali/master/etc/skel/.zshrc -O ~/.zshrc
chsh user -s /bin/zsh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment