2017-04-30 18:54:35 +00:00
|
|
|
from gevent import monkey
|
|
|
|
monkey.patch_all()
|
|
|
|
|
2017-03-27 21:09:36 +00:00
|
|
|
import sys
|
|
|
|
import os
|
|
|
|
import cme
|
|
|
|
|
|
|
|
sys.path.insert(0, os.path.join(os.path.dirname(cme.__file__), 'thirdparty', 'pywerview'))
|
|
|
|
sys.path.insert(0, os.path.join(os.path.dirname(cme.__file__), 'thirdparty', 'impacket'))
|