Skip to content

Instantly share code, notes, and snippets.

View ThePackle's full-sized avatar

ThePackle ThePackle

View GitHub Profile
@ACK-J
ACK-J / parrot_kali_install.sh
Last active September 26, 2025 16:12
OffSec Tools Install
#!/bin/bash
# System Updates
sudo apt-get update -y
sudo apt-get full-upgrade --fix-missing -y
sudo apt-get autoremove -y
sudo apt-get -y dist-upgrade
sudo apt-get -y install linux-headers-$(uname -r)
#sudo parrot-upgrade
# Alias to Fix Virtual Box issues