Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/redcode-labs/GodSpeed

Fast and intuitive manager for multiple reverse shells
https://github.com/redcode-labs/GodSpeed

golang manager reverse-shell

Last synced: about 1 month ago
JSON representation

Fast and intuitive manager for multiple reverse shells

Awesome Lists containing this project

README

        

GodSpeed






![Language](https://img.shields.io/badge/Language-Go-blue.svg?longCache=true&style=flat-square) ![License](https://img.shields.io/badge/License-MIT-purple.svg?longCache=true&style=flat-square)

## Introduction

GodSpeed is a robust and intuitive manager for reverse shells.

It supports tab-completion, verbose listing of connected hosts and easy interaction with selected shells by passing their corresponding ID.

## Basic usage

When no options are used, the reverse listener is launched on port 4444 and the main prompt is started.

Listening port can be specified with `--port` flag. The full address of the listening server can be copied to clipboard with `--clip`.

From the prompt, you can list connected shells with `list` command, interact with them using `interact ... ` and see if each connection is alive with `check` command.

Running `check -r` will remove dead connections from the pool.

Running `interact *` will set status of every connected shell as active.

Running `interact -r ` sets status of selected ID as inactive (this connection will not receive entered commands).

## Screenshots










## License

This software is under [MIT License](https://en.wikipedia.org/wiki/MIT_License)