pwnesia / ssb

Secure Shell Bruteforcer — A faster & simpler way to bruteforce SSH server
Other
1.25k stars 113 forks source link

Tutorial please? #16

Closed P-SamiDev-Y closed 2 years ago

arafatx commented 2 years ago

Turn on your system and in terminal type this:

curl -sSfL 'https://git.io/kitabisa-ssb' | sh -s -- -b /usr/local/bin

Search on the internet common password list for bruteforce and download it. Example:

wget https://github.com/jeanphorn/wordlist/blob/master/ssh_passwd.txt

Do some kind of social engineering to obtain the information about the guy you hate. Also, do some port scanner with other utilities to obtain his ssh port like nmap scanner. Let say you have this info:

server: theguy_i_hate@hisserver.domain.com
port: 812

Pray that he did not have another layer of protection for his SSH connection like using publickey authentication or Bruteforce defender like fail2ban + firewall.

Next, close your curtain, your windows, turn off the light and wear cool black glasses. Then begin hacking the password with this command:

root@crypto: # ssb -p 812 -w ssh_passwd.txt theguy_i_hate@hisserver.domain.com

If your common password is good enough and if you are using high-end computer, you could get his authentication in a few minutes at least.

Bruteforce is illegal. So only do this for testing system vulnerabilities.

mejohnny commented 2 years ago

play some good music also, ex. Prodigy ...

github-actions[bot] commented 2 years ago

This issue won't be fixed & marked as invalid. Closed!