-
-
Notifications
You must be signed in to change notification settings - Fork 404
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
[BUG] Unable to perform http POST request using exe stager #149
Comments
It seem WIndows Defender is blocking HTTP POST requests, but without it, the exe is in infinite loop attenting HTTP POST request like shown in the screen shot above |
I've used guid and psk generated y powershell stager because I don't know how can I find those for the exe stager |
I get the same issue executing the compiled csharp stager |
This issue is fixed with the resolution of this issue: However this will create a new issue. The fix will allow the stager to run you will however now probably encounter further issues with the icompiler when running modules. This has been highlighted in the following bug in the naga repo. This newer issue can be remedied by compiling an earlier version of the naga exe and dll prior to the compiler changes. This will allow the stager and the larger majority of modules to run. However you will then encounter the boo.lang list error in some of the modules (I think I saw the list issue again on the impersonate modules and a few others). byt3bl33d3r said he was aware of the issue and it may be down to an internal way in which boo.lang handles the loading within the compiler. Hope that helped, to get you up and runningish in the mean time. |
Thanks for your reply @d-sec-net. I'm getting the stager compiled on the windows 10 but unable to run a whoami: |
Issue Template
Context
Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions.
Expected Behavior
Is it normal, the exe stager require parameters ?
Current Behavior
When executing the exe with parameters needed, I get errors.
The stager is sending stage in infinite boucle to the client server.
Failure Information
Steps to Reproduce
I generate an exe by typing:
Failure Logs
Please look at screen-shots above
The text was updated successfully, but these errors were encountered: