Week 3: Running a TCP scan - lizzy9596/my-tech-journal GitHub Wiki
Running NMAP. In this lab, I learned how to use NMAP * Commands run were: -sT (TCP connect scan), -sS (TCP SYN), -sV (service detection), -A (OS detection) and -p- (scans all tcp ports) * Nmap discovers port 22 open.