rkduck
rkduck copied to clipboard
Define the control program's features
A program running in userland is used to control the rootkit. What this program will control needs to be defined.
check #16
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.