Skip to content

A simple forward proxy server using python that allows users to intercept and log HTTP requests and responses

Notifications You must be signed in to change notification settings

imadbourouche/simple_proxy_server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple_proxy_server

A forward proxy server that allows users to:

  • Intercept HTTP requests and forward responses
  • Log HTTP requests
  • Black list domains

Run

  • Python
python3 proxy.py -mc 10 -bs 8192
  • Docker
docker build -f Dockerfile . -t proxy-server

docker run -p 1234:1234 -it proxy-server

About

A simple forward proxy server using python that allows users to intercept and log HTTP requests and responses

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published