Giter Club home page Giter Club logo

ft_shield's Introduction

ft_shield

ft_shield is a simple trojan that copy itself into /bin when launching as root then add the created program as a service and launch it. If the binary is in /bin (like the new created program), it will open the port 4242 and ask for a password (Default password is given during compilation, you can modify the variable PASSWD in makefile to set your own). If the password is correct the user access to a little program shell that can allow him to launch a real shell on the target machine.

You can also add personalized payloads (elf, python, shellcode, ...).
You just need to put a payload executable file (or shellcode) at the root of the repository. A example is available by running make payload to compile the server part and then compile with make.

Demo

alt text alt text

Compilation

make # Default mode without payload
make re # Compile with a payload server (like make but for the payload demo)

Usage

sudo ./ft_shield

Testing

You can test it inside a docker alpine image inside the tools folder.
Alpine image is using openrc to run services.
Run those command to get inside the container with your current folder:

# Alpine
docker build -t alpine-test ./tools/alpine
docker run -it -v $PWD:/app alpine-test

ft_shield's People

Contributors

0x050f avatar

Stargazers

 avatar

Watchers

 avatar

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.