From c254db488e68b69757ec433bb41576fc9ea67cf5 Mon Sep 17 00:00:00 2001 From: simeononsecurity <4913771+simeononsecurity@users.noreply.github.com> Date: Fri, 18 Dec 2020 19:49:01 -0600 Subject: [PATCH] Update ubuntu.sh --- ubuntu.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ubuntu.sh b/ubuntu.sh index d20b03f..98dbfa6 100644 --- a/ubuntu.sh +++ b/ubuntu.sh @@ -227,6 +227,10 @@ sudo apt-get install -y openvpn BLUE "Installing nmap..." sudo apt-get install -y nmap +BLUE "Installing RustScan..." +wget "https://github.com/RustScan/RustScan/releases/download/2.0.1/rustscan_2.0.1_amd64.deb" +sudo dpkg -i rustscan_2.0.1_amd64.deb + BLUE "Installing docker..." sudo apt-get install -y docker.io sudo groupadd docker