rkduck icon indicating copy to clipboard operation
rkduck copied to clipboard

Define the control program's features

Open 0xLyte opened this issue 9 years ago • 2 comments

A program running in userland is used to control the rootkit. What this program will control needs to be defined.

0xLyte avatar Feb 11 '16 15:02 0xLyte

check #16

mpgn avatar Feb 18 '16 23:02 mpgn

Current commands :

  • hide a file
  • unhide a file
  • hide a process
  • unhide a process
  • change backdoor mode to shell
  • change backdoor mode to reverse shell
  • activate ssh backdoor
  • deactivate ssh backdoor

Commands to add :

  • change attacker ip (reverse shell)
  • change attacker port (reverse shell)
  • hide user
  • unhide user

Currently, crumbs only work with the command line arguments. A prompt should be added.

0xLyte avatar Feb 19 '16 23:02 0xLyte