QuokkaLight / rkduck

Linux v4.x.x Rootkit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Define the control program's features

0xLyte opened this issue · comments

commented

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

commented

check #16

commented

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.