Files
hacc/misc/log_hunt/solve.sh
T
2026-07-04 19:29:16 +09:00

6 lines
121 B
Bash
Executable File

#!/usr/bin/env bash
grep "FLAGPART" server.log | cut -d' ' -f5 | sort -u
echo "picoCTF{us3_y0urlinux_sk1lls_cedfa5fb}"