Created
December 20, 2021 18:00
-
-
Save MayankPandey01/01de6223e1aeaf7497da9617493f2a6d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$flag="Take_the_Flag"; | |
$flag2=NULL; | |
$t="die($flag)"; | |
assert("$t == $flag2") or die("Dying...!!!!!"); | |
?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment