shellcatcher

Introduction ---- ShellCatcher is an tool for getting multiple types of reverse shells and interacting with them in an easy way.

Usage no npm install needed!

<script type="module">
  import shellcatcher from 'https://cdn.skypack.dev/shellcatcher';
</script>

README

ShellCatcher

Introduction

ShellCatcher is an tool for getting multiple types of reverse shells and interacting with them in an easy way.

Requirements

  • openssl
  • Node.js

Installation

npm install -g shellcatcher

Usage

Just run the shellcatcher command in the terminal and open up the web interface

$ shellcatcher

Or use it with any of the options

$ shellcatcher --help

  Usage: shellcatcher [options]

  Options:

    -h, --help          output usage information
    -V, --version       output the version number
    -h, --http [port]   Set the port for http trafic [4444]
    -s, --https [port]  Set the port for https trafic [4443]
    -t, --tcp [port]    Set the port for raw tcp trafic [4445]
    -i, --host [host]   Set the host (ip or url) to this machine [192.168.0.66]