SST-CTF / socket-practice

SSTCTF club's Python3 socket practice

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python3 Socket Practice

Version: 1.0.0

Introduction

This repository contains three practice problems for using the python3 socket module. Each problem has a corresponding solution.

Usage

To run the problem, run server[x].py files using Python3.

Example Usage:
./server.py
python3 server.py

To test the problem, run the corresponding client[x].py file in solutions. Make sure the problem is running while you are doing this.

Example Usage:
./client.py
python3 client.py

Dependencies

All of the problems require Python3. The solution of problem3 (client3.py) requires numpy

Installation of numpy:
pip3 install numpy

License

Python3 Socket Practice is released under the MIT License.

About

SSTCTF club's Python3 socket practice

License:MIT License


Languages

Language:Python 100.0%