Skip to content

Latest commit

 

History

History
15 lines (7 loc) · 390 Bytes

README.md

File metadata and controls

15 lines (7 loc) · 390 Bytes

mitmproxy-commons

Some sample addons for mitmproxy.

CustomDNSResolver

A simplistic dns resolver that allows mapping and address to specifig address

Adjust hosts in variable host_mappings in init method

Excute the addon passing argument -s CustomDNSResolver.py to mitmproxy Exemple: mitmtweb -mode dns -s -s CustomDNSResolver.py