Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 505 Bytes

File metadata and controls

17 lines (11 loc) · 505 Bytes

Py-Sock

Socket Programming in Python

Getting Start

git clone https://github.com/sam-sepi/Py-Sock.git

This repository is essentially a socket programming exercise in python. Each file was written for the purpose of study.

Client.py and Server.py simulate the client server architecture.

Portscanner.py is a simple port scanner written in python with multi - threading

Author

Sam Sepi - Initial work

License

This project is licensed under the MIT License - see the LICENSE.md file for details