Git Product home page Git Product logo

Comments (4)

burningion avatar burningion commented on August 16, 2024

This attack container should consist of two binaries so far:

gobuster and hydra.

This should also fix issue #74, unless we decide to have an instrumented version of logs, without proper parsing.

from ecommerce-workshop.

andrewkrug avatar andrewkrug commented on August 16, 2024

The attack container will also at some point after spin up need to do the following using a bash script. Use a leaked ssh-key ( bootstrapped with the environment ) in order to sign into one system running sshd and plant a new authorized_key. Then after some time wipe /var/log/secure log and zero out the unallocated space on the disk ( 10MB lets say ) using sudo dd if=/dev/zero of=tempfile bs=1m count=10. This will probably require adding sshd, an unprivileged user, sudo, and the dd binary to a system in the infrastructure.

from ecommerce-workshop.

martinisoft avatar martinisoft commented on August 16, 2024

The attack container will also at some point after spin up need to do the following using a bash script. Use a leaked ssh-key ( bootstrapped with the environment ) in order to sign into one system running sshd and plant a new authorized_key. Then after some time wipe /var/log/secure log and zero out the unallocated space on the disk ( 10MB lets say ) using sudo dd if=/dev/zero of=tempfile bs=1m count=10. This will probably require adding sshd, an unprivileged user, sudo, and the dd binary to a system in the infrastructure.

So this container needs to access another one in the cluster? Trying to figure out some implementation details here. The automation part sounds like a challenge given the ways we can deploy this system. My guess is we have to aim for docker-compose as the deploy/trigger mechanism since it'll be in Katacoda yes?

from ecommerce-workshop.

stevedatadog avatar stevedatadog commented on August 16, 2024

I think we can close this, @andrewkrug ?

from ecommerce-workshop.

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.