// Description
_
Welcome Back Hackers, In this video You Are provided with some reconnaissance Knowledge. I have told you about the "rustscan" tool. It is a fast Port Scanner that scans open ports in seconds and makes your work a lot easier.
// Links
_
RustScan(.Deb package): https://github.com/RustScan/RustScan/...
TryHackMe Room: https://tryhackme.com/room/rustscan
// Commands
_
sudo apt update
sudo apt upgrade
(Now download the file)
cd Downloads
ls
dpkg -i filename
rustscan -h
rustscan -a IP addresses
rustscan -a IPs -p ports
rustscan -a IPs --range 1-1000
rustscan -a IPs -p ports -- Nmap Arguments like -sV -A
// Tags
_
#rustscan #ethicalhacking #awareness #reconnaissance