Laptop stolen – phoning home

Scientists are frequent travellers – hopefully you have always your harddisk encrypted. There are many companies that offer to trace your computer like Computrace(R), zTrace(R), LapTrak(R), BoomerangIt(R), LoJack(R) and PC-Guardian(R). Save your $/€ for your next experiment, here is the trick: During the next boot your laptop will send out a http request to any server you like. You simply need to watch the server logfile if your stolen laptop is phoning home…
For installation please download LaptopService.cmd, LaptopService.reg and two small binaries from the windows ressource kit. Adjust path and server name before running LaptopService.cmd. Voilà, that’s it – for a good joke look at Slashdot.

 1:
 2:
 3:
 4:
 5:
 6:
 7:
 8:
 9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
24:
@echo off
if "%1" == "stop" goto stop

echo.
echo installing...
"c:\programme\poweroff\instsrv.exe" LaptopService "c:\programme\poweroff\srvany.exe"
echo.
echo editing registry...
regedit LaptopService.reg
echo.
echo start service...
net start LaptopService
goto end

:stop
echo Stop...
net stop LaptopService
echo.
echo deinstalling...
"c:\ntreskit\instsrv.exe" LaptopService remove

:end
pause

2 thoughts on “Laptop stolen – phoning home”

  1. Pingback: Gene Expression
  2. Pingback: Just Science

Comments are closed.