mirror of
https://github.com/zhigang1992/mitmproxy.git
synced 2026-04-23 20:00:09 +08:00
471e196e085f4161cb0667e0b70a940cb1de67d2
This filter allow to match on the request source and destination address in the form of `<IP>:<Port>`. Also fixed the parsing grammar to add a `WordEnd` after each filter name. That way, `~src` doesn't match `~s` instead and keep the behavior consistent with `~hq` != `~h`.
**mitmproxy** is an interactive, SSL-capable man-in-the-middle proxy for HTTP with a console interface. **mitmdump** is the command-line version of mitmproxy. Think tcpdump for HTTP. **libmproxy** is the library that mitmproxy and mitmdump are built on. Complete documentation and a set of practical tutorials is included in the distribution package, and is also available at mitmproxy.org_. .. _mitmproxy.org: http://mitmproxy.org
Languages
Python
88.8%
JavaScript
9.7%
Less
1%
Shell
0.2%
HTML
0.2%