Skip to content

a proxy server for capture packages between client and server/ good for games

Notifications You must be signed in to change notification settings

wan-develop/python_proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Python Proxy Server

a proxy server for capture packages between client and server, good for games but you can use for any application

How It Works

sequenceDiagram
Server ->> Proxy: Package
Proxy-->>Client: Sniffed Package;

Note right of Server: The proxy<br/>gets the data and<br/>convert it to hex<br/>like: 334f3d445.
Note right of Proxy: The proxy then<br/>sends the changed<br/>package<br/> depending on the game.


Loading

How to use:

use the script uses argv so you need to specify the game server.

runing the program: python3 proxy.py {your ip} {your port} --game {server ip} {server port}

parser_filter.py

This module is a filter, and used for treatment of the data passed.

About

a proxy server for capture packages between client and server/ good for games

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages