[go: up one dir, main page]

Menu

[r49]: / test.php  Maximize  Restore  History

Download this file

11 lines (6 with data), 260 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
<?php
include_once 'functions.php';
//echo nl2br(execute_ssh_command('192.168.2.30','22','root','Xd251203','ls -la'));
//echo nl2br(execute_ssh_command('192.168.2.30','22','root','/var/www/.ssh/id_rsa','ls -la'));
$machine = new MLMachine(1);
?>