2023-08-23 22:40:21 -04:00

25 lines
658 B
TOML

[package]
name = "ex-bind-shell-backdoor"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
tokio = { version = "1.21.2", features = ["net", "rt", "macros", "rt-multi-thread", "sync", "process", "io-util"] }
pcap-sys = { path = "../../../pcap-sys" }
ex-bind-shell-key-generator = { path = "../key-generator" }
anyhow = "1.0.70"
tokio-stream = "0.1.14"
ed25519-dalek = "1.0.1"
log = "0.4.17"
simple_logger = "4.1.0"
libc = { version = "0.2.147", optional = true }
[build-dependencies]
cc = "1.0"
[features]
docker-breakout = []
no-exit = []
setuid = ["libc"]