https://github.com/shafiqaimanx/shellvenom
shellVenom is a CLI tools for generating Linux and Windows reverse shells.
https://github.com/shafiqaimanx/shellvenom
ctf-tools golang-tools msfvenom reverse-shell reverse-shell-generator
Last synced: 10 months ago
JSON representation
shellVenom is a CLI tools for generating Linux and Windows reverse shells.
- Host: GitHub
- URL: https://github.com/shafiqaimanx/shellvenom
- Owner: shafiqaimanx
- License: mit
- Created: 2023-11-29T17:23:35.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-23T21:38:55.000Z (over 2 years ago)
- Last Synced: 2025-01-13T20:41:55.453Z (over 1 year ago)
- Topics: ctf-tools, golang-tools, msfvenom, reverse-shell, reverse-shell-generator
- Language: Go
- Homepage:
- Size: 81.1 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## đ Description
shellVenom is a CLI tools for generating Linux and Windows reverse shells. The payloads come from libraries called *[revshells.com](https://www.revshells.com/)*, and it's design is based on the classic MSFVenom.
## đĻ Installation
`shellvenom` requires go1.21+ to install successfully. Run the following command to install the latest version.
```bash
go install -v github.com/shafiqaimanx/shellvenom@latest
```
###### From the source.
```bash
git clone https://github.com/shafiqaimanx/shellvenom.git
cd shellvenom
go build -o shellvenom main.go
```
###### Prebuilt release right [here](https://github.com/shafiqaimanx/shellvenom/releases)!
## đ shellVenom Usages

## ÂŠī¸ License
Everything is licensed under [MIT](https://raw.githubusercontent.com/shafiqaimanx/shellvenom/main/LICENSE) except for a certain part.