NetExec/cme/__init__.py

6 lines
213 B
Python
Executable File

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