Update parrot.sh

This commit is contained in:
simeononsecurity
2020-12-18 19:50:53 -06:00
committed by GitHub
parent d40bd10a91
commit e6ef433597

View File

@ -79,8 +79,8 @@ BLUE "Installing nmap..."
sudo apt-get install -y nmap sudo apt-get install -y nmap
BLUE "Installing RustScan..." BLUE "Installing RustScan..."
wget "https://github.com/RustScan/RustScan/releases/download/2.0.1/rustscan_2.0.1_amd64.deb" wget "https://github.com/RustScan/RustScan/releases/download/2.0.1/rustscan_2.0.1_amd64.deb" -O rustscan_2.0.1_amd64.deb
sudo dpkg -i rustscan_2.0.1_amd64.deb sudo dpkg -i ./rustscan_2.0.1_amd64.deb
BLUE "Installing docker..." BLUE "Installing docker..."
sudo apt-get install -y docker.io sudo apt-get install -y docker.io