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 f67ba8b commit 8a8396dCopy full SHA for 8a8396d
README.md
@@ -22,8 +22,15 @@ Then:
22
23
git clone https://github.com/Leeon123/golang-httpflood.git
24
25
+Header.txt format:
26
+
27
+ Accept: text/html
28
+ User-agent: Wget
29
+ Referer: http://google.com
30
31
+Or anything else of http header. If you don't have any idea of this please just use nil for using default random header.
32
## Usage
33
34
cd golang-httpflood
35
go build httpflood.go
- ./httpflood
36
+ ./httpflood <ip> <port> <threads> <page> <get/post> <seconds> <header.txt/nil>
0 commit comments