redcode-labs / GodSpeed

Fast and intuitive manager for multiple reverse shells

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GodSpeed

Language License

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 <id_1> ... <id_N> 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 <id> sets status of selected ID as inactive (this connection will not receive entered commands).

Screenshots

License

This software is under MIT License

About

Fast and intuitive manager for multiple reverse shells

License:MIT License


Languages

Language:Go 100.0%