Skip to content

Instantly share code, notes, and snippets.

@MayankPandey01
Created December 20, 2021 18:00
Show Gist options
  • Save MayankPandey01/01de6223e1aeaf7497da9617493f2a6d to your computer and use it in GitHub Desktop.
Save MayankPandey01/01de6223e1aeaf7497da9617493f2a6d to your computer and use it in GitHub Desktop.
<?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