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

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.

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.