From d40bd10a91d15bec672ca177155d4349209dd4c5 Mon Sep 17 00:00:00 2001 From: simeononsecurity <4913771+simeononsecurity@users.noreply.github.com> Date: Fri, 18 Dec 2020 19:49:26 -0600 Subject: [PATCH] Update parrot.sh --- parrot.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/parrot.sh b/parrot.sh index caf5a89..bb58816 100644 --- a/parrot.sh +++ b/parrot.sh @@ -78,6 +78,10 @@ sudo apt 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