|
|
|
|
|
by einaros
4443 days ago
|
|
No, the primes (and thus key) can be retrieved at any time, but it may be more frequently found right after reboot. I would recommend you to gather at least a gigabyte before digging for the key - preferably more. I dumped 43 GB from CloudFlare on Sunday, and found the prime 194 times in that dump. It can be found in much less time, however. Here's a test I just did against the CloudFlare server, resulting in the full prime 34 times in 60 seconds: https://twitter.com/einaros/status/456136820913238016 The code from the second posted you noted (https://news.ycombinator.com/item?id=7577659) isn't mine. That one builds off of the original Python PoC, which fails for a lot of configurations. The Github code is the first publication I've done. Let me know if you see a server that's vulnerable, that the Github code fails to detect. |
|
My own program only saved the snippets of memory in which a little-endian prime was detected - I didn't keep the rest of the data.