|
|
|
|
|
by equivrel
3313 days ago
|
|
This doesn't appear to be how WannaCry works: as ridiculous as it sounds, it looks like WannaCry actually generates a private key on the infected machine. If you look in search_primes.cpp (from line 251) in the linked repo, you'll see that the tool is literally searching the memory for prime numbers that divide the public modulus. EDIT: CiPHPerCoder appears to have figured how the key management works. |
|