top of page

Wireshark Game · Fast & Secure

class Packet: def __init__(self, src, dst, proto, payload, seq): self.src = src self.dst = dst self.proto = proto self.payload = payload self.seq = seq

The clock ticked past 11 PM. The building’s motion sensors clicked off. Alex was alone. Or so they thought.

level=1;user=alex;move=W. You are at (1,1). Nothing. wireshark game

f_type = args[0].lower() f_val = args[1] results = []

if cmd == "help": print(""" Available Commands: list - List all captured packets (brief summary). filter <type> <val> - Filter packets. Types: 'ip', 'proto'. Ex: filter ip 10.0.0.66 inspect <seq> - View full details of a specific packet sequence number. export <seq> - Attempt to extract data from a packet payload. decode <string> - Decode a Base64 string. status - Check mission progress. clear - Clear screen. exit - Close the game. """) class Packet: def __init__(self, src, dst, proto, payload,

except KeyboardInterrupt: print("\nExiting...") break

level=1;user=alex;move=E. You are at (5,1). A door. Locked. Or so they thought

elif cmd == "exit": print("Exiting terminal...") break

bottom of page