MCPcopy Create free account
hub / github.com/secdev/scapy / iter_tickets

Method iter_tickets

scapy/modules/ticketer.py:2593–2598  ·  view source on GitHub ↗

Iterate through the tickets in the ccache

(self)

Source from the content-addressed store, hash-verified

2591 self.import_krb(res, _inplace=i)
2592
2593 def iter_tickets(self):
2594 """
2595 Iterate through the tickets in the ccache
2596 """
2597 for i in range(len(self.ccache.credentials)):
2598 yield self.export_krb(i)

Callers 1

from_cli_argumentsMethod · 0.95

Calls 1

export_krbMethod · 0.95

Tested by

no test coverage detected