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

Function usage

hammer.py:77–86  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

75
76
77def usage():
78 print (''' \033[92m Hammer Dos Script v.1 https://cyweb.github.io/hammer/
79 It is the end user's responsibility to obey all applicable laws.
80 It is just for server testing script. Your ip is visible. \n
81 usage : python3 hammer.py [-s] [-p] [-t]
82 -h : help
83 -s : server ip
84 -p : port default 80
85 -t : turbo default 135 \033[0m''')
86 sys.exit()
87
88
89def get_parameters():

Callers 2

get_parametersFunction · 0.85
hammer.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected