Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 327 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 327 Bytes

portscanner

test port scanner

Background

nmap is a utility that scans remote network hosts and attempts to open TCP/UDP connections to determine open ports.

This program is a similar. It attempts to open connections to determine open ports. It also leverages a semaphore to limit the number of concurrent connections.