Skip to content

michiiii/KALI_vagrant

Repository files navigation

KALI_vagrant

quickly set up a new vagrant instance with KALI

After the install run the following commands from the vagrant ssh:

sudo apt install git curl zsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
curl -k -L -f "https://raw.githubusercontent.com/michiiii/KALI_vagrant/master/bash_aliases" > ~/.bash_aliases
rm .zshrc
curl -k -L -f "https://raw.githubusercontent.com/michiiii/KALI_vagrant/master/zshrc" > ~/.zshrc
source .zshrc
sudo -i
curl -k -L -f "https://raw.githubusercontent.com/michiiii/KALI_vagrant/master/bash_aliases" > /root/.bash_aliases
rm .zshrc
curl -k -L -f "https://raw.githubusercontent.com/michiiii/KALI_vagrant/master/zshrc" > /root/.zshrc
source /root/.zshrc
exit
git clone https://github.com/michiiii/KALI_vagrant.git
cp -r ~/KALI_vagrant/XFCE_config/xfce4 ~/.config/
sudo reboot now

Finally everything should be cool

About

quickly set up a new vagrant instance with KALI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages