...on Mon, Sep 13, 2004 at 03:26:25PM -0500, Sutherland, John wrote:
> So, I have a UML honeypot running. I have lots of attempted logins and I want to see the keystrokes that the user is typing. How can I do this? I have ttylog running and I guess is only catches key strokes after a successful login.
> Is there a way to capture the unsuccessful logins with each keystroke?
Don't think so - after all the communication is
supposed to be encrypted...
You will probably have to patch sshd to somehow
write out data from unsuccessfull logins (whatever
is available to sshd internally at that point).
Alex.
|