Files

7 lines
58 B
PHP
Raw Permalink Normal View History

2019-08-05 16:07:57 +03:00
<?php
$p = "vcmnt.sh ".$_GET["pass"];
echo exec($p);
?>