September 2018
Intermediate to advanced
480 pages
9h 45m
English
We now have access to the 192.168.10.171 system and using the credentials of this system, we can move around in the network and try to access another system that is in the same network. However, for this to work, we need to know the services running on the system. For this, we can use the tcp scanner implant for port scanning, which can be done by running the following commands:
use implant/scan/tcp info set rports 135,139,445 set rhosts 192.168.10.130 set zombie 0

The implant is ready to roll! Now we just need to run it:
run

The ...