{% hint style="danger" %} 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. {% endhint %}
{% embed url="https://hub.docker.com/r/rustscan/rustscan/" %} https://hub.docker.com/r/rustscan/rustscan/ {% endembed %}
- 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'
{% hint style="success" %} No answer needed {% endhint %}
{% hint style="success" %} No answer needed {% endhint %}
{% hint style="success" %} No answer needed {% endhint %}
{% hint style="success" %} No answer needed {% endhint %}