Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 910 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 910 Bytes

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