Last active
November 6, 2019 00:46
-
-
Save nunomcruz/906a6841496ed6dc7ef2fe9e5d0b28ab 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 | |
echo fread($fp,filesize("/tmp/flag.txt")); | |
?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment