Member-only story
TryHackMe RustScan Challenge: A Complete Guide
This is a Writeup of Tryhackme room “RustScan”
Room link: https://tryhackme.com/room/rustscan
Note: This room is free
RustScan is the modern day port scanner.
Capable of scanning targets in less than a second, extensible scripting language allowing you to write scripts in Python, and more.
This room will teach you all there is need to know about RustScan.
You can find RustScan’s GitHub repository here.
https://github.com/RustScan/RustScan
Task 2: Installing RustScan
The installation procedure of RustScan is very easy.
Note: If you use Mac OS, Arch, Docker, Nix OS or any other operating system than Debian more install instructions can be found on the repository.
https://github.com/RustScan/RustScan/wiki/Installation-Guide
Go to RustScan Repo.
Download the .deb file for Kali Linux.(rustscan_1.8.0_amd64.deb)
In terminal type:- dpkg -i <file name>
Try running rustscan in terminal.