>_ CTF_ENGINE _<
Infiltrate the system. Find the 3 hidden flags if you can!
π€οΈ [remote@Vector3451] ~$ ./initialize_breach.sh
STATUS: "SECURE_SHELL_OPEN"
MISSION: "Locate 3 hidden flags embedded in this system"
RULES:
- No flag will simply be handed to you
- You must decode, inspect, and think
- Use: browser devtools, base64 decoders, rot13 toolsπ» LEVEL 1 β [remote@Vector3451] ~$ ls /proc/net/intercept
+ [SYS] Scanned 256 ports. One service is leaking.
+ [SYS] The port number itself is the key offset.
! Decode this ROT13 string to find it:
synt{1_cbeg_fpna_pbzcyrgrq}
# HINT: Use rot13.com or any ROT13 decoder. The result IS your flag.π» LEVEL 2 β [remote@Vector3451] ~$ strings /dev/null | grep HIDDEN
- [ICE] FIREWALL ACTIVE. PAYLOAD REJECTED.
! [SYS] Binary fragments intercepted from memory:
01100110 01101100 01100001 01100111 01111011 00110010
01011111 01100110 01101001 01110010 01100101 01110111
01100001 01101100 01101100 01011111 01100100 01110010
01101111 01110000 01110000 01100101 01100100 01111101
# HINT: Convert each 8-bit binary group to ASCII. The full string is your flag.π» LEVEL 3 β [remote@Vector3451] ~$ read_memory --hex --offset 0xDEAD
- [KERNEL] MEMORY READ FAILED. SEGMENT PROTECTED.
! [SYS] One commit in this repository carries the final flag in its message.
! [SYS] Navigate to the commit history: github.com/Vector3451/Vector3451/commits
# HINT: Look for a commit titled with a hex string. The flag is hidden in the message body.MISSION: "If you found all 3 flags, congratulations. You are in."π‘ [remote@Vector3451] ~$ decode_hints --all
LEVEL_1:
tool: "rot13.com"
input: "synt{1_cbeg_fpna_pbzcyrgrq}"
action: "Paste the string, copy the output"
LEVEL_2:
tool: "Any binary-to-text converter (e.g. rapidtables.com/convert/number/binary-to-ascii.html)"
input: "The binary groups above"
action: "Convert each 8-bit block to its ASCII character"
LEVEL_3:
tool: "GitHub commit history"
url: "github.com/Vector3451/Vector3451/commits/main"
action: "Find the commit with a hex title. The flag is in its body.">_ CONTRIBUTION TRACKER _<