How to Code a Tcp Syn Port Scanner in C with Linux Sockets
Port Scanning Port Scanning searches for open ports on a remote system. The basic logic for a portscanner would be to connect to the port we want to check. If the socket gives a valid connection without any error then the port is open , closed otherwise (or inaccessible, or filtered). TCP Port Scanning Drawbacks… Read More »