Veallym0n / PyFiddler

a python http proxy can block modify datas of request and response

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

##PyFiddler

       a python script http proxy.


PyFiddler is a python script http proxy and looks like the Fiddler.

it can sniffer and log all http request and response, and can block and modify data in that console.

    python fiddler.py

the proxy will listen at port 0.0.0.0:8888 by default. and the console running at 0.0.0.0:8889.

try it and fork it :-p

About

a python http proxy can block modify datas of request and response


Languages

Language:HTML 52.9%Language:Python 47.1%