You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File stealer is now better...
Files are stolen in a new process
forked off of the user's process.
Files are no longer read & written
in their own blocks. Instead file
contents are mapped into memory
and the child process writes the
result of the memory map. This
new process which is forked is
hidden if it can be.
Into the kit I've added an SELinux
check before installation begins.
I added a function for redirection
of FILE streams called 'redirstream'.
I've replaced all of the
strlen({VARIABLE}) calls with their
appropriate LEN_{VARIABLE} values.
Where VARIABLE is created & defined
by setup.py.
Also I have added error-specific
returns for ldpatch, for just a
couple of things.
-3 = failed to allocate memory for
array of located ld.so
-2 = oldpreload could not be located
in the target ld.so
Lastly I have also added make
into the dependencies that depinstall.sh
will install.
Think that's about it.
* When no rootkit processes are running (_i.e.: not logged into the backdoor_) the rootkit will remove your `.bashrc` & `.profile`, that is until you log back in.
137
136
* I have made everything easily accessible from the backdoor's home directory by plopping symlinks to everything you may need access to.
138
137
* Not unlike `.bashrc` & `.profile` these symlinks are removed from the home directory until you log in.
139
-
* If you aren't root straight away after logging in, `su root`.
140
138
*__Solution for ([#16](https://github.com/kcaaj/bdvl/issues/16))__:
0 commit comments