![]() |
|
Wich fatures for a Keylogger ? - Printable Version +- Sinisterly (https://sinister.li) +-- Forum: Hacking (https://sinister.li/Forum-Hacking) +--- Forum: Hacking Tools (https://sinister.li/Forum-Hacking-Tools) +--- Thread: Wich fatures for a Keylogger ? (/Thread-Wich-fatures-for-a-Keylogger) |
Wich fatures for a Keylogger ? - DiamondWolf - 05-22-2017 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 ![]() RE: Wich fatures for a Keylogger ? - Pikami - 05-22-2017 (05-22-2017, 03:20 PM)DiamondWolf Wrote: 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) RE: Wich fatures for a Keylogger ? - XltSystem - 05-22-2017 Also make sure it logs keystrokes RE: Wich fatures for a Keylogger ? - Blink - 05-22-2017 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. RE: Wich fatures for a Keylogger ? - Bish0pQ - 05-23-2017 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. |