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
[package]
name = "revshell"
version = "1.0.0"
edition = "2021"
license = "MIT"
description = "Simple tool to generate reverse shells in the terminal."
homepage = "https://www.github.com/caio-ishikawa/revshell"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
clap = { version = "4.4.6", features = ["derive"] }
phf = { version = "0.11", features = ["macros"] }