Skip to content

Fails to build #14

Description

@mx1r

Getting the following errors while trying to build

python3 dropengine.py --build --interface csharp_runner_interface --runner msbuild_csharp_runner --crypter crypter_aes --decrypter decrypter_csharp_rijndael_aes --ekey ekey_static --dkey dkey_csharp_static --executor executor_csharp_virtual_alloc_thread --mutator mutator_random_string --input-file shell.bin --output-file shell.csproj
executor
runner
decrypter
Traceback (most recent call last):
  File "dropengine.py", line 19, in <module>
    payload = interface.create_payload()
  File "/root/test/dropengine/base/interfaces/runner_interface.py", line 74, in create_payload
    self.merge_keys()
  File "/root/test/dropengine/base/interfaces/runner_interface.py", line 84, in merge_keys
    ekey_data['val_array'] = self.shellcode_format.render(ekey_data['val'])
  File "/root/test/dropengine/modules/shellcode/csharp_bytes.py", line 14, in render
    return self._render_helper(text)
  File "/root/test/dropengine/modules/shellcode/csharp_bytes.py", line 19, in _render_helper
    split_chars = text.hex(' ').split()
TypeError: hex() takes no arguments (1 given)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions