logkeys
logkeys copied to clipboard
Feature request - send logfile via email
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 [email protected] on 23 May 2010 at 1:35
Agreed, handy indeed.
Original comment by [email protected] on 23 May 2010 at 4:56
- Changed title: Feature request - send logfile via email
- Changed state: Accepted
- Added labels: Type-Enhancement
- Removed labels: Type-Defect
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 "[email protected]: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 [email protected] on 25 May 2010 at 8:03