python3 netcat.py -t 192.168.125.180 -p 5555 -l -c
python3 netcat.py -t 192.168.125.180 -p 5555
python3 tcp_client.py
python3 tcp_server.py
python3 udp_client.py
sudo python3 proxy.py 127.0.0.1 21 ftp.sun.ac.za 21 True
Script to run Linux Client over SSH
python3 ssh_cmd.py
Script to run Windows Client over SSH
python3 ssh_rcmd.py
python3 ssh_server.py