Ethical Hacking

Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package.
Computer Forensics Training at InfoSec Institute

Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors.




Network Security Web-App-Sec
[Top] [All Lists]

Re: keyloggers?

Subject: Re: keyloggers?
Date: Wed, 6 Apr 2005 23:14:24 +0200

What would be your feeling about this scenario ?


- setting a computer for remote access like vnc or remote desktop
- encapsulate the connection into a ssh tunnel using cygwin
or a linux/unix gateway with a ssh daemon running
- connect to your personnal computer through the secured tunnel
- launch a virtual keyboard on your personnal computer. this virtual
keyboard can be made in any common RAD language or even a simple javascript : a keyboard is drawn on the screen, and you click the letters to compose your strings. - thanks to windows OLE stuff, you select the string with the mouse
and drop it into a web form for example. the string does not get
'copied' to the clipboard through this manipulation.
- disconnect when you're done.


Some remarks:

- they should be able to capture your keystrokes : there won't be any.

- they should be able to capture your mouse click positions : just
improve your virtual keyboard to redraw the keys in another position
after X mouse clicks.


- they should be able to capture your transmitted data. I admin they
still can decode it through ssh sniffers and mitm attacks BUT : if you use a remote access sending graphical information, such as VNC , that would need a huge effort to reconstitute 'what you saw'.


- the last possible failure would be the case where they see or record everything you see. About 'seeing' : try to go to a cyber cafe running fully privileged accounts (there are many who simply restore disk images
at reboot time) and kill every thing you can in the task manager.


About 'recording' what you see : are there really many places where they can record every client's desktop view ?

There's still a risk, I know there are tools which are unseen in the task
manager but... come on... If you're that paranoid, you wouldn't even
open an e-banking account.

my 2 (swiss) cents...

AF


<Prev in Thread] Current Thread [Next in Thread>