()
| 75 | |
| 76 | |
| 77 | def 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 | |
| 89 | def get_parameters(): |
no outgoing calls
no test coverage detected