MCPcopy Index your code
hub / github.com/MatrixTM/MHDDoS / sendto

Method sendto

start.py:282–288  ·  view source on GitHub ↗
(sock, packet, target)

Source from the content-addressed store, hash-verified

280
281 @staticmethod
282 def sendto(sock, packet, target):
283 global BYTES_SEND, REQUESTS_SENT
284 if not sock.sendto(packet, target):
285 return False
286 BYTES_SEND += len(packet)
287 REQUESTS_SENT += 1
288 return True
289
290 @staticmethod
291 def dgb_solver(url, ua, pro=None):

Callers 10

UDPMethod · 0.80
OVHUDPMethod · 0.80
ICMPMethod · 0.80
SYNMethod · 0.80
AMPMethod · 0.80
VSEMethod · 0.80
FIVEMTOKENMethod · 0.80
FIVEMMethod · 0.80
TS3Method · 0.80
MCPEMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected