webProeasy
Скоростные Пазлы – 2 (Speed Puzzles – 2)
bug-makers
Task: an Express jigsaw game gives 60s to assemble 64 shuffled tiles, but /api/new-game leaks the full solved originalImage to the client. Solution: split the original into an 8x8 grid, fingerprint-match every cell to a piece via the Hungarian algorithm, and POST the ordering in one automated fetch-compute-submit loop (~1s).
$ ls tags/ techniques/
api_contract_reconoriginal_image_disclosurefingerprint_matchinghungarian_assignmentfull_loop_automation
🔒
Permission denied (requires tier.pro)
Sign in to access full writeups
Sign in with GitHub to continue. No email required.
$sign in$ grep --similar
Similar writeups
- [misc][Pro]Скоростные Пазлы – 1 (Fast Puzzles – 1)— bug-makers
- [misc][Pro]Скоростные Пазлы – 3 (Fast Puzzles – 3)— bug-makers
- [misc][Pro]Беги, Баг, беги! (Run, Bug, Run!)— bug-makers
- [web][Pro]Блекджек на раздевание (Stripping Blackjack)— bug-makers
- [web][Pro]Маскарад (Masquerade)— bug-makers