Execute a brute force against a list of SMB servers using a username and a pwdump file

Medusa

  • A modular and parallel login brute-forcer for a variety of protocols.
    More information: <https://manned.org/medusa>.
  • Trick copyright: tl;dr; <https://github.com/tldr-pages/tldr>

medusa -M smbnt -H {{path/to/hosts_file}} -C {{path/to/pwdump_file}} -u {{username}} -m PASS:HASH

click the source code to copy