7 lines
125 B
Bash
7 lines
125 B
Bash
|
|
echo $GZCTF_FLAG > /usr/share/nginx/src/flag
|
|
|
|
unset GZCTF_FLAG
|
|
export GZCTF_FLAG=flag{fake_flag}
|
|
GZCTF_FLAG=flag{fake_flag}
|