I <3 Shells (iv3shells) is a script that generates reverse-shells in a quick-and-easy way. It will ask for the information needed (unless given through options), and then copy a command to the clipboard. The main idea behind this script is to simplify the process of creating reverse-shells on a victim while pen-testing.
git clone https://github.com/arch-err/iv3shells.git
- xclip
- fzf
sudo pacman -S fzf xclip
sudo apt install fzf xclip
$ ./iv3shells
IP: 192.168.13.37
PORT: 4444
OS: linux
*Choose shell*
*Choose reverseshell*
OR
$ ./iv3shells -h
OR
$ ./iv3shells -i 192.168.13.37 -p 4444 -o win -e
*Choose reverseshell*