Giter VIP home page Giter VIP logo

Comments (5)

h3xduck avatar h3xduck commented on July 17, 2024

It looks like the initial handshake between the backdoor and the client is not being completed correctly.
Some things you may check are whether:

  1. Both VMs can communicate between themselves
  2. You are first installing the rootkit with the script, then running the client
  3. An initial TCP packet with payload CC_SYN is being delivered at the machine with the rootkit (using wireshark or similar)
  4. A TCP packet with payload CC_ACK is being sent from the machine with the rootkit.

from triplecross.

tarihub avatar tarihub commented on July 17, 2024

Thanks for your reply~
You are right, it's the initial handshake between the backdoor and the client.

  1. Both VMs can communicate between themselves

image

attacker: 192.168.192.168
victim: 192.168.192.169

  1. I try to install the rootkit through
git clone https://github.com/h3xduck/TripleCross
cd TripleCross/src
make all
cd ../client
make
cd ../helpers
./packager.sh

And all goes well, but I can't receive a shell from victim
image

  1. CC_SYN can send to the victim machine

image

  1. Attacker can't receive CC_ACK from victim machine

image

from triplecross.

tarihub avatar tarihub commented on July 17, 2024

It seems like the initial handshake is dial to 9000 port, Do I need to listen on 9000 port with nc?

I try to listen on 9000 port with nc, but I can't get any response
image

What may the problem? Looking forward to your reply~

from triplecross.

h3xduck avatar h3xduck commented on July 17, 2024

Oh, I just realised. If you look at the README you'll see that I prepared this client mode (using -c) to only work after activating the execution hijacking module (you'll need to configure the parameters described at https://github.com/h3xduck/TripleCross#execution-hijacking-module for the attack to happen and thus start to listen for connections).

If you just want test the backdoor and spawn a shell, use the -e or -s flags, those definitely work out of the box.

from triplecross.

tarihub avatar tarihub commented on July 17, 2024

Yeah! -e and -s flags can spawn a shell well~ Thanks for your patience.
I want to use -c flag to spawn a shell according to README.
image
image

Maybe it is my misunderstanding using, It can't work.

from triplecross.

Related Issues (20)

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.