Kali installation packages
## Not using it anymore
## sudo apt install pyenv
## python -m venv ~/.myvenv
## echo "# ====== My Aliases =======" >> ~/.zshrc
## echo "alias myvenv='. ~/.myvenv/bin/activate'" >> ~/.zshrc
## echo "# ====== End Aliases =======" >> ~/.zshrc
## . ~/.zshrc
## myvenvpipx install git+https://github.com/Chocapikk/pwncat-vl
sudo apt install python3-pwntools
## still useful to have pyenv
sudo apt install pyenvLast updated