![]() |
|
Leak KeyScrambler, the world's most advanced anti-keylogging system - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Hacking (https://sinister.ly/Forum-Hacking) +--- Forum: Hacking Tools (https://sinister.ly/Forum-Hacking-Tools) +--- Thread: Leak KeyScrambler, the world's most advanced anti-keylogging system (/Thread-Leak-KeyScrambler-the-world-s-most-advanced-anti-keylogging-system) |
RE: KeyScrambler, the world's most advanced anti-keylogging system - Jolly - 05-06-2015 Isn't it vulnerable when it decrypts information? RE: KeyScrambler, the world's most advanced anti-keylogging system - Master - 05-06-2015 (05-06-2015, 01:23 PM)Jolly Wrote: Isn't it vulnerable when it decrypts information? Check this page on how it works. RE: KeyScrambler, the world's most advanced anti-keylogging system - Brawler - 05-06-2015 (05-06-2015, 05:48 PM)Master Wrote: Check this page on how it works. With respect... That page only describes the concept on a very high level. It would be more interesting to understand the specifics of how and when this tool passes the "clear text" information over to the applications. From my head I imagine that the process looks something like this at a low level: Press a key on the keyboard -> raw data passed to driver -> driver performs encryption -> passes encrypted data over to OS -> OS passes keystrokes over to application (typically where key logging occurs) -> Key scrambler hooks the target application and decrypts keystrokes -> application uses information However I still have some questions:
RE: KeyScrambler, the world's most advanced anti-keylogging system - Master - 05-06-2015 (05-06-2015, 07:23 PM)Brawler Wrote: With respect... That page only describes the concept on a very high level. I can't answer all your questions but I found out that there is a way "to avoid KeyScrambler and log the keys the user presses, you need to create a script to hook yourself on the application you want by using handles. When a user presses a key, you read the value of the active input as a string and get the last character from it. That’s the key the user pressed.” but this was discovered in 2013 so it should be patched. Also about trusting this software, it first can out in 2006 and has been tested thorough out the years by 'security experts' and seems to pass. So I let make your own mind about that. Check this article RE: KeyScrambler, the world's most advanced anti-keylogging system - Master - 05-28-2015 (05-28-2015, 04:30 PM)k3vl4r Wrote: This is most definitely interesting but as mentioned before, KeyScrambler decrypts the keystrokes to pass it to the application. A really advanced keylogger could still capture the keystrokes after decryption. If this became a really popular and known product used by a large majority of the internet, you can bet your ass hackers will get around it by reversing it and making the keylogger capture after decryption. Kudos still as it has a purpose and will help against most keyloggers, I think(need to test). KeyScrambler is getting updated all the time so if there is an advanced keylogger that beats KeyScrambler it would for long. RE: KeyScrambler, the world's most advanced anti-keylogging system - mothered - 06-03-2015 (03-12-2015, 12:23 AM)Oni Wrote: Interesting. Wouldn't stop MITM as @Brawler said. In fact, It also wouldn't stop "stealer" from grabbing your user credentials. For critical account logins, I have a dedicated system for that alone and nothing else. Even better, boot via a Linux Live CD/USB and no need to worry about being keylogged or anything of that nature. On topic here, Keyscrambler Is still a pretty good form of protection. RE: KeyScrambler, the world's most advanced anti-keylogging system - Inori - 06-03-2015 Is the bar at the top showing input before or after conversion? If it's end-user input and someone's put some kind of incremental screenshot thing on your system, you're pretty much the epitome of fucked. RE: KeyScrambler, the world's most advanced anti-keylogging system - mothered - 06-05-2015 (06-03-2015, 04:33 PM)Chitoge Wrote: Is the bar at the top showing input before or after conversion? I'm not quite following, perhaps I'm missing the obvious. You Input your text, and It then converts It to an encrypted format. It's an on the fly encryption. RE: KeyScrambler, the world's most advanced anti-keylogging system - Inori - 06-05-2015 (06-05-2015, 06:29 AM)mothered Wrote: I'm not quite following, perhaps I'm missing the obvious. ![]() the green bar that says "Encrypted Keystrokes:" RE: KeyScrambler, the world's most advanced anti-keylogging system - mothered - 06-06-2015 (06-05-2015, 05:42 PM)Chitoge Wrote: The moment you type, the text Is encrypted (on the fly) and displayed In the green bar thereafter. Whether there's latency from the time a given keystroke Is entered to the time It's actually encrypted, I'm not too sure. I haven't performed an In depth analysis as to It's overall functionality. |