superr4y / logkeys

Automatically exported from code.google.com/p/logkeys
Other
0 stars 0 forks source link

Feature request - send logfile via email #24

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago

Option to have keylog emailed in the background.  Either time based or
logfile size to determine when emailed. Something like this would be very
handy for those away from the computer.

Original issue reported on code.google.com by cmh...@cogeco.ca on 23 May 2010 at 1:35

GoogleCodeExporter commented 9 years ago
Agreed, handy indeed.

Original comment by kernc...@gmail.com on 23 May 2010 at 4:56

GoogleCodeExporter commented 9 years ago
Hummmmm, I use this script using the package curl

#!/bin/bash
sleep 2m    #Better to wait the network-admin start
T=$(www-browser -dump "http://api.hostip.info/get_html.php?ip=$1") #Internet ip
curl -u "useride@hotmail.com:userpassword" -d status="${T} Here the Internet ip 
and
the date $(date)" http://twitter.com/statuses/update.xml

You can ad that at the session start and if that is your pc ¬¬ you can login 
whit ssh
even with a variable IP, twitter have a limit of characters but you can time 
that on
a loop, but... i prefer the ssh.

Original comment by jotade...@gmail.com on 25 May 2010 at 8:03