This is a simple keylogger I wrote in my B.tech ECE 7th sem leave. (for a challenge). I used autohotkey. I had option to update the keylogger remotely (used php).
- Logs all keys in the keyboard, only when connected to internet
- Sends user and computer name to remote server along with recoded keys, peridically
- Copies to user folder and adds to autorun of system
- Copies any removable drive connected (with autorun)
- Maintains keylogs in local sytem also (userdata.ntg)
- Facility to shut off this application from server
- Upgrades itself to newer version
- Sever side coding ->php. Client side coding ->ahk
(PS: Use it only for educational purposes.)