summarylogtreecommitdiffstats
path: root/chdir.patch
diff options
context:
space:
mode:
Diffstat (limited to 'chdir.patch')
-rw-r--r--chdir.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/chdir.patch b/chdir.patch
new file mode 100644
index 000000000000..d905d70d45f8
--- /dev/null
+++ b/chdir.patch
@@ -0,0 +1,17 @@
+--- mitmf.py 2015-12-10 21:33:55.685686688 +0100
++++ mitmf.py 2015-12-10 21:34:13.124298820 +0100
+@@ -25,6 +25,7 @@
+ import argparse
+ import sys
+ import os
++os.chdir("/opt/MITMf")
+ import threading
+ import core.responder.settings as settings
+
+@@ -179,4 +180,4 @@
+ reactor.run()
+ print "\n"
+
+- shutdown()
+\ No newline at end of file
++ shutdown()