Repo to run solution.py and group6.py simultaneously and capture the network traffic
- python3
- docker
- run main.py
- loc_cap.pcap, net_cap.pcap, text.txt, and sol_log.txt will be outputted to root directory of the repo
- sends Group 6 to host tcpbin.com
- posts the current time to http://httpbin.org/post
- fetches http://example.com
- sends the response of Action 3 to host tcpbin.com
- connects to host 127.0.0.1 on port 42001
- sends "Try sending me text and see what happens..."
- receives a message
- alters the message and sends it back
- establishes host 0.0.0.0 on port 1234
- when a client connects sends "Try sending me some text and see what happens..."
- when the client sends a host, respond with the result of an http request to the host that was sent