Shellver is a simple Python tool that allows us to quickly generate reverse shells for different environments. This is very useful when performing a pentest activity. In this recipe, we will look at the setup and usage of Shellver.
Shellver – reverse shell cheatsheet
Getting ready
Shellver can be downloaded from its GitHub repository at https://github.com/0xR0/shellver.
How to do it...
Let's perform the following steps:
- Clone the repository using the following command:
git clone https://github.com/0xR0/shellver.git
- Go to the directory and run the setup using...