Exfil with base64

This commit is contained in:
2025-04-11 14:53:44 -04:00
parent b82a8ac525
commit 086d370936
3 changed files with 10 additions and 1 deletions

7
Cargo.lock generated
View File

@@ -17,6 +17,12 @@ version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
[[package]]
name = "base64"
version = "0.22.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
[[package]]
name = "bitflags"
version = "1.3.2"
@@ -45,6 +51,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
name = "chg-shell"
version = "0.1.0"
dependencies = [
"base64",
"inquire",
"libc",
"regex",