revshell 1.0.0

Simple tool to generate reverse shells in the terminal.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.clap]
features = ["derive"]
version = "4.4.6"

[dependencies.phf]
features = ["macros"]
version = "0.11"

[package]
description = "Simple tool to generate reverse shells in the terminal."
edition = "2021"
homepage = "https://www.github.com/caio-ishikawa/revshell"
license = "MIT"
name = "revshell"
readme = "README.md"
version = "1.0.0"