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

Anti Parameterized version #643

Open
ducksploit opened this issue May 14, 2024 · 2 comments
Open

Anti Parameterized version #643

ducksploit opened this issue May 14, 2024 · 2 comments

Comments

@ducksploit
Copy link

You must be knowing that the lazagne.exe is heavily signatured by all AVs. So to make it evasive on remote systems, security researchers generally convert the exe to shellcode using some handy tool like donut. But there is a problem, we cannot pass command line arguments in shellcode like we do while running lazagne.exe.. Like "lazagne.exe all"

I propose to release a binary exe of lazagne where no command line argument is required so it is handy to convert it to shellcode.
I also recommend to shift the binary creation utility from pyinstaller to nuitka

@AlessandroZ
Copy link
Owner

By default, all modules are launched now.

It's easy to use nuitka now, I will see if I will add it to the Github action to generate all release with nuitka. Let me some time to decide it.

@AlessandroZ
Copy link
Owner

Have you managed to compile it with nuitka and to launch it as a shellcode ? I have tried but the shellcode does not seem to be launched.
I may miss something.

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