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