Git Product home page Git Product logo

Comments (10)

carloslack avatar carloslack commented on August 19, 2024

The proc interface is hidden by default, when you insmod.
Unhide it with kill

from kovid.

homelanmder avatar homelanmder commented on August 19, 2024

very thx.and i have another question,how can i hide tcp connection?i can understand the gif ,maybe i need to edit the source code?

from kovid.

carloslack avatar carloslack commented on August 19, 2024

Backdoors included in kv have their traffic hidden along the processes, no need to change the code for that, but you can create a PR for it or something else

from kovid.

homelanmder avatar homelanmder commented on August 19, 2024

i hide a process,but network connection is still unhide

[root@amazon ~]# netstat -anptl
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name
tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN      6735/rpcbind
tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      7181/sshd
tcp        0      0 127.0.0.1:25            0.0.0.0:*               LISTEN      7138/master
tcp        0      0 192.168.7.144:22        192.168.7.1:53479       ESTABLISHED 24243/sshd: root@pt
tcp        0     36 192.168.7.144:22        192.168.7.1:52758       ESTABLISHED 21713/sshd: root@pt
tcp        0      0 192.168.7.144:8888      192.168.7.1:54475       ESTABLISHED 26267/nc
tcp6       0      0 :::111                  :::*                    LISTEN      6735/rpcbind
tcp6       0      0 :::22                   :::*                    LISTEN      7181/sshd
[root@amazon ~]# echo 26267 > /proc/netinfo
[root@amazon ~]# netstat -anptl
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name
tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN      6735/rpcbind
tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      7181/sshd
tcp        0      0 127.0.0.1:25            0.0.0.0:*               LISTEN      7138/master
tcp        0      0 192.168.7.144:22        192.168.7.1:53479       ESTABLISHED 24243/sshd: root@pt
tcp        0     36 192.168.7.144:22        192.168.7.1:52758       ESTABLISHED 21713/sshd: root@pt
tcp        0      0 192.168.7.144:8888      192.168.7.1:54475       ESTABLISHED -
tcp6       0      0 :::111                  :::*                    LISTEN      6735/rpcbind
tcp6       0      0 :::22                   :::*                    LISTEN      7181/sshd

i really want to create pr,but i can't code with c

from kovid.

carloslack avatar carloslack commented on August 19, 2024

Currently if you use bdclient.sh you'll have connections hidden, without having to change anything. If, for instance, you run, let's say nc and then use kv to hide it, you'll have the process hidden, like any other task, this way they are assumed as non-networking tasks.

from kovid.

homelanmder avatar homelanmder commented on August 19, 2024

i understand,thx very much

from kovid.

carloslack avatar carloslack commented on August 19, 2024

No worries, I may soon change code to consider certain processes networking type

from kovid.

homelanmder avatar homelanmder commented on August 19, 2024

i'm really expected,bro

from kovid.

carloslack avatar carloslack commented on August 19, 2024

@homelanmder have a look #90 test it if works for you

from kovid.

carloslack avatar carloslack commented on August 19, 2024

Closed by af60d88

from kovid.

Related Issues (17)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.