Created
August 3, 2022 14:30
-
-
Save terremoth/97dbd8110668a4a7a755771cc9be54ff to your computer and use it in GitHub Desktop.
access_1_challenge.php
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 base64_decode(strrev(str_rot13($argv[1]))).PHP_EOL; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment