Featured Posts

FREE Kaspersky Security Suite CBE 10 Everyone may have read about Kaspersky Security Suite CBE Win7 that Ramakanth Posted about 4 months ago. CBE means Computer Bild Edition. This is the version of Kaspersky that is reserved free for registered...

Readmore

Download Divx Pro 7 for Free I think there is no need for introduction to Divx,here is a promo which will give you $19.99 worth Divx Pro 7 software for free. About Divx Pro 7 DivX® Pro 7 provides everything you need for...

Readmore

Ashampoo Burning Studio 2010 Advanced for Free Ashampoo Burning Studio 2010 Advanced is nothing but Ashampoo Burning Studio v9.24,which had some advanced features compared to Ashampoo Burning Studio 2010(v 9.10). This  free offer is set by Chip...

Readmore

2 Packs to Transform Windows 7 to Mac OS X Generally we will try to get applications (or whatever) what we don't have, although we had much better application compared to what we are trying, may be I think  it's human nature. I was obsessed...

Readmore

Advanced SystemCare Pro 3.6, Free 1 year License Yet another 1 year free offer  for IObit Advanced SystemCare Professional edition, last time Kowshik posted about the free Giveaway of  Advanced SystemCare Pro from Iobit itself. This time this free...

Readmore

  • Prev
  • Next

Prey :A script to Track your stolen laptop

Posted on : 26-03-2009 | By : Ramakanth | In : Linux, Open Source, Security, mac, scripts

4

prey-track-your-laptop
Tomas Pollak a Chilean programmer developed an excellent application called Prey,that allows the owner to track a laptop if it is stolen.

What is Prey ?

Prey is a small and very simple application(script) that collects information about your computer and sends it to the email address that you’ve previously defined.The idea is to have the software installed on your computer so that if ever stolen(hopefully never), this application can send important information to track it. The program runs on Mac OS and Linux.It is licenced by the GPLv3 which means you can do just about anything with it. It runs in *NIX systems.


What information is collected Prey?

Prey sends the information about the public and private IP address of where the Laptop is connected, the MAC address of the card or network driver for which it is connected to the network, and the WiFi network to which it is connected, if so, if the Laptop has a webcam, it takes a photo of the Thief and a screenshot of the desktop, to see what he is doing and other relevant information.

How it works ?

The script runs at a specified interval in your machine,and checks for a specified URL in the web. If the URL exists it means the computer/laptop has been stolen, and thus
goes through the information-gathering routine and sends all that info through to a previously defined email address.You can also not define a URL and in that case the program sends the data every time it runs.

Installation:
$ wget http://bootlog.org/downloads/prey-0.1.zip
$ unzip prey-0.1.zip
$ cd prey-0.1
$ chmod +x install.sh
$ ./install.sh

Links:
Download : Prey

Source: Bootlog.org

Update: Now prey app is also available for Windows also

Download links : Prey 0.2 for linux and Mac(431 kb)

prey 0.1 for Windows (285 kb)

Ramakanth

I'm the editor of this blog & one of the Founder of Techno360.in. I likes to blog about everything,but my knowledge doesn't allow me,so I'm currently sticking to freebies, web-browsers and Windows OS related articles.

Comments (4)

Tranks for the reference Ramakanth!

[...] (Mar 26) we posted about Prey :A script which tracks your stolen laptop,which runs on Mac OS and Linux platforms.Thanks to my friend Kavya for referring this OpenSource [...]

Tamás, how do you *uninstall* this on the Mac? I cannot find instructions anywhere. The thing just keeps taking pictures of me!

(Help!)

From the Prey website:

In Mac or Linux you need to remove the folder where you installed Prey (by default /usr/share/prey) and aditionally the respective crontab line for executing Prey (root’s by default). You can do so in the terminal:

$ sudo rm -Rf /usr/share/prey
$ (sudo crontab -l | grep -v prey) | sudo crontab -

hth

Write a comment