NetExec/cme/__init__.py

9 lines
259 B
Python
Executable File

from gevent import monkey
monkey.patch_all()
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'))