Skip to content
This repository was archived by the owner on Mar 17, 2024. It is now read-only.

Keylogger bare-bones [WIP]#62

Closed
ghost wants to merge 12 commits intomasterfrom
unknown repository
Closed

Keylogger bare-bones [WIP]#62
ghost wants to merge 12 commits intomasterfrom
unknown repository

Conversation

@ghost
Copy link
Copy Markdown

@ghost ghost commented Apr 16, 2015

Added simple hook-less keylogger, simple form, and command handling to
fetch logs/display logs.

If this is of interest the things left to do would possibly be:

-Encryption/decryption of logs
-Improve UI for form/functionality
-Settings for customization of key logger such as to enable/disable,
intervals, active/offline, hard coded path/config settings path, etc
-Fixes, code cleanup, etc etc

Added simple hook-less keylogger, simple form, and command handling to
fetch logs/display logs.

If this is of interest the things left to do would possibly be:

-Encryption/decryption of logs
-Improve UI for form/functionality
-Settings for customization of key logger such as to enable/disable,
intervals, active/offline, hard coded path/config settings path
-Fixes, code cleanup, etc
@MaxXor
Copy link
Copy Markdown
Contributor

MaxXor commented Apr 16, 2015

This does not have support for all unicode characters right?

@ghost
Copy link
Copy Markdown
Author

ghost commented Apr 17, 2015

Correct. Currently, this does not support all unicode characters, such as different language unicodes. I think I've found a way to handle this but I need to look into it a bit more. This has support for a-z, shift key combinations A-Z, symbols, etc.

@ghost
Copy link
Copy Markdown
Author

ghost commented Apr 17, 2015

I have added unicode support, will commit my changes when I've tested them thoroughly

Added unicode support for language differences
gets the most current keyboard layout for accurate unicode
better handling functionality
@ghost
Copy link
Copy Markdown
Author

ghost commented Apr 17, 2015

http://i.gyazo.com/6d4b0f185e426daadc4fd721997eb0e0.png

Unicode is working great. Tested on windows 7 + windows 8 systems both work flawlessly.

Only thing left to do is clean up the way the logs look until they can start to be encrypted

@MaxXor
Copy link
Copy Markdown
Contributor

MaxXor commented Apr 17, 2015

Looking good, can you change the output "log created on 'date'" to another date format, "dd.MM.yyyy HH:mm". Thanks!

changed to a webbrowser to load an html file so the log can have some
better looks to it
@ghost
Copy link
Copy Markdown
Author

ghost commented Apr 21, 2015

I will push a pull request for this when I've spent some more time with this.

@ghost ghost closed this Apr 21, 2015
This pull request was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants