You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Improve keytab/ccache support
* Autoargparse: Compat with enums
* LDAPHero: minor improvements
* Ticketer++: better number of tickets
* CLIUtil: improve autocompletion for multi-arg
* Fix PEP8 problems
Copy file name to clipboardExpand all lines: doc/scapy/layers/kerberos.rst
+21Lines changed: 21 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -238,6 +238,23 @@ As you can see, DMSA keys were imported in the keytab. You can use those as deta
238
238
239
239
No tickets in CCache.
240
240
241
+
- **Create server keytab:**
242
+
243
+
The following is equivalent to Windows' ``ktpass.exe /out kt.keytab /mapuser WKS02$@domain.local /princ host/WKS02.domain.local@domain.local /pass ScapyIsNice``.
0 commit comments