Using Certificates
Using Certificates authentication with NetExec
nxc smb 192.168.0.1 --pfx-cert user.pfx -u user
nxc smb 192.168.0.1 --pfx-cert user.pfx --pfx-pass password -u user
nxc smb 192.168.0.1 --pfx-base64 user.pfx -u user
nxc smb 192.168.0.1 --pem-cert user.pem --pem-key key.pem -u user
Last updated
Was this helpful?