Example #1
0
File: rpc.php Project: hornos/C2
<?php

require_once "../php/h.php";
$uac = new c2UAC();
$uac->rpc(c2Req::get('c'));
Example #2
0
File: start.php Project: hornos/C2
<?php

require_once "../php/h.php";
$uac = new c2UAC();
$uac->rpc('start');
Example #3
0
File: stop.php Project: hornos/C2
<?php

require_once "../php/h.php";
$uac = new c2UAC();
$uac->rpc('stop');