Login Register




The stories and information posted here are artistic works of fiction and falsehood. Only a fool would take anything posted here as fact.


Wich fatures for a Keylogger ? filter_list
Author
Message
Wich fatures for a Keylogger ? #1
Hello.
I want to know wich features a Kylogger must have, or what you want it will have.
i want to make a keylogger, but wich features should I make ?

Thank you Smile

Reply

RE: Wich fatures for a Keylogger ? #2
(05-22-2017, 03:20 PM)DiamondWolf Wrote:
Hello.
I want to know wich features a Kylogger must have, or what you want it will have.
i want to make a keylogger, but wich features should I make ?

Thank you Smile

1. If you're storing logs on disk, use encryption (prevent the user from understanding what the files are if he finds them)
2. Use DNS querys for log retrieval (will be harder to detect)
3. TOR support (harder to track where the logs are going)
4. Clipboard logging (if a user copies passwords)
5. Active window detection (to detect where the user is writing)
6. Kill switch (if something bad happens and you want to kill a bot)

[+] 1 user Likes Pikami's post
Reply

RE: Wich fatures for a Keylogger ? #3
Also make sure it logs keystrokes

[+] 1 user Likes XltSystem's post
Reply

RE: Wich fatures for a Keylogger ? #4
In addition to what was said above, I would add a remote shell to turn it into a simple keylogging-RAT.

You can do quite many things with just a remote shell.

Also, send the logs encrypted, not plaintext.


(11-02-2018, 02:51 AM)Skullmeat Wrote: Ok, there no real practical reason for doing this, but that's never stopped me.

Reply

RE: Wich fatures for a Keylogger ? #5
Like most people here said, encrypt the logs being one important aspect.

Make the file persistent as well, make sure it runs when the computer is being started. Also it'd be nice if you'd add a password dump for major browsers like Chrome and FF, when you got the login password from the PC (will be required to get the unencrypted passwords of Chrome), not sure about FF.
~~ Might be back? ~~

Reply