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

Method open_pipe

scapy/layers/smbclient.py:1011–1012  ·  view source on GitHub ↗
(self, name)

Source from the content-addressed store, hash-verified

1009 SMB_SOCKET.__init__(self, smbsock, timeout=timeout)
1010
1011 def open_pipe(self, name):
1012 self.PipeFileId = self.create_request(name, mode="rw", type="pipe")
1013
1014 def close_pipe(self):
1015 self.close_request(self.PipeFileId)

Callers 1

open_smbpipeMethod · 0.80

Calls 1

create_requestMethod · 0.80

Tested by

no test coverage detected