Using Certificates

nxc smb <target> --pfx-cert user.pfx -u <username> 
nxc smb <target> --pfx-cert user.pfx --pfx-pass password -u <username> 
nxc smb <target> --pfx-base64 user.pfx -u <username> 
nxc smb <target> --pem-cert user.pem --pem-key key.pem -u <username> 

{% hint style="info" %}
When authenticate with a certificate, nxc will generate a ccache file inside nxc home directory, you can also use this ccache to authenticate with kerberos for other tools
{% endhint %}