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

Class PNETLOGON_SID_AND_ATTRIBUTES

scapy/layers/msrpce/raw/ms_nrpc.py:360–365  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

358
359
360class PNETLOGON_SID_AND_ATTRIBUTES(NDRPacket):
361 ALIGNMENT = (4, 8)
362 fields_desc = [
363 NDRFullEmbPointerField(NDRPacketField("Sid", PRPC_SID(), PRPC_SID)),
364 NDRIntField("Attributes", 0),
365 ]
366
367
368class PNETLOGON_VALIDATION_SAM_INFO2(NDRPacket):

Callers

nothing calls this directly

Calls 4

NDRPacketFieldClass · 0.90
NDRIntFieldClass · 0.90
PRPC_SIDClass · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…