Git Product home page Git Product logo

shellcreeper's Introduction

Overview

Shellcreeper is a lightweight asynchronous C2 that communicates over http(s).

Installation

  • Clone Shellcreeper
  • cd shellcreeper
  • npm install

Starting the Shellcreeper server

$> ./shellcreeper --port 3000

Shellcreeper starts a webserver on port 3000 by default, but you can specify any other port via the --port parameter

You can optionally specify TLS info via --key --cert and --chain

Preparing your payload

Configure the payload of choice (see the payloads folder -- currently only python payloads are available) and give it a valid hostname/ip and port for your shellcreeper server

b64encoder.py

Once your payload is configured, you can either run it as is (on your victim) or use the b64encoder script to create a base64 encoded one liner.

python b64encoder.py payload.py

Interacting with your shell

By default your first connection established will be the active shell session. Any command you enter (except for several reserved keywords we'll go over next) will task your current shell to perform an action.

Listing active shell sessions

```sessions``` - Lists all sessions



session - Gets current session

You can change your session by entering set session <id>

Tasking your shell

Sleep

Once you have an active session, the shell will check in roughly every 10 seconds. You can change the sleep time by entering sleep 30 with 30 being the number of seconds base the randomized sleep time from.

Kill

kill will tell the active session to kill itself.

Any other command entered will task the session to execute a system command of that value.

shellcreeper's People

Contributors

gabemarshall avatar

Stargazers

5l1v3r1 avatar 突突兔 avatar Az avatar  avatar aus avatar E:V:A avatar

Watchers

James Cloos avatar  avatar

Forkers

h0k5 5l1v3r1

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.