Skip to content

Instantly share code, notes, and snippets.

View X-Cotang's full-sized avatar
😊
Hello

D4rk_l0tu5 X-Cotang

😊
Hello
View GitHub Profile
@X-Cotang
X-Cotang / setup.sh
Created April 12, 2024 08:50
OSCP - Kali Linux - Machine setup
sudo apt-get update -y
sudo apt install -y docker.io docker-compose sshfs chisel dirsearch sqlmap nmap bloodhound
sudo usermod -aG docker $USER
sudo apt install golang-go
curl -fsSL https://deb.nodesource.com/setup_lts.x | sudo -E bash -
sudo apt-get install -y nodejs
# Download some tool
mkdir ~/Desktop/tool/
cd ~/Desktop/tool