Skip to content
This repository has been archived by the owner on Aug 4, 2020. It is now read-only.

Improved keylogger #12

Open
LearnerZone opened this issue Jun 8, 2017 · 5 comments
Open

Improved keylogger #12

LearnerZone opened this issue Jun 8, 2017 · 5 comments

Comments

@LearnerZone
Copy link

Keylogger should record Window titles and copy-paste events as well, features to fetch browser password would also come-in nifty. Here is the python code to achieve that:

https://github.com/mehulj94/Radium-Keylogger
https://github.com/invasi0nZ/Lo0sR

Also, using real space instead of "SPACE" character would make text more readable.

@mvrozanti
Copy link
Owner

mvrozanti commented Jun 9, 2017

Can you list each one's (dis)advantages?

@japanett
Copy link

japanett commented Jun 9, 2017

Well, they both have nice features.

Radium-Keylogger:
--> Logs sending by email
--> Cookie stealer

LoOsR:
--> If CTRL-C copies what is being copied
--> Dumps all passwords stored in Chrome (still implementing other browsers)
--> Sends Mail every 5 min with all the gathered data (keylogger deletes sent data)
--> Moves itself to Startup (persistence?)

@mvrozanti
Copy link
Owner

The real issue here is about logging clipboard and window titles then. I'm gonna include cookie and password retrieval in the todo list.

As for emailing logs I don't think this is as useful as the controlling of the RAT is done with Telegram alone so adding one more layer to this process is both unnecessary and insecure.

@mvrozanti
Copy link
Owner

mvrozanti commented Jun 9, 2017

I just wanna know how this piece of code from Lo0sR works:

while event.Key == "Lcontrol" or "Rcontrol" and event.Key == "A":

@X3eRo0
Copy link

X3eRo0 commented Jun 26, 2017

I have faced issue in keylogging.
I get a .user file from rat which I executed on my PC .
But still get only this

My username Log: Jun 22@22:03

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants