Task 2 - Installing RustScan

Task 2 - Installing RustScan

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.

https://hub.docker.com/r/rustscan/rustscan/

RustScan Installation

  1. Install docker: sudo apt install docker.io

  2. Enable docker: sudo systemctl enable docker --now

  3. Download rustscan from dockerhub: sudo docker pull rustscan/rustscan

  4. Add an alias to run the docker command for rustscan: alias rustscan='sudo docker run -it --rm --name rustscan rustscan/rustscan:latest'

Go to RustScan Repo.

No answer needed

Download the .deb file for Kali Linux. (rustscan_1.8.0_amd64.deb)

No answer needed

In terminal type:- dpkg -i

No answer needed

Try running rustscan in terminal.

No answer needed

Last updated