Skip to content

Instantly share code, notes, and snippets.

@unicornsasfuel
Last active June 6, 2017 21:40
Show Gist options
  • Save unicornsasfuel/3728f39a6a042371d34fea6c196a25e0 to your computer and use it in GitHub Desktop.
Save unicornsasfuel/3728f39a6a042371d34fea6c196a25e0 to your computer and use it in GitHub Desktop.
<?php
$FLAG = '[REDACTED]' //Flag removed
if (strcmp($_GET['password'],'[REDACTED]')==0){ // Real password has been removed
echo $FLAG;
}else{
echo 'LOL NOPE';
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment