Giter Club home page Giter Club logo

Comments (3)

zhimiyouwu33 avatar zhimiyouwu33 commented on May 26, 2024

Hey,buddy,I also encountered the same problem.

PS E:\win10-tools\vs\CCC\PE\inceptor\inceptor> python3 .\inceptor.py -hh
Traceback (most recent call last):
File ".\inceptor.py", line 12, in
from generators.PowerShellArtifactGenerator import PowerShellArtifactGenerator
File "E:\win10-tools\vs\CCC\PE\inceptor\inceptor\generators\PowerShellArtifactGenerator.py", line 9, in
from obfuscators.powershell.Karmaleon import Karmaleon
File "E:\win10-tools\vs\CCC\PE\inceptor\inceptor\obfuscators\powershell\Karmaleon.py", line 6, in
from obfuscators.powershell.chameleon.chameleon import Chameleon
ModuleNotFoundError: No module named 'obfuscators.powershell.chameleon.chameleon'

from inceptor.

klezVirus avatar klezVirus commented on May 26, 2024

Hi there, I'm not sure about why it's giving you an access denied, but your cli command is wrong:

  1. Amsi module doesn't support c/c++
  2. If you want to add multiple modules, the correct syntax is
python inceptor.py native in.exe -m module1 -m module2 -m module3 -o out.exe

@zhimiyouwu33 nah, mate, this is not the same issue at all. You just forgot to clone with the --recurse flag, see closed issues for a workaround.

from inceptor.

zhimiyouwu33 avatar zhimiyouwu33 commented on May 26, 2024

Hi there, I'm not sure about why it's giving you an access denied, but your cli command is wrong:

  1. Amsi module doesn't support c/c++
  2. If you want to add multiple modules, the correct syntax is
python inceptor.py native in.exe -m module1 -m module2 -m module3 -o out.exe

@zhimiyouwu33 nah, mate, this is not the same issue at all. You just forgot to clone with the --recurse flag, see closed issues for a workaround.

Thanks,buddy.

from inceptor.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.