rustshell 1.0.0

An educational project to aid in security operations and testing
[[bin]]
name = "rustshell"
path = "src/main.rs"

[dependencies.clap]
features = ["derive"]
version = "4.5"

[dependencies.colored]
version = "3.0.0"

[dependencies.rand]
version = "0.9.2"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-interface", "command-line-utilities", "network-programming", "security"]
description = "An educational project to aid in security operations and testing"
edition = "2024"
keywords = ["rustshell", "shell", "reverse-shell", "security", "ethical-hacking"]
license-file = "LICENSE"
name = "rustshell"
readme = "README.md"
repository = "https://github.com/Cyberwombo/RustShell"
version = "1.0.0"