Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/redcode-labs/GoSH
Golang reverse/bind shell generator
https://github.com/redcode-labs/GoSH
bind-shell golang reverse-shell
Last synced: 3 months ago
JSON representation
Golang reverse/bind shell generator
- Host: GitHub
- URL: https://github.com/redcode-labs/GoSH
- Owner: redcode-labs
- License: mit
- Created: 2020-03-25T18:41:51.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-03T06:08:17.000Z (almost 3 years ago)
- Last Synced: 2024-06-21T03:03:35.993Z (5 months ago)
- Topics: bind-shell, golang, reverse-shell
- Language: Go
- Homepage:
- Size: 5.28 MB
- Stars: 226
- Watchers: 8
- Forks: 46
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - redcode-labs/GoSH - Golang reverse/bind shell generator (Go)
README
# GoSH
Golang reverse/bind shell generator
## Description
This tool generates a Go binary that launches a shell of the desired type on the targeted host.The shell binary can be compiled for multiple platforms, supports partial polymorphism (unique functions' names) and can use UDP protocol instead of the default TCP. If you send a `DELETE` command over the established connection, the shell binary removes itself from the host it was executed on.
## License
This software is under [MIT License](https://en.wikipedia.org/wiki/MIT_License)