Is there a way to get the serial number of the hard drive or the serial number of a machine with php or javascript on localhost ??
we can get it with the next command in cmd
wmic DISKDRIVE GET SerialNumber
or machine serial number using this
wmic bios get serialnumber
maybe with php or javascript ?? something in php
<?php echo DISKDRIVE GET SerialNumber
I need to give the Clint project on the local host, and I don't want anyone to access it on another computer (in php)
javascript php hardware
Harinder
source share