Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/MatrixTM/MHDDoS
/ stop
Method
stop
start.py:1568–1572 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1566
1567
@staticmethod
1568
def
stop():
1569
print(
'All Attacks has been Stopped !'
)
1570
for
proc in process_iter():
1571
if
proc.name() ==
"python.exe"
:
1572
proc.kill()
1573
1574
@staticmethod
1575
def
usage():
Callers
1
start.py
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected