February 2018
Intermediate to advanced
426 pages
11h 3m
English
We can start by doing a basic TCP portscan with the TCP Port Scanner auxiliary module and see what we can find.
To run the TCP Port Scanner auxiliary module, we need to set the RHOSTS to the target range of our lab 192.168.216.0/24 and set the number of concurrent threads to 100 to speed up the scan:
msf > use auxiliary/scanner/portscan/msf auxiliary(tcp) > set RHOSTS 192.168.216.0/24RHOSTS => 192.168.216.0/24msf auxiliary(tcp) > set THREADS 100THREADS => 100msf auxiliary(tcp) > run[+] 192.168.216.5: ...
Read now
Unlock full access