CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
rapid7

Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.

GitHub Repository: rapid7/metasploit-framework
Path: blob/master/lib/rex/proto/kerberos/README.md
Views: 11704

Rex Kerberos Protocol

Useful resources

API Gotchas

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.

Development

Decrypting encrypted Kerberos blobs

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.