aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-08-31 12:07:27 -0300
committerSilvio Rhatto <rhatto@riseup.net>2014-08-31 12:07:27 -0300
commitda77f3ea095cc8df77f6b9d4886855bae57fdcb0 (patch)
tree7ce3afa7a53356243c03be838be67577332a1f00
parenta29c439c8f412270799951384f9b8c18c485bc45 (diff)
downloadscripts-da77f3ea095cc8df77f6b9d4886855bae57fdcb0.tar.gz
scripts-da77f3ea095cc8df77f6b9d4886855bae57fdcb0.tar.bz2
TODO: shell timing-attack countermeasure
-rw-r--r--doc/TODO.md6
1 files changed, 6 insertions, 0 deletions
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