summarylogtreecommitdiffstats
path: root/chdir.patch
blob: d905d70d45f8f297de7fe83872c160393173c9c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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()