Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 201 Bytes

File metadata and controls

9 lines (6 loc) · 201 Bytes

Check Open Port

Command nmap can be used to scan an IP for open ports. The syntax for the same is given below -

nmap -Pn {IP_ADDRESS}

Replace IP_ADDRESS with the IP to be scanned.