Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ModuleNotFoundError: No module named 'obfuscators.powershell.chameleon.chameleon' #4

Closed
fuzz-security opened this issue Aug 5, 2021 · 1 comment

Comments

@fuzz-security
Copy link

PS C:\Users\test\Desktop\inceptor\inceptor> python3 .\inceptor.py
Traceback (most recent call last):
File "C:\Users\test\Desktop\inceptor\inceptor\inceptor.py", line 12, in
from generators.PowerShellArtifactGenerator import PowerShellArtifactGenerator
File "C:\Users\test\Desktop\inceptor\inceptor\generators\PowerShellArtifactGenerator.py", line 9, in
from obfuscators.powershell.Karmaleon import Karmaleon
File "C:\Users\test\Desktop\inceptor\inceptor\obfuscators\powershell\Karmaleon.py", line 6, in
from obfuscators.powershell.chameleon.chameleon import Chameleon
ModuleNotFoundError: No module named 'obfuscators.powershell.chameleon.chameleon'

@klezVirus
Copy link
Owner

Hi fuzz-security, I guess you forgot the --recursive flag.

Whoever reading this message: check the install section.

git clone --recursive https://github.com/klezVirus/inceptor

If you haven't clone with recursive, you can still fix it, with this:

cd inceptor\inceptor\obfuscator\powershell
git clone https://github.com/klezVirus/chameleon

After that, you will probably need to fix the .gitmodule file as windows usually use the "\" path divider instead of "/".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants