s0lst1c3 / dropengine

DropEngine provides a malleable framework for creating shellcode runners, allowing operators to choose from a selection of components and combine them to create highly sophisticated payloads within seconds.
GNU General Public License v3.0
206 stars 28 forks source link

msbuild system.accessviolationexception #12

Open sohelahmed786 opened 3 years ago

sohelahmed786 commented 3 years ago

H s0lst1c3, I ran this command python dropengine.py --build \ --interface csharp_runner_interface \ --crypter crypter_aes \ --decrypter decrypter_csharp_rijndael_aes \ --ekey ekey_static \ --runner msbuild_csharp_runner \ --dkey dkey_csharp_static \ --executor executor_csharp_virtual_alloc_thread \ --mutator mutator_random_string \ --shellcode shell.bin \ --o example.csproj

Here shell.bin is a cobalt strike raw shellcode. After running I get this error in windows Version 10.0.19041 Build 19041 64 bit.. image

meikster commented 3 years ago

Same problem with the example commands in the wiki (shellcode was a basic meterpreter). Others runners seem to work.