
A port scanner that scans a target IP for open ports and displays the results, built with C
A port scanner that scans a target IP for open ports and displays the results, built with C
gcc PortScanner.c -o PortScanner.Exe -lws2_32
then
./PortScanner "tcp" "127.0.0.1" "1-1000"
MIT