Task 2 - Installing RustScan
Last updated
Last updated
This task is woefully out-of-date so just ignore the installation steps in each THM question and submit all the flags as no answer is needed. Follow the installation steps in this guide instead to obtain the tool.
Install docker:
sudo apt install docker.io
Enable docker:
sudo systemctl enable docker --now
Download rustscan from dockerhub:
sudo docker pull rustscan/rustscan
Add an alias to run the docker command for rustscan:
alias rustscan='sudo docker run -it --rm --name rustscan rustscan/rustscan:latest'
No answer needed
No answer needed
No answer needed
No answer needed