An open API service indexing awesome lists of open source software.

https://github.com/aaron-akhtar/jupiter

BruteForce Tool
https://github.com/aaron-akhtar/jupiter

bruteforce cracking ethical-hacking hacking java linux ssh

Last synced: about 2 months ago
JSON representation

BruteForce Tool

Awesome Lists containing this project

README

          

# Jupiter
BruteForce Tool
--------
Simple Setup Really,

#Step 1, Depends.

Centos: yum update -y; yum upgrade -y; yum install java -y

Ubuntu: apt-get update -y; apt-get upgrade -y; apt-get install default-jdk -y;

#Step 2, Running It

java -jar Jupiter.jar



How to use SSH Bruter:

'SSH : '

IP = SSH IP TO BRUTE

PORT = SSH PORT

COMBOLIST = A BUNCH OF USERNAMES AND PASSWORDS FORMATTED LIKE BELOW

USER:PASS

USER2:PASS2

TIMEOUT = HOW LONG UNTIL DISCONNECT

Example: 'SSH 1.1.1.1:22 combos.txt 5'