misc/log_hunt

This commit is contained in:
2026-07-04 19:29:16 +09:00
parent 8a4fc26f20
commit a493f36a72
2 changed files with 2353 additions and 0 deletions
File diff suppressed because it is too large Load Diff
+5
View File
@@ -0,0 +1,5 @@
#!/usr/bin/env bash
grep "FLAGPART" server.log | cut -d' ' -f5 | sort -u
echo "picoCTF{us3_y0urlinux_sk1lls_cedfa5fb}"