filmov
tv
Creating A TCP Port Scanner Using Python | Part (1/2)

Показать описание
We use the concept of socket programming and TCP 3 way handshake to check whether a port is open or not. In the next part we will try to fix the latency of the program using multi threading and make the program overall better.