lib/rex/proto/kerberos/README.md
The API fields cname and client_name, as well as sname and server_name are not interchangeable.
The cname and sname values are objects to be encoded into a Kerberos packet, but can be generated by specifying
simpler client_name or server_name strings.
The Kerberos protocol makes use of encrypted values which will show as an opaque blob of hex characters in Wireshark.
Look at the module documentation in modules/auxiliary/admin/kerberos/keytab.md for ways to decrypt wireshark traffic using keytab files.