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

Class KrbFastResponse

scapy/layers/kerberos.py:1229–1242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1227
1228
1229class KrbFastResponse(ASN1_Packet):
1230 ASN1_codec = ASN1_Codecs.BER
1231 ASN1_root = ASN1F_SEQUENCE(
1232 ASN1F_SEQUENCE_OF("padata", [PADATA()], PADATA, explicit_tag=0xA0),
1233 ASN1F_optional(
1234 ASN1F_PACKET("strengthenKey", None, EncryptionKey, explicit_tag=0xA1)
1235 ),
1236 ASN1F_optional(
1237 ASN1F_PACKET(
1238 "finished", KrbFastFinished(), KrbFastFinished, explicit_tag=0xA2
1239 )
1240 ),
1241 UInt32("nonce", 0, explicit_tag=0xA3),
1242 )
1243
1244
1245_PADATA_CLASSES[136] = (PA_FX_FAST_REQUEST, PA_FX_FAST_REPLY)

Callers

nothing calls this directly

Calls 6

ASN1F_SEQUENCEClass · 0.90
ASN1F_SEQUENCE_OFClass · 0.90
ASN1F_optionalClass · 0.90
ASN1F_PACKETClass · 0.90
PADATAClass · 0.85
KrbFastFinishedClass · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…