write-ups-challenges-2020-2021/break_the_gate/flags.php

9 lines
255 B
PHP
Raw Normal View History

2022-11-24 17:03:20 +00:00
<?php
$flag_1 = "IGCTF{ThatWasNotSoHard}";
$flag_2 = "IGCTF{StopHackingMySitePrettyPlease}";
$flag_3 = "IGCTF{AllHailOurLordAndSaviourPHP}";
$flag_4 = "IGCTF{I_may_have_made_this_challenge_last_night}";
$flag_5 = "IGCTF{KgonnaGoToSleepnow_Bye}";
?>