Create TCP Client.

Python

Create TCP Client

Instructions

After reviewing and studying Chapter 2 in Black Hat Python you are to create a Standalone Python script that will act as a TCP client.  The client will connect to the TCP server created in Assignment 10 on Port 5555.  The client will send 10 messages (in an automated fashion) to the server with differing content, receive the MD5 hash response provided by the TCP server, and print the original message and MD5 hash.

You will submit:

1) Your final python script

2) A screenshot of all the messages and the received hashed messages

 

 

Create TCP Client.
Scroll to top