Skip to content

A very simple WIP TCP (and maybe UDP later) proxy that logs packets

Notifications You must be signed in to change notification settings

WarrenHood/hoodproxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

HoodProxy

A simple WIP TCP/UDP proxy. Only TCP is implemented currently.

Usage

Install poetry, and ensure you have python 3.10+.

Run the script with --help to see the arguments.

poetry run hoodproxy --help

Add an entry to your hosts file or modify the target program to point to your listen ip (127.0.0.1 will probably be fine if running locally) Then run hoodproxy, and start up the target program/game.

About

A very simple WIP TCP (and maybe UDP later) proxy that logs packets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages