shellVenom is a CLI tools for generating Linux and Windows reverse shells. The payloads come from libraries called revshells.com, and it's design is based on the classic MSFVenom.
shellvenom
requires go1.21+ to install successfully. Run the following command to install the latest version.
go install -v github.com/shafiqaimanx/shellvenom@latest
git clone https://github.com/shafiqaimanx/shellvenom.git
cd shellvenom
go build -o shellvenom main.go
Prebuilt release right here!
Everything is licensed under MIT except for a certain part.