Generated shellcode crashes #824
-
Hi! I've tried staged and non staged versions, aka I've tried generating the 10mb beacon and just loading it into my stager to execute and it still crashes. I've also tested on simple C# programs that call VirtualAlloc/CreateThread and it also crashes. I did a search in the discussions and issues and found this issue: #756 which I've tried but still same segfault :\ It should be something really simple that I'm missing, would appreciate some pointers! Note that this is all in x64, I built an x64 version of the beacon, x64 msfvenom payload and an x64 version of the stager for testing Sliver server: Beacon generation commands:
I've also tried generating the beacon like this:
and just running the http listener Stager code:
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
could issue #710 be related? |
Beta Was this translation helpful? Give feedback.
-
Are you applying Shikata ga nai or is this the stock shellcode? |
Beta Was this translation helpful? Give feedback.
-
@angelystor shellcode format is only supported for the Windows OS at the moment. We should probably give the user a warning / prevent the |
Beta Was this translation helpful? Give feedback.
@angelystor shellcode format is only supported for the Windows OS at the moment. We should probably give the user a warning / prevent the
generate
command from succeeding though.