-
Notifications
You must be signed in to change notification settings - Fork 333
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
Payload not executing #72
Comments
Hi, |
I'm using the docker image |
Hi Nteiv, I have just pulled the current docker version and tested it on Ubuntu and my Windows10 VM and can confirm that it is working for me. This could be an issue with your Windows environment. Is there any AV running on the Windows device? |
It's a fresh Windows 10 Pro VM. There are no other antivirus solutions on the machine. As you can see the stager works and I'm able to get a reverse shell back and I'm also able to execute Powershell commands. But when trying to elevate to a Meterpreter session it just hangs. I've also tried running the custom shellcode execution module with a simple winexec calc.exe and, again, get nothing. |
Ok. Based on this evidence it seems like there is an issue with invokeshellcode powershell module. Could you please let me know your windows version: and also run the following in powershell:
This will download and import the invoke shellcode module temporarily. |
Hi nteiv, I will look into implementing AMSI bypass on Monday. |
Stager works but when trying to elevate to a meterpreter session the payload fails to execute.
Generating a binary and executing it on the target machine works fine though.
The text was updated successfully, but these errors were encountered: