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

Method toPN

scapy/modules/ticketer.py:143–147  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

141 ]
142
143 def toPN(self):
144 return "%s@%s" % (
145 "/".join(x.data.decode() for x in self.components),
146 self.realm.data.decode(),
147 )
148
149 def guess_payload_class(self, payload):
150 return conf.padding_layer

Callers 2

showMethod · 0.80
export_krbMethod · 0.80

Calls 2

joinMethod · 0.80
decodeMethod · 0.80

Tested by

no test coverage detected