We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e461e3b commit 01634e4Copy full SHA for 01634e4
README.md
@@ -1,4 +1,4 @@
1
-# Golang-httpflood  
+# Golang-httpflood  
2
Using Golang(net/socket) to httpflood
3
4
**Warning: Please use command "ulimit -n 999999" before use this in linux**
@@ -46,4 +46,4 @@ Or anything else of http header. If you don't have any idea of this please just
46
47
cd golang-httpflood
48
go build httpflood.go
49
- ./httpflood <host/ip> <port> <threads> <page> <get/post> <seconds> <header.txt/nil>
+ ./httpflood <url> <threads> <get/post> <seconds> <header.txt/nil>
0 commit comments