Skip to content

SecioreanuStefanita/Python-Keylogger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Python-Keylogger

Disclaimer: This is the script part of my python project:FOR PART 2 CHECK Django-Web-Server-for-Keylogger Repo

This is a keylogger script made in python that sends data to a server.The script captures the keys with a listner, puts them in a file created with a random name in one of two randmly chosen locations and after it sends data to the server the file is deleted. If CTRL+C and CTRL+V is used the clipboard is copied in the file. The data sent to the server are: the keys captured, the username, the public and private ip.

What I Learned

• Working with threads and listners

• Working with files

• Using pywin32 library

• Working with Classes

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published