NetExec SMB Password Spray

UsernameLinuxExploitation

“NetExec (a.k.a nxc) is a network service exploitation tool that helps automate assessing the security of large networks.” - https://www.netexec.wiki/. This command will perform password spraying over SMB against the domain controller.

Command Reference:

Domain Controller IP: 10.10.10.1

Username List: users.txt

Password: password123

Command

nxc smb 10.10.10.1 -u users.txt -p password123

References