feat: added crates to work on a reverse shell

This commit is contained in:
Andrew Rioux
2023-04-30 01:32:45 -04:00
parent 636d895b50
commit de2c2cc862
9 changed files with 62 additions and 2 deletions

View File

@@ -0,0 +1,8 @@
[package]
name = "beacon"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]

View File

@@ -0,0 +1,3 @@
fn main() {
println!("Hello, world!");
}

View File

@@ -0,0 +1,8 @@
[package]
name = "server"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]

View File

@@ -0,0 +1,3 @@
fn main() {
println!("Hello, world!");
}