@@ -50,7 +50,7 @@ |
||
50 | 50 | private function parseListeningPorts(): array |
51 | 51 | { |
52 | 52 | $output = []; |
53 | - exec("ss -tuln", $output); // TCP und UDP, listening, numerisch |
|
53 | + exec("ss -tuln", $output); // TCP und UDP, listening, numerisch |
|
54 | 54 | |
55 | 55 | $ports = []; |
56 | 56 |