Skip to content

mahiburrahman744/socks5-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SOCKS5 Proxy Server

This project implements a basic SOCKS5 proxy server in Python, capable of handling TCP connections through the SOCKS5 protocol. This server is designed for educational purposes and provides a foundational implementation of the SOCKS5 protocol, which includes handling the initial handshake and forwarding TCP connections.

Features

  • Basic SOCKS5 protocol handling
  • TCP connection forwarding
  • No authentication (open for modification)

Prerequisites

Before you run this server, make sure you have Python installed on your machine. This code has been tested with Python 3.8, but it should work with any Python 3.x version.

Installation

To run the SOCKS5 proxy server, follow these steps:

  1. Clone this repository:
    git clone https://github.com/mahiburrahman744/socks5-proxy.git

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages