aboutsummaryrefslogtreecommitdiffstats
path: root/mitmweb
diff options
context:
space:
mode:
Diffstat (limited to 'mitmweb')
-rwxr-xr-xmitmweb4
1 files changed, 4 insertions, 0 deletions
diff --git a/mitmweb b/mitmweb
new file mode 100755
index 00000000..d709811b
--- /dev/null
+++ b/mitmweb
@@ -0,0 +1,4 @@
+#!/usr/bin/env python
+from libmproxy.main import mitmweb
+
+mitmweb()