$ nmap -sV target$ sqlmap -u "http://?id=1" --batch$ python3 exploit.py$ gobuster dir -u http://target -w wordlist.txt$ ffuf -u https://t/FUZZ -w words.txt$ hashcat -m 1000 hashes.txt dict.txt$ dig target.com ANY +short$ curl -s https://api/ping
[ MAXIM.CTF ]
ctf://homectf://categoriesctf://events[ ← Home ]
← Back to categories

Misc

2 challenges • 600 points

100 pts • KICTF 2026

Heart Beat

## Challenge Overview We were given a looping GIF animation. The description mentioned: * 100 heartbeats * Each heartbeat is measured in 1/100th of a

[ VIEW → ]
500 pts • KICTF 2026

QR

## Challenge Overview We were given rows of 0s and 1s. This was binary pixel data for a QR code. ### Step 1 – Reconstruct the QR Code We converted the

[ VIEW → ]