One Hat Cyber Team
Your IP :
216.73.216.1
Server IP :
27.254.111.200
Server :
Linux wh-sh59.csloxinfo.com 3.10.0-693.5.2.el7.x86_64 #1 SMP Fri Oct 20 20:32:50 UTC 2017 x86_64
Server Software :
Apache
PHP Version :
5.5.38
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
var
/
www
/
vhosts
/
oakwine.co.th
/
httpdocs
/
Edit File:
#getMac.php
<?php // Turn on output buffering ob_start(); //Get the ipconfig details using system commond system('ipconfig /all'); // Capture the output into a variable $mycom=ob_get_contents(); // Clean (erase) the output buffer ob_clean(); $findme = "Physical"; //Search the "Physical" | Find the position of Physical text $pmac = strpos($mycom, $findme); // Get Physical Address $mac=substr($mycom,($pmac+36),17); //Display Mac Address echo '<h1>'.$mac.'</h1>'; ?>
Simpan