From: Silvio Rhatto Date: Sun, 31 Aug 2014 15:07:27 +0000 (-0300) Subject: TODO: shell timing-attack countermeasure X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=da77f3ea095cc8df77f6b9d4886855bae57fdcb0;p=scripts.git TODO: shell timing-attack countermeasure --- diff --git a/doc/TODO.md b/doc/TODO.md index f86a412..3e29861 100644 --- a/doc/TODO.md +++ b/doc/TODO.md @@ -18,3 +18,9 @@ TODO * Automatically set git-hooks integration. * Implement global hooks. * Check remote configuration. + +* Enhance shell: + * Add a counter-measure to prevent this attack: + http://users.ece.cmu.edu/~dawnsong/papers/ssh-timing.pdf + http://www.slideshare.net/idsecconf/countermeasure-against-timing-attack-on-ssh-using-random-delay + http://www.scribd.com/doc/59628153/Timing-Analysis-of-Keystrokes-and-Timing-Attacks-on-SSH-Revisited