RE: Against.py Best SSH Bruteforcer 03-03-2014, 05:08 PM
#3
I would like to say that this script is a bad idea in almost every sense. Wherever there should have been multi-processing, there is multi-threading, not that either can bypass the global thread lock anyway. Additionally, using an interpreted language for brute forcing is like using a recursive method when an iterative one will do. That is to say, it's largely more expensive and slower. As if that wasn't enough, the script is terrible optimized and is not multi-platform.
Why yes, I am mad, why do you ask?
Why yes, I am mad, why do you ask?