Skip to content

Setup Ubuntu Shepherd Environment (Scripted)

Mark Denihan edited this page Aug 14, 2015 · 2 revisions
  • Install Ubuntu Server on your hardware or VM (Avoid LVM for VMs)
  • If you're setting up a VM, Ensure the VM has a NAT Network Adapter (For Internets) and an Host-Only/Bridged adapter (For SSHing). You may need to update the interfaces file to have both adapters utilised by the OS
  • Run the following commands and follow the prompts (CowSaysMoo for Mysql password. If you want to use a non standard pass follow this wiki instead )
sudo wget https://raw.githubusercontent.com/OWASP/SecurityShepherd/master/SecurityShepherdCore/setupFiles/shepherdTotalInstall.sh -O shepherdTotalInstall.sh
sudo chmod 777 shepherdTotalInstall.sh
sudo bash shepherdTotalInstall.sh
sudo rm shepherdTotalInstall.sh
  • Ubuntu is now running Shepherd over HTTPs on port 443 and port 80 redirecting to 443.