shellcatcher
v0.1.5
Published
Introduction ---- ShellCatcher is an tool for getting multiple types of reverse shells and interacting with them in an easy way.
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 shellcatcherUsage
Just run the shellcatcher command in the terminal and open up the web interface
$ shellcatcherOr 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]