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

Опубликовано: 24 Июнь 2026
на канале: Aryan Kumar
1,047
26

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.