TCP/IP port scan made in Delphi
Present below a scan made in Delphi
Purpose
Windows Sockets 2 (Winsock) allows developers to create advanced Internet, intranet, and other network-compatible applications to transmit application data over the wire, regardless of the network protocol being used. With winsock, developers have access to advanced networking ® Microsoft® Windows® such as Multicast, and Quality of Service (QoS).
Developer public
Windows Sockets 2 is designed for use by C/C++ programmers. Familiarity with the Windows network is required.
Runtime requirements
Windows Sockets 2 can be used on all Windows platforms. When certain implementations or features of the Windows Sockets 2 platform restrictions exist, they are clearly noted in the documentation.
More About Windows Sockets 2
Function
Check which ports in the TCP/IP protocol are open, informing host/IP
Source:https://github.com/BoscoBecker/PortScanner
Make With ❤ @boscobecker