8 lines
168 B
Bash
8 lines
168 B
Bash
#!/bin/sh
|
|
|
|
|
|
sed -i "s/flag{test_flag}/$GZCTF_FLAG/" /home/ctf/flag #if need dynamic flag
|
|
export GZCTF_FLAG=""
|
|
# DO NOT DELETE
|
|
/etc/init.d/xinetd start;
|
|
sleep infinity; |