the interface of the KaosCube
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

22 lines
453 B

<?php
$rootPW = $_POST["rootPW"];
$hsname = $_POST["hsname"];
$nodename = $_POST["nodename"];
$newTorState = "node"
$configureHiddenService = "echo $rootPW | sudo -S ";
$confiureNode = "echo $rootPW | sudo -S ";
$restartTor = "echo $rootPW | sudo -S ";
$replaceTorState = "echo $newTorState > torstate.csv"
$output = exec($shellcommand);
$output2 = exec($commandAPdown);
$output3 = exec($commandAPup);
echo _($output3);
echo _(" oi oi oi ");
?>