medusa icon indicating copy to clipboard operation
medusa copied to clipboard

Thread perallelize bug

Open xyzzklk opened this issue 3 years ago • 0 comments

I use the command medusa -H target.txt -U user.txt -P smallpass.txt -T 1 -t 3 -M ssh to test some hosts. The file target.txt is a file that contains 2 IPs; the file user.txt contains 5 usernames; the file smallpass.txt contains 13 passwords.

I did't add the -L parameter, because I don't want each thread to test a username parallelly. I want all the threads to process an entire username before proceeding, one by one. IMG_20220203_171835 But, in this instance, after the first username root has been completely tested, the threads changed to be parallel, although i didn't add the -L parameter.

Is this a default setting or a bug? Please help me, thank you very much.

xyzzklk avatar Feb 03 '22 09:02 xyzzklk