Skip to main content

Posts

Showing posts with the label Ringzer0 Fashion Victim

RingZer0 CTF – Cryptography – Fashion Victim

RingZer0 – Cryptography – Fashion Victim Objective: Get the flag Solution: On this page we see a picture of a on old apple computer with the tag of The New Apple TV across the top, with snow playing on the screen The source for the page is pretty basic, just loading a background image and the gif of snow. <!DOCTYPE html> <html> <head> <title>The new Apple TV</title> </head> <body> <style type="text/css"> body { background-color: #5c3302; } h1 { color: white; } .tv { position: relative; margin: auto; margin-top: 20px; width: 471px; height: 616px; background-image: url(/images/mac.png); } .screen { width: 322px; height: 237px; position: absolute; left: 72px; top: 80px; } </style> <center><h1>The new Apple TV</h1></center>