Skip to content

Linasq/keylogger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Windows keylogger

Description

client.c

This file does few things:

  • open browser on specified link (here youtube)
  • connect to server (if server not up then it will shut down)
  • register keystrokes and send them to server

server.c

Server must be started before client.c, otherwise client.c will not run. If it is started before it receives keystrokes and saves it to file (additionally it prints it out)

additional files

Those were added to simulate opening YT.

resources.rc and yt.ico are additional files. After compiling them client.c will have icon from youtube

To add even better effect compile client.c:

gcc.exe client.c -o www.youtube.com -l ws2_32

Note

USE ON OWN RISK

About

Keylogger used in project at AGH UST

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages