Skip to content

I2rys/SB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

SB

Fast SSH bruteforcer written in NodeJS

Installation

Github:

git clone https://github.com/I2rys/SB

NPM Packages:

npm i node-ssh

Usage

node index.js <ip> <username> <port> <dictionary>
  • IP - The IP of the VPS/server to bruteforce.
  • username - The username to bruteforce.
  • port - The SSH port of the IP.
  • dictionary - File path on where your passwords to use in bruteforcing are stored.

License

MIT © I2rys