Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arch-err/iv3shells
I <3 Shells (iv3shells) is a script that generates reverse-shells in a quick-and-easy way.
https://github.com/arch-err/iv3shells
hacking hacking-tool reverse-shell
Last synced: about 13 hours ago
JSON representation
I <3 Shells (iv3shells) is a script that generates reverse-shells in a quick-and-easy way.
- Host: GitHub
- URL: https://github.com/arch-err/iv3shells
- Owner: arch-err
- Created: 2023-06-15T17:07:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-07T19:27:35.000Z (about 1 year ago)
- Last Synced: 2024-11-24T01:31:49.532Z (2 months ago)
- Topics: hacking, hacking-tool, reverse-shell
- Language: Shell
- Homepage:
- Size: 138 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# iv3shells
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.![iv3shells.png](./iv3shells.png)
# Installation
```
git clone https://github.com/arch-err/iv3shells.git
```
## Dependencies
- xclip
- fzf### Arch-based distributions
```bash
sudo pacman -S fzf xclip
```
### Debian-based distributions
```bash
sudo apt install fzf xclip
```# Usage
```
$ ./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*
```