RE: Against.py Best SSH Bruteforcer 03-03-2014, 06:06 PM
#4
You really should look up the difference between the python modules for threading and multiprocessing, the latter does indeed bypass the GIL.
As for your worries about using an IL, the bottleneck for any networked bruteforce will always be network bandwidth, not processing speed of the sender. The only valid concern would be the increased memory footprint on the client.
As for your worries about using an IL, the bottleneck for any networked bruteforce will always be network bandwidth, not processing speed of the sender. The only valid concern would be the increased memory footprint on the client.