NetExec/cme/__init__.py

9 lines
259 B
Python
Raw Normal View History

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'))