Open sohelahmed786 opened 4 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..
Same problem with the example commands in the wiki (shellcode was a basic meterpreter). Others runners seem to work.
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..