Skip to content

Instantly share code, notes, and snippets.

View d3fc0nmm's full-sized avatar
😀

Miguel d3fc0nmm

😀
  • Tec-Refresh, Inc.
  • Southern California
View GitHub Profile
@d3fc0nmm
d3fc0nmm / Kali_GOAD_Quick_Install.txt
Last active December 23, 2024 23:27
Kali GOAD Quick Install
#requirements
- Latest Kali
- 8 CPU Cores
- enable: Expose hardware assisted virtualization to the guest OS
- 32 GB Rams
- >150GB storage
#increate swap or make the partition bigger during install
sudo fallocate -l 5G /swapfile
sudo chmod 600 /swapfile