Skip to content

TODO List

Michele Cisternino edited this page Apr 30, 2019 · 24 revisions

Done

  • Add multi-threading support to the python payload [✓]
  • Add CSRF Token [✓]
  • Add uninstall feature [✓]
  • Detach the payload console from the process [✓]
  • Add local history (with up/down arrow keys) [✓]
  • Add download function [✓]

To do

  • Implement target-side payload uninstallation with the server-side "delete target" command
  • Multiple file download by using local compression on the target system
  • Add upload function
  • Backup db / files in zip
  • Port the client in C++
  • Port the client in Java
  • Add database encryption
  • Add persistence module
  • Add server-side code obfuscation feature
  • Add keylogger module
  • Add screenshot module
  • Add webcam module
  • Create a payload-generator script
  • Automatically find the server on the LAN if caesar is running locally
  • Improve CSS in order to make the interface more responsive from mobile devices
  • Add python payload windows compiling via wine on linux