Changes

  • improved unicode support, the shell command handles unicode characters in shell output now properly
  • added inject command that injects and starts a payload from the uploads directory into target processes specified by pid
  • added inject_image command that injects and starts a payload from the uploads directory into target processes specified by image name
  • added disable_sysmon command that injects a small shellcode in Sysmon64.exe that hooks EtwEventWrite
  • fixed typos in UserManual.pdf

Known Issues

  • the shell command can only handle ANSI input
  • frontend in Safari broken
  • disable_sysmon does not work on older Sysmon versions (tested with Sysmon 11.10)