MCPcopy Create free account
hub / github.com/fortra/impacket / start

Method start

examples/split.py:85–88  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

83 self.connections = {}
84
85 def start(self):
86 # Sniff ad infinitum.
87 # PacketHandler shall be invoked by pcap for every packet.
88 self.pcap.loop(0, self.packetHandler)
89
90 def packetHandler(self, hdr, data):
91 """Handles an incoming pcap packet. This method only knows how

Callers 13

start_smbserverMethod · 0.45
test_01Method · 0.45
doStuffMethod · 0.45
start_serversFunction · 0.45
ntlmrelayx.pyFile · 0.45
runMethod · 0.45
mainFunction · 0.45
runMethod · 0.45
smbserver.pyFile · 0.45
runMethod · 0.45
runMethod · 0.45
karmaSMB.pyFile · 0.45

Calls

no outgoing calls

Tested by 2

start_smbserverMethod · 0.36
test_01Method · 0.36