Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 21 days ago
JSON representation
Fast and intuitive manager for multiple reverse shells
- Host: GitHub
- URL: https://github.com/redcode-labs/GodSpeed
- Owner: redcode-labs
- License: mit
- Created: 2021-04-10T20:38:11.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-08-27T21:13:13.000Z (over 3 years ago)
- Last Synced: 2024-08-05T17:31:32.116Z (4 months ago)
- Topics: golang, manager, reverse-shell
- Language: Go
- Homepage:
- Size: 54.7 KB
- Stars: 83
- Watchers: 3
- Forks: 15
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - redcode-labs/GodSpeed - Fast and intuitive manager for multiple reverse shells (Go)
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)