← Back to Cybersecurity Projects

WICYS CTF: Bunny Network - Portal Override 🐇🌐

A reversing challenge built around an emergency portal override binary.

Description

The Bunny Network's routing portal has been locked down, and the emergency override binary named portal is the last path back in.

The program refuses to restore the routing tables without the correct override key. The objective is to analyze how it validates input and break through the lockout.

Challenge Details

Topic: Binary reversing with objdump and gdb
Difficulty: Medium
Points: 500
Flag Format: WICYS{...}

Submit Flag

Enter the recovered flag to validate your solve.

Solution