Commander

Copy-ready command templates for common penetration testing tools. Select a tool, fill in the parameters, copy, paste, profit.

netexec

↗ docs

Network execution tool for attacking and enumerating network services (successor to CrackMapExec)

smbwindowsenumerationlateral-movementactive-directory

Enumerate SMB Shares

List accessible SMB shares with credentials.

netexec smb -u -p --shares

Password Spray (SMB)

Spray one password against multiple usernames.

netexec smb -u -p --continue-on-success

Pass-the-Hash (SMB)

Authenticate via NTLM hash.

netexec smb -u -H

Enumerate Domain Users

List all domain users via SMB.

netexec smb -u -p --users

Execute Command (SMB)

Run a command on a remote host via SMB.

netexec smb -u -p -x ''

Dump SAM Hashes

Dump local SAM database hashes.

netexec smb -u -p --sam