Standalone

After Reviewing and Studying Chapter 2 in Black Hat Python, create a standalone Python script that will act as a TCP server.

Assignment 10 – Create a TCP Server Instructions After Reviewing and Studying Chapter 2 in Black Hat Python, create a standalone Python script that will act as a TCP server.  The server will accept connections on port 5555 from TCP clients operating on the same local IP range as the server. The server will receive […]

Scroll to top