For the complete documentation index, see llms.txt. This page is also available as Markdown.

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.

Last updated